Create List Recent Installed Hotfixes In Windows.ps1

This commit is contained in:
DistractADD
2024-10-03 15:27:32 +10:00
committed by GitHub
parent 3c467462e8
commit 80a3c501be

View File

@@ -0,0 +1 @@
Get-HotFix | Where-Object { $_.InstalledOn -gt (Get-Date).AddDays(-30) }