Dear all,
We have the prtg on large screens here in the office and we are just showing the alarm section,
We all see the following alarm : 1 # (Updates (Unclassified) Missing) is above the warning limit of 0.20 # in Updates (Unclassified) Missing
I have checked all the 5 servers the alarm is showing on but there is NO new update . All of the server are Windows 2019 . However the alarm is still there and will not go away.
I did the following ps cmd .
PS C:\> $searcher = (New-Object -ComObject Microsoft.Update.Session).CreateUpdateSearcher();$searcher.Search("Type='Software'").Updates | Sort-Object -Property Dates -Descending | ft -autosize IsInstalled, MsrcSeverity IsInstalled MsrcSeverity ----------- ------------ True False True True True Critical
Any help or idea are really appreciated
André
Add comment