Windows Updates Report Request

Hello,

Can you create a report from the following Powershell:

Get-Hotfix | Select PSComputerName, InstalledOn, Description, HotFixID, InstalledBy | Export-Csv -NoType "$Env:userprofile\Desktop\Windows Updates.csv"

This would allow me to select the computers I want to run it on.

Thanks

Parents Reply Children