Jump to content


  • 0
pbalderos

I would like to run a report of computers that are XP and all patches are up to date

Question

Hello

 

I would like to run a report that will show all windows XP computers (already have the query for that below) and if the patches are all up to date.

This part of the query satisfies the search for all Windows XP computers. I just need to know how to see the patch status for these machines.

 

select distinct SMS_R_System.Name, SMS_R_System.IPAddresses, SMS_R_System.LastLogonUserName, SMS_R_System.AgentTime from SMS_R_System where SMS_R_System.OperatingSystemNameandVersion like "%Workstation 5.1%"

 

Any assistance would be appreciated.

Thanks,

Phil

 

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Are you looking for a report or a collection query? You state report but you posted a collection query, so...

 

If you are looking for a report have you looked at the built-in reports, what wrong with them.

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
Answer this question...

×   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.