Tag: Export

  • How to Export and Import a VMware Virtual Machine using PowerCLI

    Run Windows PowerShell as Administrator Install PoweCLI: Install-Module -Name VMware.PowerCLI Alternatively, you can download PowerCLI from here: https://code.vmware.com/tool/vmware-powercli Create a folder where you want to export the virtual machine. I’ll use the OVA format in this example. Note the path to the folder. Run PowerCLI as Administrator Load the PowerCLI module: Import-Module VMware.PowerCLI Connect to…