Created
October 2, 2013 02:29
-
-
Save dylanmei/6788305 to your computer and use it in GitHub Desktop.
List Windows hotfixes installed after a specified date
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 12:35 C:\> Get-HotFix | ? installedon -gt 1/15/2013 | |
| Source Description HotFixID InstalledBy InstalledOn | |
| ------ ----------- -------- ----------- ----------- | |
| EDLT Update KB2803748 NT AUTHORITY\SYSTEM 1/22/2013 12:00... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment