ESXi

 View Only

VM deploy with MDT with UEFI

  • 1.  VM deploy with MDT with UEFI

    Posted Aug 15, 2018 05:50 PM

    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