Hi BR0KK,
Thanks for your posting on this forum.
I have three way to achieve this feature:
- Open the PowerShell as an administrator and enter
get-hotfix
command to check the installed updates on the clients. Here is a screenshot in my environment for your reference:
- Use the
Get-WsusUpdate
command to get installed updates. Here is a link in detail for your reference:
https://learn.microsoft.com/en-us/powershell/module/updateservices/get-wsusupdate?view=win10-ps - Use the in-build WSUS report to filter out the installed updates. Referecne link:
https://learn.microsoft.com/de-de/security-updates/windowsupdateservices/18127386
Please let me know if there are any feedback. Thanks for your time.
Regards,
Rita
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.