potatoqualitee / kbupdate

🛡 KB Viewer, Saver, Installer and Uninstaller
MIT License
338 stars 50 forks source link

Feature Request: Report of which Updates are installed and when? #211

Open DevClate opened 1 year ago

DevClate commented 1 year ago

I was wondering in a future update if it would be possible to be able to create a report of all installed KB on a server(s) and when they were installed? If you could do it by a date range too that would be a nice feature. I'm thinking it would be great for auditing of when updates are really being installed or when management asks "When are these servers being updated" you could show/send them this report. If you need any help with this, I'd be glad to help!

potatoqualitee commented 1 year ago

hey @DevClate ! I believe this information can be found in Get-KbInstalledSoftware. It used to be named Get-KbInstalledUpdTe but I expanded the params to ensure I got everything. A filtered result of this should work.

DevClate commented 1 year ago

Thanks @potatoqualitee ! Right now I can only get it to pull from PowerShell 5.1 (7.3 isn't working), but it comes up with a lot of duplicates and I'll have to dig more into why it does. A lot more filtering will be needed than I assumed. When I have some more time, I'll figure it out. Thank you for all your work on this!