Knowledge Base
Find the Manufacturer, Model, Name and System Type using the Command Prompt
Finding out information like the Computer Manufacturer, Computer Model, Computer Name and System type using the command prompt is easy to do using the wmic command.
- Open a Command Prompt
- Type the following command:
wmic computersystem get model,name,manufacturer,systemtype
This command can be issued without Administrative Privileges and in RMM remote consoles etc…



