Quantcast
Channel: VMware Communities : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 178776

VM deploy with MDT with UEFI

$
0
0

Hello

In my vmware environment I used BIOS for my virtual machine. I inject vmware drivers with his query


SELECT Model FROM Win32_ComputerSystem WHERE Model = "VMware Virtual Platform"

 

It always works fine and installs the drivers. Recently I upgrade my Vsphere environment to version 6.7 and when I create a new VM UEFI Bios is set by default. I thought that's fine. However when I ran the same task sequence no VMware drivers will be injected. I ran the command "wmic csproduct get name" in cmd and the result was "VMware7,1". So obviously with UEFI enabled the model name is different. I thought that's no problem and copied my inject driver task and change it to

 

SELECT Model FROM Win32_ComputerSystem WHERE Model = "VMware7,1"

 

However MDT still won't inject the drivers.

Any idea how I can get it working?

Thanks

Edy




Viewing all articles
Browse latest Browse all 178776

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>