Clicky

Dump your Windows Update Log to TXT or CSV

If you manually update your Windows Server and require the log of your entire update, feel free to use the following command in Powershell or just type “cmd” to open the command prompt. (Make sure that you start the application with Administrator Privileges)

Type :

wmic[/alert-sccess]

Now, type the following command :

/output:c:\Updates.txt qfe list

An Updates.txt file will be generated with the entire log of your update.

Add a Comment

Your email address will not be published. Required fields are marked *