일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- MSCS on VMWare
- SQL Server 2012R2 FCI
- 프로세스 CPU 사용량
- Local TempDB
- Windows Server 2008
- 안철수
- 인문고전
- cluster node as Domain controller
- windows media service
- 클러스터
- 터키여행
- 작업관리자
- FTP7.5
- dsquery
- Hyper-V
- failover cluster
- Nested VM
- Windows Server 2016 Hyper-v Cluster
- ftp7.5 장애조치 클러스터
- Session space
- SQL Server 2008
- iSCSI target
- nonpaged pool
- Windows Server 2016
- windows debugging tool
- windows update
- windbg
- Xperf
- LiveKD
- paged pool
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>]