Stevej Posted January 15, 2018 Report post Posted January 15, 2018 Hi All, From 10 v 1607 app v has been included and just needs to be enabled. We have not rolled out App-V to our windows 7 or 8. I would like to create collection to query if App-V is enabled. The following does not bring back the expected results select SMS_G_System_APPV_CLIENT_APPLICATION.EnabledGlobally from SMS_R_System inner join SMS_G_System_APPV_CLIENT_APPLICATION on SMS_G_System_APPV_CLIENT_APPLICATION.ResourceId = SMS_R_System.ResourceId Could anybody help? Thanks Steve Quote Share this post Link to post Share on other sites More sharing options...
0 GarthMJ Posted January 15, 2018 Report post Posted January 15, 2018 What results does it bring back that you are not expecting? Quote Share this post Link to post Share on other sites More sharing options...
Hi All,
From 10 v 1607 app v has been included and just needs to be enabled. We have not rolled out App-V to our windows 7 or 8.
I would like to create collection to query if App-V is enabled. The following does not bring back the expected results
select SMS_G_System_APPV_CLIENT_APPLICATION.EnabledGlobally from SMS_R_System inner join SMS_G_System_APPV_CLIENT_APPLICATION on SMS_G_System_APPV_CLIENT_APPLICATION.ResourceId = SMS_R_System.ResourceId
Could anybody help?
Thanks
Steve
Share this post
Link to post
Share on other sites