How to find last installed update

Опубликовано: 28 Сентябрь 2024
на канале: It System
728
9

This section describes how to find the most recently installed windows update information.
In some cases it is necessary to undo the updates installed on the windows or check which updates are available. Powershell command can provide easy access on.


get-hotfix | sort installedon -desc | select -First 1

  / itsystem.tech  
http://www.itsystem.tech