Hello All!
We have a new PC that is a "built" computer so there is no Manufacture to get the "Computer System" from WMI. I have found that all the motherboards are the same using the Intel DB75EN.
How do I call the drivers in my Task Sequence to install the driver package? I was trying this but its not working.
Select *FROM Win32_BaseBoard Where Product Like "%<DB75EN>% "
I usually just use SELECT * FROM Win32_ComputerSystem WHERE Model LIKE "%<6272GU>%" but since i dont have a "model or manufacturer" it will not work.
Any help is appreciated.
Thanks, Mark-