Windows

How to change default OU for computers in AD

AWS-in 2015. 2. 26. 20:11

How to change default OU for computers in AD

  1. 신규 OU 생성한다.

 

 

 

  1. Quick way to find the DN is to launch Active Directory Users and Computers.

Click on View and select Advanced Features.


 


  1. 신규 OU에서 Attribute Editor > distinguishedName 클릭하여 해당 내용 복사한다.

 


 

  1. PowerShell에서 아래와 같이 명령어를 실행한다.

redircmp "OU=Computer_OU,DC=contoso,DC=com"

주의 : 따움표

 

 

 

.


[참고문서] 

http://technet.microsoft.com/en-us/library/cc770619.aspx

http://pc-addicts.com/server-2012-change-default-ou/