Finding the machine manufacturer and model for MDT driver MGMT withPowershell
• Craig
This is obviously in a million and one places already but I found this simple cmdlet extremely helpful yesterday.
Get-WmiObject Win32_ComputerSystem
You should then get output in the following format:
With this information you can now create corresponding folders under the Out-of-Box Drivers node in the workbench (see image bellow) then use the %make% & %model% variables in your MDT Task Sequence to inject.
This video from http://deploymentresearch.com is excellent and explains driver management in MDT in a fair bit of detail.