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-...") |
Revision as of 21:00, 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