Hi Luc,
I'm getting an error with get-view command as below. We're using ESXi5 and running from powerCLI 4.1. Pls help me.
Get-View : Cannot validate argument on parameter 'Id'. The argument cannot be null or empty.
At line:1 char:19
+ $dtSystem=Get-View <<<< $esx.ExtensionData.ConfigManager.dateTimeSystem
+ CategoryInfo : InvalidData: (:) [Get-View], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationError,VMware.VimAutomation.Commands.DotNetInterop.GetVIView