|
Posted by =?Utf-8?B?TGF2ZXR0YQ==?= on February 14, 2006, 7:08 pm
If you were Registered and logged in, you could reply and use other advanced thread options
pleases reply ASAP.Thanks,
|
|
Posted by AllenM on February 14, 2006, 7:13 pm
If you were Registered and logged in, you could reply and use other advanced thread options
Well if you have already installed them then you have already run them.
Please rephrase youe question.
> pleases reply ASAP.Thanks,
|
|
Posted by Tom [Pepper] Willett on February 14, 2006, 7:14 pm
If you were Registered and logged in, you could reply and use other advanced thread options Huh?
> pleases reply ASAP.Thanks,
|
|
Posted by =?Utf-8?B?TGF2ZXR0YQ==?= on February 14, 2006, 7:20 pm
If you were Registered and logged in, you could reply and use other advanced thread options What I mean how do I write a script to findout the latest MS security updates
were installed?
"Lavetta" wrote:
> pleases reply ASAP.Thanks,
|
|
Posted by =?Utf-8?B?TGF2ZXR0YQ==?= on February 14, 2006, 8:28 pm
If you were Registered and logged in, you could reply and use other advanced thread options I am using the below script but I am unable to get the installed date worked
(it is empty.)
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "!\" & strComputer & "\root\cimv2")
Set colQuickFixes = objWMIService.ExecQuery _
("Select * from Win32_QuickFixEngineering")
For Each objQuickFix in colQuickFixes
Wscript.Echo "Computer: " & objQuickFix.CSName
Wscript.Echo "Description: " & objQuickFix.Description
Wscript.Echo "Hot Fix ID: " & objQuickFix.HotFixID
Wscript.Echo "Installation Date: " & objQuickFix.InstallDate
Wscript.Echo "Installed By: " & objQuickFix.InstalledBy
Next
"Lavetta" wrote:
> pleases reply ASAP.Thanks,
|
| Similar Threads | Posted | | Is it necessary to update Realplayer, and attain all security updates for all software installed? | November 5, 2006, 2:18 pm |
| "Some updates could not be installed"??? Please help! | August 1, 2007, 7:30 am |
| Check if specific updates are installed | June 19, 2005, 7:16 pm |
| Re: Security Updates | June 23, 2005, 9:57 am |
| security updates? | July 1, 2005, 5:13 am |
| Security Updates | July 9, 2006, 4:58 am |
| Security Updates | November 13, 2006, 7:50 am |
| Security Updates | June 13, 2007, 2:21 pm |
| Win XP: Security Updates after SP2 reinstallation? | July 24, 2006, 11:16 am |
| deleting security updates | August 12, 2006, 2:22 pm |
|