Files
Intune/dump/WSUS_Scripts/Check-Hotfix-2.ps1

5 lines
103 B
PowerShell

$ServerName | % { Get-HotFix -ComputerName $_ | sort installedon -Descending | select -First 1 }