본문 바로가기
Server

Active Directory FSMO 변경

by Kaga 2022. 11. 23.
728x90
반응형

Ntdsutil 사용

 

CMD

C:\Windows\system32>ntdsutil

ntdsutil: roles

fsmo maintenance: connections

server connections: Connect to server (변경할 서버이름)

server connections: q

 

fsmo maintenance: transfer PDC

fsmo maintenance: transfer RID master

fsmo maintenance: transfer naming master

fsmo maintenance: transfer schema master

fsmo maintenance: transfer Infrastructure  master

 

FSMO 서버 확인

Netdom query FSMO

 

FSMO를 가지고 있던 서버가 없어지거나 통신이 안될때 강제로 변경

C:\Windows\system32>ntdsutil

ntdsutil: roles

fsmo maintenance: connections

server connections: Connect to server (변경할 서버이름)

server connections: q

 

fsmo maintenance: Seize PDC

fsmo maintenance: Seize RID master

fsmo maintenance: Seize naming master

fsmo maintenance: Seize schema master

fsmo maintenance: Seize Infrastructure  master

 

Powrshell

 

FSMO MOVE

Move-ADDirectoryServerOperationMasterRole -Identity "변경할 서버명" -OperationMasterRole SchemaMaster,RIDMaster,InfrastructureMaster,DomainNamingMaster,PDCEmulator

or

Move-ADDirectoryServerOperationMasterRole -Identity "변경할 서버명" -OperationMasterRole 1,2,3,4,5

728x90
반응형