sethbraunstein Posted November 9, 2015 Report post Posted November 9, 2015 I would like to build a collection based on whether or not a specific windows update has been installed on a system. Is this possible, andif so, what's the attribute class I should be looking for in the query creator? Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted November 10, 2015 Report post Posted November 10, 2015 ok, I will bite, why do you want to do this? Quote Share this post Link to post Share on other sites More sharing options...
sethbraunstein Posted November 10, 2015 Report post Posted November 10, 2015 I have some computers that are failing to update IE due to missing pre-reqs. I'd like to make a collection based on these devices, so I can target them with the pre-req's, then redeploy the IE. Quote Share this post Link to post Share on other sites More sharing options...
Eswar Koneti Posted November 11, 2015 Report post Posted November 11, 2015 the best way to get this results is reporting. Create a SQL query to get computers missing the required patches instead of looking at collection. You have more flexibility with reports. Use the report http://eskonr.com/2015/10/sccm-configmgr-sql-query-how-to-get-list-of-patches-required-by-specific-computer/ ,modify to your needs.Patches are not like applications to check if specific patch installed or not as some patches may not be required by the client and it says Compliant (either Installed or Not applicable) so the best way is reporting to know the status (compliant,Non-Compliant and Unknown). Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted November 11, 2015 Report post Posted November 11, 2015 If I remember right all the pre-req for IE are SU, So why not deployment them via SU method? Quote Share this post Link to post Share on other sites More sharing options...