Hello all,
Since we have upgrade in 6.5 version we haven't the possibility to export a VM at OVA format with the web client or any GUI client.
It seem-s to be possible with the PowerCli like this :
Get-VM <VMName> | Export-vApp -Destination "D:\" -Format OVA
But when i execute the command the error "Access to the path "d:\" is denied"
Have you an idea this issue ?
Thx