tacticalrmm/scripts_wip/Win_AD_Transfer_FSMO_Roles.ps1

4 lines
248 B
PowerShell
Raw Normal View History

2021-04-27 17:11:30 +00:00
# Transfer FSMO Roles to server
# Make this machine the FSMO Master role.
Move-ADDirectoryServerOperationMasterRole -Identity $env:computername -OperationMasterRole pdcemulator,ridmaster,infrastructuremaster,schemamaster,domainnamingmaster -Force