How to get Windows Update history with PowerShell

Posted by

It’s nowadays very important to install the latest Windows updates on a monthly basis. If your computer is not recently updated, then it is facing multiple security risks. Cybercriminals are releasing new cybercrime methods every day which can impact your system. As a system engineer, you don’t want to manually check each system by hand. That’s why they invented PowerShell, right?

Windows update commands

There are multiple commands available to check the Windows updates. The most known command is: (Get-Hotfix) With this command you can only return the KB Number and install date. As an engineer, I want to see more information about the installed updates. With the following script, you can find some more information.

Leave a Reply

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