VMware Horizon Community
mlapeyre47
Contributor
Contributor

Query service seems limited to 2000 resuls

Hello,

when i try to get EntitledUserOrGroupGlobalSummaryView, the request always returns 2000 rows even if i add new users to a Global entitlements.
Is there a limitation to remove for getting all the Global entitlement ? or am i doing something wrong ?

$queryService = New-Object VMware.Hv.QueryServiceService

$query = New-Object VMware.Hv.QueryDefinition

$query.queryEntityType = 'EntitledUserOrGroupGlobalSummaryView'

Write-Host $queryService.QueryService_GetCount($services,$query) #2000

I try to get all the EntitledUserOrGroupGlobalSummaryView because i could not get wokring the filter on globalData.globalEntitlements
If someone has a working example of the contains filter with this field.. Smiley Happy

Horizon view 7.7.0 build-11038474

Thank you

Tags (1)
0 Kudos
0 Replies