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…
Click to rate this post!
[Total: 43 Average: 4.1]