May 2019
Intermediate to advanced
620 pages
21h 41m
English
To seize FSMO roles using the Move-ADDirectoryServerOperationMasterRole PowerShell cmdlet from the Active Directory Module for Windows PowerShell, use (pieces of) the following script:
Import-Module ActiveDirectory Move-ADDirectoryServerOperationMasterRole -Identity "DC01" -OperationMasterRole SchemaMaster -Force Move-ADDirectoryServerOperationMasterRole -Identity "DC01" -OperationMasterRole DomainNamingMaster -Force Move-ADDirectoryServerOperationMasterRole -Identity "DC01" -OperationMasterRole PDCEmulator -Force Move-ADDirectoryServerOperationMasterRole -Identity "DC01" -OperationMasterRole RIDMaster -Force Move-ADDirectoryServerOperationMasterRole -Identity "DC01" -OperationMasterRole InfrastructureMaster ...
Read now
Unlock full access