Microsoft/Active Directory
Active Directory에서 기본 도메인 조인 컴퓨터 위치 변경
megapain
2015. 8. 5. 13:54
by megapain
2015.08.05
Active Directory에서 컴퓨터를 도메인 조인하면 기본적으로 Computers 컨테이너에 위치합니다.
이 위치를 변경하고자 한다면
1. 기본 위치로 사용하고자 하는 OU의 distinguishedName 값 확인
dsquery ou -name <OU 이름>
2. 기본 위치 변경
redircmp <OU distinguishedName>
필요한 경우, 제어 위임을 사용하여 컴퓨터 개체를 생성할 수 있는 권한을 특정 개체에 부여해주어야 합니다.
상세한 내용은 아래 블로그에서 확인할 수 있습니다.
Redirecting default computers location in Active Directory - http://kpytko.pl/active-directory-domain-services/redirecting-default-computers-location-in-active-directory/
-끝-