Page 1 of 1

Is it possible to only get the approved updates of wsus?

PostPosted: 13.07.2015, 19:15
by lookoutnoob
I know its possible to get all the updates from the wsus server.
But is it also possible to only get the approved updates of the wsus server :?:

Re: Is it possible to only get the approved updates of wsus?

PostPosted: 14.07.2015, 09:34
by aker
As far as I know: no.
Currently I do not know any way to request a list of approved updates from a wsus server for a specific OS independent from the currently running one.

Re: Is it possible to only get the approved updates of wsus?

PostPosted: 14.07.2015, 15:12
by WSUSUpdateAdmin
Pls. configure your WSUS server as source and add
Code: Select all
wsusonly=Enabled

to the [Miscellaneous] section in your UpdateGenerator.ini file.
RTW

Re: Is it possible to only get the approved updates of wsus?

PostPosted: 15.07.2015, 12:22
by lookoutnoob
WSUSUpdateAdmin wrote:Pls. configure your WSUS server as source and add
Code: Select all
wsusonly=Enabled

to the [Miscellaneous] section in your UpdateGenerator.ini file.
RTW


This doenst download only the approved updates of the wsus server right? This ALSO download the unapproved

Re: Is it possible to only get the approved updates of wsus?

PostPosted: 17.07.2015, 06:33
by WSUSUpdateAdmin
It downloads the updates existing on your WSUS server and skips the others.
I thought unapproved updates won't exist.
RTW

Re: Is it possible to only get the approved updates of wsus?

PostPosted: 17.07.2015, 07:58
by aker
@WSUSUpdateAdmin
:arrow: https://msdn.microsoft.com/en-us/library/ee958389(v=vs.85).aspx
Does this help?
I did not check, if it has to run on the server or runs on a client, too.

Re: Is it possible to only get the approved updates of wsus?

PostPosted: 21.09.2015, 21:36
by Midnite630
I am trying to build an ISO/USB for patching my workstations after imaging them.
I have set the WSUS server but it's not using it.
I also added wsusonly=Enabled to UpdateGenerator.ini but it continues to download from the internet.

Re: Is it possible to only get the approved updates of wsus?

PostPosted: 22.09.2015, 06:17
by aker
Some files need to be downloaded from the internet (wsusscn2.cab, and some orhers). Please post the content of .\log\download.log in [code]-tags.

Re: Is it possible to only get the approved updates of wsus?

PostPosted: 22.09.2015, 15:29
by Midnite630
After reviewing the download.log I looks like it was downloading from my WSUS server and going to the internet for the files that did not exist.
Seem like there where a lot. Maybe my WSUS server need some maintenance.

Re: Is it possible to only get the approved updates of wsus?

PostPosted: 22.09.2015, 16:59
by aker
If you could provide a log, I can take a look at it.
Also please post the content of your UpdateGenerator.ini.