With PowerCli 11, I got Value cannot be null
Get-Vm : Value cannot be null.
Parameter name: format
At line:1 char:1
+ Get-Vm *
+ ~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-VM], ArgumentNullException
+ FullyQualifiedErrorId : System.ArgumentNullException,VMware.VimAutomation.ViCore.Cmdlets.Commands.GetVM
I got this error on almost all commands.
After some digging, I got this error only if I change windows display language (in my case from french to english). Currently running Windows 10 1709
Could anyone can confirm this a bug with PowerCLI?