View list of updates installed via KACE in powershell
Hi,
From a client PC how can I view a list of all Windows updates installed via KACE (and ideally any other updates KACE has applied) complete with the installed date? I'd need to do this via powershell or similar and not via KACE itself, all the powershell scripts I can find don't list any Windows updates installed via KACE so produced results are years out of date.
Thanks
From a client PC how can I view a list of all Windows updates installed via KACE (and ideally any other updates KACE has applied) complete with the installed date? I'd need to do this via powershell or similar and not via KACE itself, all the powershell scripts I can find don't list any Windows updates installed via KACE so produced results are years out of date.
Thanks
2 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question
I guess my real questions is how can I view ALL installed Windows updates on a machine (ideally using powershell) including the ones KACE has installed, an install date would be really helpful as well but getting them to show at all would be a good start.
A 'check for updates' in Windows Update works as expected and found 13 outstanding patches on the machine I just looked at, all of which are quite recent so windows update functionality is working fine and machine clearly is being patched by KACE, it hasn't just been failing the updates... - undecided 6 years ago
Get-Hotfix should be the power-shell command that help us here, but it appears is not able to list all kind of patches, just patches specific to the OS, leaving a lot of them missing.
I found other scripts, but they seem to use depreciated Powershell switches, and I could not make it work on Win10 - Channeler 6 years ago