Hi,
Please see https://social.technet.microsoft.com/Forums/en-US/a09a3c3f-221b-420a-9e2b-e4931fca9ce4/query-appv-package-on-pc?forum=configmanagerapps, the exact query I have is:
select SMS_R_USER.ResourceID,SMS_R_USER.ResourceType,SMS_R_USER.Name,SMS_R_USER.UniqueUserName,SMS_R_USER.WindowsNTDomain from SMS_R_User inner join SMS_G_System_AppClientState on SMS_R_USER.UniqueUserName = SMS_G_System_AppClientState.UserName where SMS_G_System_AppClientState.AppName = "ourappvpackage" and G_System_AppClientState.ComplianceState = 1
Querying App-v on machines does work for me but for user I do not get any result, then also when I try to edit the query then go to query design in order to see the values, it says:
Pls advise.
J.
Jan Hoedt
Note: my deploy is targetted to an AD group which has again an AD-group instead of directly users. Could that be any issue?