GScully42 wrote:
I've got a script to deploy v-apps on the cloud but on Windows 8.1 with PowerShell 4.0 the Get-OrgVcd fails. It returns nothing whereas on Win7 with Powersehll 3.0 it does return the Org.
does anyone have a workaround or know of a fix?
PowerCLi 5.5 Powershell 4.0 - This is reproducible pretty easy, connect to the cloud server and try to get the org.
$org = Get-OrgVCD -Name "OrgName"
$org will be nothing.
64 Bit OS.
Just a note that the cmdlet is called Get-OrgVDC, looks like a typo in the above, are you running the above or the proper named cmdlet?