Custom report - list of computers that still has particullar KB(number) patch installed
Hello,

Can you help me with identifying computers that still has a certain patch installed?

I would like to do it as report or query but I'm clueless how to begin. I have found similar questions here but answers have syntax problems and basically, I don't know what the query means and how to edit it to what I need. 

What I need is to identify and list computers from a collection, that still has KB3023562 installe
February 25th, 2015 2:40pm

Have you looked at the built-in reports, at least one of them will do this for you.
Free Windows Admin Tool Kit Click here and download it now
February 25th, 2015 3:09pm

I did, but I didn't find any that would work like this.

Chances are that I'm either blind or I don't know what to be looking for.

What report in SCCM 2007 do you have in mind?

February 25th, 2015 6:10pm

In SCCM 2007 depending on the reporting that you have installed you should have luck with: Compliance - Specific software update states <secondary> At any rate if you filter by the software update category of reports you should find what you need.

Free Windows Admin Tool Kit Click here and download it now
February 25th, 2015 7:25pm


select v_R_System.Name0,UpdateID,ID,Title,LastStateName,LastStatusTime as 'Installed Date' from v_GS_PatchStatusEx inner join v_R_System on v_GS_PatchStatusEx.ResourceID=v_R_System.ResourceID
where Title='Security Update for Windows Server 2012 R2 (KB2961072)' and LastStateName like 'Install Verified' order by AgentInstallDate desc
February 26th, 2015 2:00pm


select v_R_System.Name0,UpdateID,ID,Title,LastStateName,LastStatusTime as 'Installed Date' from v_GS_PatchStatusEx inner join v_R_System on v_GS_PatchStatusEx.ResourceID=v_R_System.ResourceID
where Title='Security Update for Windows Server 2012 R2 (KB2961072)' and LastStateName like 'Install Verified' order by AgentInstallDate desc
Free Windows Admin Tool Kit Click here and download it now
February 26th, 2015 2:00pm


select v_R_System.Name0,UpdateID,ID,Title,LastStateName,LastStatusTime as 'Installed Date' from v_GS_PatchStatusEx inner join v_R_System on v_GS_PatchStatusEx.ResourceID=v_R_System.ResourceID
where Title='Security Update for Windows Server 2012 R2 (KB2961072)' and LastStateName like 'Install Verified' order by AgentInstallDate desc
February 26th, 2015 2:00pm


select v_R_System.Name0,UpdateID,ID,Title,LastStateName,LastStatusTime as 'Installed Date' from v_GS_PatchStatusEx inner join v_R_System on v_GS_PatchStatusEx.ResourceID=v_R_System.ResourceID
where Title='Security Update for Windows Server 2012 R2 (KB2961072)' and LastStateName like 'Install Verified' order by AgentInstallDate desc
Free Windows Admin Tool Kit Click here and download it now
February 26th, 2015 2:00pm


select v_R_System.Name0,UpdateID,ID,Title,LastStateName,LastStatusTime as 'Installed Date' from v_GS_PatchStatusEx inner join v_R_System on v_GS_PatchStatusEx.ResourceID=v_R_System.ResourceID
where Title='Security Update for Windows Server 2012 R2 (KB2961072)' and LastStateName like 'Install Verified' order by AgentInstallDate desc
February 26th, 2015 2:00pm


select v_R_System.Name0,UpdateID,ID,Title,LastStateName,LastStatusTime as 'Installed Date' from v_GS_PatchStatusEx inner join v_R_System on v_GS_PatchStatusEx.ResourceID=v_R_System.ResourceID
where Title='Security Update for Windows Server 2012 R2 (KB2961072)' and LastStateName like 'Install Verified' order by AgentInstallDate desc
Free Windows Admin Tool Kit Click here and download it now
February 26th, 2015 2:00pm


select v_R_System.Name0,UpdateID,ID,Title,LastStateName,LastStatusTime as 'Installed Date' from v_GS_PatchStatusEx inner join v_R_System on v_GS_PatchStatusEx.ResourceID=v_R_System.ResourceID
where Title='Security Update for Windows Server 2012 R2 (KB2961072)' and LastStateName like 'Install Verified' order by AgentInstallDate desc
February 26th, 2015 2:00pm


select v_R_System.Name0,UpdateID,ID,Title,LastStateName,LastStatusTime as 'Installed Date' from v_GS_PatchStatusEx inner join v_R_System on v_GS_PatchStatusEx.ResourceID=v_R_System.ResourceID
where Title='Security Update for Windows Server 2012 R2 (KB2961072)' and LastStateName like 'Install Verified' order by AgentInstallDate desc
Free Windows Admin Tool Kit Click here and download it now
February 26th, 2015 2:00pm


select v_R_System.Name0,UpdateID,ID,Title,LastStateName,LastStatusTime as 'Installed Date' from v_GS_PatchStatusEx inner join v_R_System on v_GS_PatchStatusEx.ResourceID=v_R_System.ResourceID
where Title='Security Update for Windows Server 2012 R2 (KB2961072)' and LastStateName like 'Install Verified' order by AgentInstallDate desc
February 26th, 2015 2:00pm


select v_R_System.Name0,UpdateID,ID,Title,LastStateName,LastStatusTime as 'Installed Date' from v_GS_PatchStatusEx inner join v_R_System on v_GS_PatchStatusEx.ResourceID=v_R_System.ResourceID
where Title='Security Update for Windows Server 2012 R2 (KB2961072)' and LastStateName like 'Install Verified' order by AgentInstallDate desc
Free Windows Admin Tool Kit Click here and download it now
February 26th, 2015 2:00pm


select v_R_System.Name0,UpdateID,ID,Title,LastStateName,LastStatusTime as 'Installed Date' from v_GS_PatchStatusEx inner join v_R_System on v_GS_PatchStatusEx.ResourceID=v_R_System.ResourceID
where Title='Security Update for Windows Server 2012 R2 (KB2961072)' and LastStateName like 'Install Verified' order by AgentInstallDate desc
February 26th, 2015 2:00pm


select v_R_System.Name0,UpdateID,ID,Title,LastStateName,LastStatusTime as 'Installed Date' from v_GS_PatchStatusEx inner join v_R_System on v_GS_PatchStatusEx.ResourceID=v_R_System.ResourceID
where Title='Security Update for Windows Server 2012 R2 (KB2961072)' and LastStateName like 'Install Verified' order by AgentInstallDate desc
Free Windows Admin Tool Kit Click here and download it now
February 26th, 2015 5:00pm

Thank you all, I will try these and let you know.
March 3rd, 2015 10:50am

this one worked for me
Free Windows Admin Tool Kit Click here and download it now
March 17th, 2015 9:36am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics