March 3, 2021

WMIC commonly used commands

  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 

No comments:

Post a Comment