PowerCLI to change VM from e1000 to VMXNET3
In this blog, I wanted to document some simple PowerCLI commands I did to change a VMs network adapter from e1000 to VMXNET3.
- Took a snapshot of the VM prior (Recommend)
- Updated VM Tools and Virtual Hardware (Recommended)
- Downloaded and installed PowerCLI / VRC on my local desktop
- Launched the PowerCLI ICON on my desktop
- Set the execution policy >> Set-ExecutionPolicy Unrestricted
- Executed the following commands.