Guest User

Untitled

a guest
Dec 11th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Get-ADForest example.com| ft DomainNamingMaster, SchemaMaster
  2. Get-ADDomain example.com | ft InfrastructureMaster, PDCEmulator, RIDMaster
  3.  
  4. Import-Module ActiveDirectory
  5.  
  6. Move-ADDirectoryServerOperationMasterRole "Server B" –OperationMasterRole 0,1,2,3,4
  7.  
  8. Move-ADDirectoryServerOperationMasterRole "Server B" –OperationMasterRole PDCEmulator,RIDMaster,InfrastructureMaster,SchemaMaster,DomainNamingMaster
  9.  
  10. Move-ADDirectoryServerOperationMasterRole “dc2” –OperationMasterRole 0,1,2,3,4 -force
Add Comment
Please, Sign In to add comment