how to tell the patch was applied

  • Thread starter Thread starter Jessie
  • Start date Start date
J

Jessie

After installing the patch for the RPC how can you tell it
was installed. I have SMS and should be able to use it if
I knew what to look for
thanks
jessie
 
Thank you for your post!

Yes, we can verify if the patch has been applied by checking the Add/Remove
Programs items in Control Panel.

If there are a large number of clients in your network, we need to use SMS
to simplify these operations. I have answered the problem in your thread
just now in the SMS news group. For your convenience, I pasted that post
below:

COPY FROM ANOTHER THREAD:
-=-=-=-=-=-=- START -=-=-=-=-=-=-

Suggestion 1:
====================

Regarding your concerns to tell if the RPC patch was applied, we can check
if the corresponding Registry key(s) exists. The detailed keys can be found
in the KB article:

http://support.microsoft.com/?id=823980

Then, we can develop a script to check the Registry and deploy the script
to the clients. For example,

Set wshell = CreateObject("WScript.Shell")
If (wshell.Regread("HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Hotfix\KB823980\Installed") = 1) Then

' Your Action (for example, installing the patch from a network share)

Suggest 2:
====================

Actually, to facilitate security patch deployment, we provide a tool, SUS,
it can detect/install the security patch with SMS:

Software Update Services Feature Pack
http://www.microsoft.com/SMServer/downloads/20/featurepacks/suspack/default.
asp

-=-=-=-=-=-=- END -=-=-=-=-=-=-

Please let me know if anything is unclear. Thank you, and have a nice day.

Regards,
Joe Wu
Product Support Services
Microsoft Corporation

Get Secure! - www.microsoft.com/security

====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
|Content-Class: urn:content-classes:message
|From: "Jessie" <[email protected]>
|Sender: "Jessie" <[email protected]>
|Subject: how to tell the patch was applied
|Date: Thu, 14 Aug 2003 05:49:25 -0700
|Lines: 5
|Message-ID: <[email protected]>
|MIME-Version: 1.0
|Content-Type: text/plain;
| charset="iso-8859-1"
|Content-Transfer-Encoding: 7bit
|X-Newsreader: Microsoft CDO for Windows 2000
|X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
|Thread-Index: AcNiYn4Kqytpz8+YTOaaii8gFXBDVw==
|Newsgroups: microsoft.public.win2000.security
|Path: cpmsftngxa06.phx.gbl
|Xref: cpmsftngxa06.phx.gbl microsoft.public.win2000.security:6567
|NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
|X-Tomcat-NG: microsoft.public.win2000.security
|
|After installing the patch for the RPC how can you tell it
|was installed. I have SMS and should be able to use it if
|I knew what to look for
|thanks
|jessie
|
 
Back
Top