Steps:
- Create Snapshot to the VM server
- Run this command to check the current NIC Type - Get-VM VMNAME | get-networkadapter
- Run this command to change the NIC Type - Get-VM VMNAME | get-networkadapter | set-networkadapter -type VMXNET3 ( In this example we have Flexible NIC Type and we are about to change it to VMXNET3 )
Comments