A tech related caboodle...
Thorsten E.
@endi24
PowerShell one-liner that checks for Windows updates that are not hidden and not installed: (New-Object -ComObject Microsoft.Update.Session).CreateupdateSearcher().Search("IsHidden=0 and IsInstalled=0").Updates | Select-Object Title
12/01/2023, 13:40