wmic bios get serialnumber 可以获取计算机的sn号
wmic bios get manufacturer 获取厂商
wmic bios get version 可能是bios型号,不太清楚……
wmic basboard get product 可以获取联想计算机的type号
wmic computersystem get username 可以获取登录的用户名
wmic computersystem get caption 获取计算机名
wmic computersystem get manufacturer 获取厂商
wmic computersystem get domain 获取域
wmic computersystem get name 获取计算机名
wmic computersystem get numberofprocessors CPU数量
wmic computersystem get oemstringarray 获取oem信息
wmic computersystem get partofdomain 是否是域成员
wmic computersystem get systemtype 系统类型,32或64
wmic computersystem get totalphysicalmemory 获取内存总量
wmic partition get size 可以获取分区的大小
wmic product get name 获取所有已安装的软件列表