5 lines
103 B
PowerShell
5 lines
103 B
PowerShell
|
|
|
|
$ServerName | % { Get-HotFix -ComputerName $_ | sort installedon -Descending | select -First 1 }
|
|
|