Skip to content

Instantly share code, notes, and snippets.

@hunzo
Created August 21, 2024 05:40
Show Gist options
  • Save hunzo/6c7756fada753d13222a85975b9f6780 to your computer and use it in GitHub Desktop.
Save hunzo/6c7756fada753d13222a85975b9f6780 to your computer and use it in GitHub Desktop.
export vmware ova from powershell
Connect-VIServer vcenter-server.net.local
Get-Mm your-vm-name* | Export-VApp -Format Ova -Destination D:\vmware-ova
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment