reason

Well, I can't remember everything...

Friday 6 December 2013

Getting Make and Model from WMIC for WDT/MDT

When setting up your driver folders, their names need to follow the WMIC make and model. Here are the commands to get this information.

From an elevated command prompt:

For computer model
wmic computersystem get model

 For computer make/manufacturer
wmic computersystem get manufacturer