Ying Li at myITforum.com

PowerShell & System Center

Browse by Tags

All Tags » VB Script » Patch Management (RSS)
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...
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...
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...