Hi,
I'm looking for a query which shows only applications (App-v) which are REALLY on the machine.
This query shows also applications which WERE on the machine before:
select distinct SMS_R_System.Name, SMS_R_System.Client, SMS_G_System_AppClientState.AppName from SMS_R_System inner join SMS_G_System_AppClientState on SMS_G_System_AppClientState.MachineName = SMS_R_System.Name where SMS_G_System_AppClientState.AppName
like "%Application%"
Reason why I'm asking: my machine collection "installed application x" is showing machines which DON'T have that application anymore.
Please advise.
J.
Jan Hoedt