Get Recent Windows Updates Using PowerShell

3 months ago
8

In this tutorial, learn how to use PowerShell to check recent Windows updates and hotfixes on a system. We use Get-HotFix and Get-WmiObject to display the latest 10 installed updates, and Get-WindowsUpdateLog to generate and view the Windows Update log.

Loading comments...