New
#81
Next time when you unpause them, run the PowerShell command and see what you will get.
Note thatIsHidden=0
means excluding the hidden updates.
The following will find installed updates.
Code:(new-object -com "Microsoft.Update.Session").CreateupdateSearcher().Search("IsInstalled=1 and IsHidden=0").Updates|FT -property Title