일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 Server 2016
- 터키여행
- Hyper-V
- SQL Server 2008
- windbg
- SQL Server 2012R2 FCI
- Windows Server 2016 Hyper-v Cluster
- windows media service
- MSCS on VMWare
- paged pool
- Xperf
- cluster node as Domain controller
- ftp7.5 장애조치 클러스터
- 클러스터
- Windows Server 2008
- 인문고전
- iSCSI target
- windows update
- 프로세스 CPU 사용량
- LiveKD
- 작업관리자
- Session space
- FTP7.5
- dsquery
- failover cluster
- windows debugging tool
- Nested VM
- nonpaged pool
- Local TempDB
- 안철수
Archives
- Today
- Total
류짱:Beyond MySelf
wmic를 이용한 사용자 계정 정보 확인 본문
Wmic useraccount get name 명령어를 이용하면 user account를 export 할 수 있습니다.
C:\Users\Administrator>wmic useraccount /?
USERACCOUNT - User account management.
HINT: BNF for Alias usage.
(<alias> [WMIObject] | <alias> [<path where>] | [<alias>] <path where>) [<verb clause>].
USAGE:
USERACCOUNT ASSOC [<format specifier>]
USERACCOUNT CALL <method name> [<actual param list>]
USERACCOUNT CREATE <assign list>
USERACCOUNT DELETE
USERACCOUNT GET [<property list>] [<get switches>]
USERACCOUNT LIST [<list format>] [<list switches>]
USERACCOUNT SET [<assign list>]