Most commonly used WMIC commands
- CPU
cpu get name
- RAM
MEMORYCHIP get BankLabel, DeviceLocator, Capacity, Speed
- OS
os get Caption,OSArchitecture
- HDD
diskdrive get model,size
- LOGICAL DISK
get name,Size
- Sound
sounddev get Caption
- Software
product get name
- Video
path win32_VideoController get name
- NIC
nic get caption
Comments
Post a Comment