22 Feb 2020

WMIC

Windows Management Interface Command!

WMIC or Windows Management Interface Command is a command line tool that is generally used to query all of the system related information like Computer Name, BIOS Serial Number, Mac Address etc.
To run the wmic command, you must have administrative rights
> wmic diskdrive get model,name,size
> wmic os list brief
> wmic bios get serialnumber


No comments:

Post a Comment