Skip to content

Instantly share code, notes, and snippets.

@Pyromaniaxxx
Created July 16, 2016 05:36
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 Pyromaniaxxx/568d32879dcb03cd92c8addaa8dec8b5 to your computer and use it in GitHub Desktop.
Save Pyromaniaxxx/568d32879dcb03cd92c8addaa8dec8b5 to your computer and use it in GitHub Desktop.
ADDS 操作マスタ移行用
#■ ADDS FSMO 確認
Get-ADDomain | Select-Object *master,PDC* | FL
Get-ADForest | Select-Object *master | FL
#■ ADDS FSMO 移行
Move-ADDirectoryServerOperationMasterRole <<移行先ADDCホスト名>> -OperationMasterRole InfraStructureMaster,RIDMaster,PDCEmulator,DomainNamingMaster,SchemaMaster
#■ ADDS FSMO 確認
Get-ADDomain | Select-Object *master,PDC* | FL
Get-ADForest | Select-Object *master | FL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment