psurad

Results 2 comments of psurad

Hi, Please change the script to: $vTemplateSvc= New-Object VMware.Hv.VmTemplateService $vTemplateList= $vTemplateSvc.VmTemplate_List($hvServices, $vCenterID)

Hi, The function expects at least one of “User” or “ResourceName” parameter. The below example script works: $appEntitlements = Get-HVEntitlement -ResourceType Application -ResourceName 'AppPool' Write-Host 'App entitlements:'; foreach ($info in...