Jump to content


Mur

SCCM 2012 search for installed hotfixes

Recommended Posts

I could not use the above method and I needed to use "Compliance Settings" to create a WQL query and pull that information manually. It was nice to learn how to do this but it seemed a bit overly complicated to do something kinda simple.

 

Assets and compliance -> Compliance Settings -> configuration items -> Create

 

Setup the name and categories -> OS -> new -> Settings types set to WQL query

 

    • Name = “KB~~~”
    • Namespace = “root\cimv2″
    • Class = “Win32_QuickFixEngineering”
    • Property = “HotFixID”
    • WQL query
      Where clause = "HotFixID = 'KB#######'"

      just to confirm above in case you are just copying its double quotes around the whole hotfix = kb### and single quotes around kb###

 

Afterwards create a baseline -> add -> configuration items -> add the one you just created and deploy it to a collection.

 

You would need to run Machine Policy Retrieval & evaluation cycle to push out the baseline and after it syncs you can see the results in

 

monitoring -> deployments -> baseline's name

 

 

Yeahhh....overly complicated

 

References:

http://t3chn1ck.wordpress.com/2010/10/20/sccm-dcm-inventory-for-installed-windows-hotfixes/

http://blogs.msdn.com/b/scom_2012_upgrade_process__lessons_learned_during_my_upgrade_process/archive/2012/09/21/compliance-settings-sccm-2012.aspx

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.