Jump to content

Recommended Posts

Posted

It should pick a suitable driver, I don't think you can differentiate for drivers and different OS, well you can't seem to in MDT 2012 Update 2

 

We do our drivers via selection profiles and then doing a BIOS query at deployment so it picks the relevant driver for the hardware. TBH we normally use the same OS family for a specific hardware i.e. Tablets get 8.1.

Posted

Yes, should be able to (well on, and up to MDT2012 you can...)

 

MDT Share > Out-of-Box Drivers

Create folder for OS (e.g. Windows 7 x64)

(Optional) Create folder for Manufacturer, and sub-directory for Model

Inject drivers into folder

 

Task Sequences

For your Task Sequence, under Preinstall > Set DriverGroup001 with value (e.g. Windows 7x64\%MakeAlias%\%ModelAlias%)

 

Sorry, I'm short on time.. and I know the above is incomplete (missing some other steps and scripts etc). but if you have no luck I'll dig out more information during tomorrow for you; or beter still go to Deployment Fundamentals > Home. Everything was setup following the various MDT Deployment books on there.

Posted
Yes, should be able to (well on, and up to MDT2012 you can...)

 

MDT Share > Out-of-Box Drivers

Create folder for OS (e.g. Windows 7 x64)

(Optional) Create folder for Manufacturer, and sub-directory for Model

Inject drivers into folder

 

Task Sequences

For your Task Sequence, under Preinstall > Set DriverGroup001 with value (e.g. Windows 7x64\%MakeAlias%\%ModelAlias%)

 

Sorry, I'm short on time.. and I know the above is incomplete (missing some other steps and scripts etc). but if you have no luck I'll dig out more information during tomorrow for you; or beter still go to Deployment Fundamentals > Home. Everything was setup following the various MDT Deployment books on there.

 

that only works if the OEM actually populates that information, i found that out when trying to use it for our Stone / Novatech pc's as they dont add this information so WMIC can pick it up.

i ended up doing something similar using other WMIC query fields but i am still not 100% happy that the selection works as it should, (have had a funky issue with an intel gfx / sound driver not being injected when adding more control to the driver injection, even though it is the correct driver in the folder...)

Posted
that only works if the OEM actually populates that information, i found that out when trying to use it for our Stone / Novatech pc's as they dont add this information so WMIC can pick it up.

i ended up doing something similar using other WMIC query fields but i am still not 100% happy that the selection works as it should, (have had a funky issue with an intel gfx / sound driver not being injected when adding more control to the driver injection, even though it is the correct driver in the folder...)

 

That's interesting, and a new one on me. Never saw WMIC conputersystem get model fail - but I'll take your word for it.

 

BTW - Dell has changed the format of WMIC names recently, so if you get new Dell kit, be sure to run the command on them. Was reported over on Spiceworks when a guy couldn't get drivers to inject on a new series recently.

 

My first two Lenovos broke MDT when a few of my Dells decided they liked a Lenovo video driver better than the Intel one a few years back, went total control the very next week. That was an ugly scene ...

Posted
you can always create a selection profile and point it at your windows 10 drivers folder then in a new task sequence instead of letting it search all drivers set it to only search ones in your selection profile
Posted
That's interesting, and a new one on me. Never saw WMIC conputersystem get model fail - but I'll take your word for it.

 

BTW - Dell has changed the format of WMIC names recently, so if you get new Dell kit, be sure to run the command on them. Was reported over on Spiceworks when a guy couldn't get drivers to inject on a new series recently.

 

My first two Lenovos broke MDT when a few of my Dells decided they liked a Lenovo video driver better than the Intel one a few years back, went total control the very next week. That was an ugly scene ...

 

ended up using WMIC W32_baseboard get product like %mobonamehere%

 

as @sted has said you can use a selection profile as well (like everything there multiple ways of doing it) i have added a step for each mobo make we have with this query and then that step installs from a selection profile - a little long winded to setup but for the most part works (niggles apart).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...