Created
April 22, 2017 14:29
-
-
Save PixelRobots/2a335027b81ae748dbe21f38dbfe81ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Find who has the FSMO Roles | |
netdom query fsmo | |
#Move FSMO Roles | |
Move-ADDirectoryServerOperationMasterRole -Identity PIXEL-DC03 -OperationMasterRole SchemaMaster, DomainNamingMaster, PDCEmulator, RIDMaster, InfrastructureMaster | |
#Check that the move went well | |
Netdom query fsmo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment