run powershell as administrator (elevate privilege)
Get-ADDomainController -Filter * | Select-Object Name, Domain, Forest, OperationMasterRoles | Where-Object {$_.OperationMasterRoles}
Move-ADDirectoryServerOperationMasterRole -Identity HOSTNAME -OperationMasterRole pdcemulator, ridmaster, infrastructuremaster, schemamaster, domainnamingmaster
HOSTNAME: is another DC hostname to move roles
No hay comentarios.:
Publicar un comentario