PowerCLI-Import OVF | The OVF descriptor is not available

I always encounter “The OVF descriptor is not available” when using the Web client to import OVF

If i use the PowerCLI below to import OVF with the same OVF file, it will be always successfully

#Login to vCenter / vSphere Host
Connect-VIServer -Server 192.168.1.121 -User [email protected] -Password P@ssw0rd

#Map Network Drive to T:
$net = new-object -ComObject WScript.Network
$net.MapNetworkDrive("T:", "\\192.168.1.230\f$", $false, "MYMDT\administrator", "Azur3.t3st123@")

$ovf="T:\Nimble Storage\NimOS-4.3.1.0-491450-opt.ova"
Import-VApp -Name NimOS1 -Datastore SSD -VMHost "192.168.1.188" -Source $ovf -DiskStorageFormat Thin 

Get-VM -Name NimOS1 | Start-VM

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top