도메인 컨트롤러로 승격이 되면 컴퓨터 이름을 쉽게 바꿀 수 없다 아래 명령어를 이용하여 변경해야 된다

예) WIN-2IS0RLN53M4에서 DC01로 변경

컴퓨터 이름 확인

>hostname
or
>echo %computername%

Untitled

새 컴퓨터 이름 생성 및 변경

새 컴퓨터 이름 생성
>netdom computername %computername% /add:이름.도메인
새 컴퓨터 이름으로 변경
>netdom computername %computername% /makeprimary:이름.도메인

Untitled

Untitled

재부팅 후 아래 명령 실행

변경된 컴퓨터 이름 확인
>hostname
or
>echo %computername%

기존 컴퓨터 이름 삭제
>netdom computername %computername% /remove:이름.도메인

모든 컴퓨터 이름 확인
>netdom computername %computername% /enumerate:allnames

Untitled

Untitled

Untitled

Untitled