Here you can download the example and source code.
Usage (Example.exe)C:\Temp\Example.exe /kb="957095" /target="C:\Files" /wsusversion="2"
Usage (ClassLibrary)Imports GWCCore.WSUSQuery
Dim Instance as new WSUSDatabaseQuery
Instance.KBtoUpdateID("957095", "C:\Files")
Instance.KBtoUpdateID_WSUS3("957095", "C:\Files")
Requirements.NET Framework 2
WSUS 2 / 3
LanguageVisual Basic
Additional informationPlease add "SQL-Query: Rob Dunn" and a link to this page in your "About" box.
GWC Core Component is essential part of "Get WSUS Content .NET"
Changelog
- Updated source code (english comments)