류짱:Beyond MySelf

dsquery를 이용한 도메인 사용자 조회 본문

Microsoft/Windows Platform

dsquery를 이용한 도메인 사용자 조회

リュちゃん 2011. 2. 18. 17:57

아래 예는 dcryu.com 도메인에 testou아래 test0u2가 있고 그 아래 testou3가 있으며, testou3의 사용자만
추출 하는 예 입니다
.

DC에서 명령프롬트를 실행 후 아래 명령어를 입력 합니다.

dsquery * ou=testou3,ou=testou2,ou=testou,dc=dcryu,dc=com -scope subtree -attr sAMAccountName > c:\List.lst

위 명령어 실행 C:\List.lst를 메모장으로 열면 아래와 같이 TestOU3의 사용자 만 확인 할 수 있습니다.

만약 TestOU3가 아닌 TestOU 전체의 사용자와 그룹등을 확인 하고 싶다면 dsquery 명령어를 아래와 같이 수정 하신 후 실행 하면 됩니다.

dsquery * ou=test,dc=dcryu,dc=com

[참고 사이트]

Dsquery
http://technet.microsoft.com/en-us/library/cc732952(WS.10).aspx