

> wmic ComputerSystem GET Model Find Computer Manufacturer and Model Print Computer NameĬomputer name can be printed with the computersystem and name options like below. We can use Computer option in order to print the current system manufacturer and model. PS> wmic Interactive WMIC Command Line Find Computer Manufacturer and Model

We can enter VMIC interactive shell just running wmic command like below. WMIC also provides an interactive shell where we can issue wmic options as commands.

> wmic /? Batch WMIC Interactive WMIC Command Line Batch usage is the most popular where we can issue WMI commands into MS-DOS or PowerShell like below. WMI command generally used to query all of the system related information like Computer Name, BIOS Serial Number, Mac Address etc. WMIC or Windows Management Interface Command is a simple command line tool used to issue WMI commands.
