|
|
WSUS 2 or WSUS 3 does not support an official way to extract files.
GWC Core makes it easier four you. You'll find a class library and a very simple example. Enter a KB-Number, specify a target and wait a moment. Then you'll see the extractet files. ;-)
Happy extracting!
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
Language Visual Basic
Link: http://www.codeplex.com/GWCCore
|
|
|