Hi, I am trying to update a number of VMs network adapter from e1000 to vmxnet3. I have seen some blogs about using the Set-NetworkAdapter commandlet, and sure enough it changes in vsphere client, but on Windows network adapter page, it still shows as using the Intel Pro 1000 driver. How should I explain the drive still set for e1000?
I started scripting adding a second network device (new-networkadapter) where it does show up in Windows with Vmxnet driver. But then I run in to some other issues (Set-VMGuestNetworkInterface won't work if you remove the old e1000 device). Sort of a catch-22.