in

myITforum.com

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • VB Script to Check on a Particular Patch Status

    Here is a little VB Script to query WMI and to check if a particular patch is installed. 'On Error Resume Next strKB = Inputbox ("Enter the KB Number") ' in KB917537 format x = 2 'Create an Excel Work Sheet Set objExcel = CreateObject("Excel.Application") objExcel.Visible...
    Posted to Ying Li at myITforum.com (Weblog) by yli628 on 12-12-2007
    Filed under: VB Script, Patch Management
  • To Install DST Patches Remotly on Multiple Servers

    We have a lot of “non standard” servers for whatever reasons. In order to facilitate the DST patch push. I put together an Ad Hoc script to push DST patch to server otherwise can’t be pushed through SMS or Opsware. First I download psexec.exe from http://www.microsoft.com/technet/sysinternals...
    Posted to Ying Li at myITforum.com (Weblog) by yli628 on 02-28-2007
    Filed under: VB Script, Patch Management
  • VB script to create server patch status report in excel

    Here is a VB script to create server patch status report in excel and the report can also be used as server inventory. Please note that the script creates an instance of the Microsoft.Update.Session object, then uses the CreateUpdateSearcher method to create an instance of the Searcher object. We could...
    Posted to Ying Li at myITforum.com (Weblog) by yli628 on 12-29-2006
    Filed under: VB Script, Patch Management
Page 1 of 1 (3 items)
Copyright - www.myITforum.com, Inc. - 2007 All Rights reserved.
Powered by Community Server (Commercial Edition), by Telligent Systems