Query for security update kb978207
Hy!I try to create a query which shows all pcs that got the latest IE7 and IE8 security update KB978207.Could someone give me a hint which criterion properties are necessary for this or the complete query?I must investigate the actual status of my pcs in my network.Thanx for helpFrankyk
February 3rd, 2010 2:28pm
Add/remove programs - Display Nameselect * from SMS_R_System inner join SMS_G_System_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceId = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName like "%blablabla%"
Free Windows Admin Tool Kit Click here and download it now
February 3rd, 2010 2:33pm


