hostname
dsquery computer
查看配置及补丁信息
systeminfo
wmic qfe get description,installedOn /format:csv
ver
进程信息
tasklist /svc
wmic process get caption,executablepath,commandline /format:csv
get-process
set
schtasks /QUERY /fo LIST /v
DRIVERQUERY
查看操作系统信息
- 架构
wmic os get osarchitecture
- 系统名
wmic os get caption
wmic logicaldisk get caption
wmic product get name,version
查看服务信息
wmic service list brief
sc query
Get-WmiObject win32_service | select PathName