일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- windows update
- SQL Server 2012R2 FCI
- FTP7.5
- Session space
- MSCS on VMWare
- cluster node as Domain controller
- Hyper-V
- Windows Server 2016
- ftp7.5 장애조치 클러스터
- paged pool
- 안철수
- SQL Server 2008
- failover cluster
- Xperf
- dsquery
- 터키여행
- Windows Server 2016 Hyper-v Cluster
- Windows Server 2008
- windows media service
- 클러스터
- 작업관리자
- windbg
- windows debugging tool
- nonpaged pool
- Nested VM
- iSCSI target
- 인문고전
- 프로세스 CPU 사용량
- LiveKD
- Local TempDB
Archives
- Today
- Total
류짱:Beyond MySelf
dsquery를 이용한 도메인 사용자 조회 본문
아래 예는 dcryu.com 도메인에 testou아래 test0u2가 있고 그 아래 testou3가 있으며, testou3의 사용자만
추출 하는 예 입니다.
위 명령어 실행 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