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
  • OK that makes some sense now. That field is not retrieved by a Computer discovery. You can use WMI to retrieve the info and create a report that will allow you to select a computer and export the report to CSV as this seems to be what you want in the PowerShell above. I will put a set of instructions together for you on how to do this. Expect something in less than an hour.

Children
No Data