Page 1 of 1

List of Updates

PostPosted: 30.05.2019, 22:47
by ciberman
Hi All,
I am very new to WSUS. I am trying to compile a list of every update that was included in my download. Is it possible to find that list? In addition, is it possible to get a list of all updates applied to one specific machine after installation?

Thank you in advance!

Re: List of Updates

PostPosted: 30.05.2019, 23:39
by Dalai
ciberman wrote:I am trying to compile a list of every update that was included in my download. Is it possible to find that list?

Check wsusoffline\log\download.log and/or wsusoffline\client\w* directories. The log contains the list of all files that were downloaded for all software (Windows, .NET, C++ and MS Office, Silverlight and so on). The directories contain the actual files.

In addition, is it possible to get a list of all updates applied to one specific machine after installation?

Check Control Panel > Windows Update > View installed updates (or wherever that information can be found in the settings app on Win10). Or consult the log again at C:\Windows\wsusofflineupdate.log.

PS: I merged the two topics into one.

Regards
Dalai

Re: List of Updates

PostPosted: 17.06.2019, 18:26
by ciberman
perfect this is exactly what I needed. I might script this, if I do I'll post it incase anyone else needs it. Thanks again :D