Skip to content

Instantly share code, notes, and snippets.

@PixelRobots
Created April 22, 2017 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PixelRobots/2a335027b81ae748dbe21f38dbfe81ac to your computer and use it in GitHub Desktop.
Save PixelRobots/2a335027b81ae748dbe21f38dbfe81ac to your computer and use it in GitHub Desktop.
#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