일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 터키여행
- nonpaged pool
- 안철수
- windows debugging tool
- ftp7.5 장애조치 클러스터
- Session space
- Hyper-V
- paged pool
- 프로세스 CPU 사용량
- MSCS on VMWare
- 작업관리자
- LiveKD
- Nested VM
- Windows Server 2008
- iSCSI target
- SQL Server 2012R2 FCI
- windows media service
- windows update
- FTP7.5
- failover cluster
- 인문고전
- Windows Server 2016
- cluster node as Domain controller
- SQL Server 2008
- windbg
- dsquery
- 클러스터
- Windows Server 2016 Hyper-v Cluster
- Xperf
- Local TempDB
Archives
- Today
- Total
목록사용자 계정 옵션 (1)
류짱:Beyond MySelf
DC의 사용자 계정 옵션을 변경 해야 할 때 사용자 많다면 아래와가 같이 dscquery 명령어를 이용해서 계정 옵션을 변경 할 수 있습니다. dsquery user OU=test05,dc=rychan,dc=kr | dsmod user -mustchpwd no => 다음 로그온 시 사용자가 반드시 암호를 변경해야 함 체크를 제거 dsquery user OU=test05,dc=rychan,dc=kr | dsmod user -canchpwd no –pwdneverexpires yes => 사용자가 암호를 변경할 수 없음 과 암호 사용 기간 제한 없음 사용 \ [참고 자료] dsquery http://technet.microsoft.com/en-us/library/cc732952(WS.10).aspx Dsmo..
Microsoft/Windows Platform
2011. 7. 1. 13:25