Difference between revisions of "promoting a new windows domain controller"
From thelinuxwiki
(Created page with " [https://thesysadminchannel.com/demote-or-decommission-a-domain-controller-best-practice/ Demote or Decommission A Domain Controller] [https://thesysadminchannel.com/how-to-...") |
|||
Line 10: | Line 10: | ||
Move-ADDirectoryServerOperationMasterRole -Identity “Target_DC_Name” –OperationMasterRole 0,1,2,3,4 -Confirm:$false -Force | Move-ADDirectoryServerOperationMasterRole -Identity “Target_DC_Name” –OperationMasterRole 0,1,2,3,4 -Confirm:$false -Force | ||
+ | |||
+ | |||
+ | https://ond360.com/windows-server/adding-a-2019-domain-controller-to-a-2008-forest/ | ||
[[category:winblows]] | [[category:winblows]] |
Latest revision as of 21:15, 22 February 2021
Demote or Decommission A Domain Controller
How to Transfer FSMO Roles in Server 2019 Using Powershell
How to Query FSMO Roles(powershell)
> netdom /query fsmo
Move-ADDirectoryServerOperationMasterRole -Identity “Target_DC_Name” –OperationMasterRole 0,1,2,3,4 -Confirm:$false -Force
https://ond360.com/windows-server/adding-a-2019-domain-controller-to-a-2008-forest/