Need to get the Manufacturer and/or Model of a computer?
You can use the build in command WMIC.EXE for this.
Just type in:
WMIC.exe ComputerSystem Get Model, Manufacturer
To do it against a Remote system:
WMIC.exe /node:"ComputerNameORIpAddress" ComputerSystem Get Model, Manufacturer
You can of course get it from the GUI as well, then you just use "System Information"
About Me
- Olav Tvedt
- Bergen, Norway
- 19th times Microsoft MVP (Security and Windows). IT-Dude @SpareBankenNorge
Cleaning Up Unknown IAM Assignments Across Azure Subscriptions
If you manage more than a handful of Azure subscriptions, IAM hygiene quickly becomes one of those tasks everyone knows is important, but ...
-
Working with mobile device management (MDM) require a lot of testing. With Windows 10 testing is no problem (except those things that demand...
-
I found myself in the situation that I needed to get the Windows key out from the ACPI in the UEFI bios and preferable get to use it in a ta...
-
Felt a bit stupid today (again). Have been struggling with some Microsoft Surface Go devices. Love the device but, when they are shipped wit...

