PowerCLI-Example-Scripts icon indicating copy to clipboard operation
PowerCLI-Example-Scripts copied to clipboard

Get-machinesummary throwing error and exists script after upgrade to esx 6.7 on Desktop Pools, worked before upgrade.

Open alsterbrink opened this issue 5 years ago • 4 comments

After upgrading to new ESX version HV helper continues to fail with below error. I have uninstalled all Powershell modules and reinstalled, and also using the latest HV.Vmware .helper module. It still works for some desktop pools, but not for the main ones. One that fails has 300 desktops in it and the other pool around 1100. And to further add to the issue the same HV helper Module works on another connection server in another data center after the upgrade. The pools there are in the same numbers as on the faulty one on the working connection server. And adding a new user In VMware has also been tested and does not work.

Command not working now:

Get-HVMachineSummary -PoolName "DESKTOPPOOL" Get-HVMachine -PoolName "DESKTOPPOOL"

Failure:

Exception calling "QueryService_Create" with "2" argument(s): "ExceptionType : VMware.Hv.EntityNotFound ErrorMessage : Could not find user or group in AD Id : VMware.Hv.UserOrGroupId" At C:\Program Files\WindowsPowerShell\Modules\VMware.Hv.Helper\VMware.HV.Helper.psm1:7031 char:5 $queryResults = $query_service_helper.QueryService_Create($servic ...

 CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
FullyQualifiedErrorId : VimException

Exception calling "QueryService_Delete" with "2" argument(s): "There is an error in the XML document." At C:\Program Files\WindowsPowerShell\Modules\VMware.Hv.Helper\VMware.HV.Helper.psm1:7037 char:5 $query_service_helper.QueryService_Delete($services, $queryResult ...

CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
 FullyQualifiedErrorId : InvalidOperationException

Exception calling "QueryService_Create" with "2" argument(s): "ExceptionType : VMware.Hv.EntityNotFound ErrorMessage : Could not find user or group in AD Id : VMware.Hv.UserOrGroupId" At C:\Program Files\WindowsPowerShell\Modules\VMware.Hv.Helper\VMware.HV.Helper.psm1:7043 char:5 $queryResults = $query_service_helper.QueryService_Create($servic ...

CategoryInfo : NotSpecified: (:) [], MethodInvocationException FullyQualifiedErrorId : VimException

Exception calling "QueryService_Delete" with "2" argument(s): "There is an error in the XML document." At C:\Program Files\WindowsPowerShell\Modules\VMware.Hv.Helper\VMware.HV.Helper.psm1:7061 char:5 $query_service_helper.QueryService_Delete($services, $queryResult ...
CategoryInfo : NotSpecified: (:) [], MethodInvocationException FullyQualifiedErrorId : InvalidOperationException

alsterbrink avatar Mar 01 '19 17:03 alsterbrink