pdqcom / PowerShell-Scanners

A community repository of PowerShell Scanners for PDQ Inventory.
MIT License
179 stars 74 forks source link

Get Windows Update History: Fix hang on newer Windows 10 builds #78

Closed ColbyBouma closed 3 years ago

ColbyBouma commented 3 years ago

According to the forum post I mentioned in #74, adding -Last keeps Get-WUHistory from hanging on 2004 and later.

I used the Row Limit as the value for -Last so users only have to set the limit in 1 place.

CaseyM-PDQ commented 3 years ago

Tested this, looks good! Nice work Colby!