Create List Recent Installed Hotfixes In Windows.ps1
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
Get-HotFix | Where-Object { $_.InstalledOn -gt (Get-Date).AddDays(-30) }
|
||||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
|||||||
|
Get-HotFix | Where-Object { $_.InstalledOn -gt (Get-Date).AddDays(-30) }
|
||||||