Hello,
Does someone try the uadv_vmware_view.psm1 with View 5.1.x ?
When i lunch the function Connect-ViewConnServer, i have this message :
Exception calling "DownloadString" with "1" argument(s): "The remote server returned an error: (404) Not Found."
At C:\Users\psonnet\Downloads\VIEWNAGIOS\uadv_vmware_view.psm1:25 char:30
+ $webclient.DownloadString <<<< ($global:defaultViewConnServer.url) | out-null
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
i think the probleme conme with this line :
$global:defaultViewConnServer.url = "https://$($viewConnServer)/admin/amf";