Hi
I'm trying to use VMWare PowerCLI commandlets in DSC. But I don't get it working.
I always get the following error:
The PowerShell provider sc_vcenter_cluster threw one or more non-terminating errors while running the
Set-TargetResource functionality. These errors are logged to the ETW channel called Microsoft-Windows-DSC/Operational.
Refer to this channel for more details.
+ CategoryInfo : InvalidOperation: (:) [], CimException
+ FullyQualifiedErrorId : NonTerminatingErrorFromProvider
+ PSComputerName : localhost
Also when I try with a simple command "get-VM" I don't get any data.
Does anyone had success trying DSC with VMWare.