daknetworks.com

You are here: Blog HAFNIUM | Verify KB5000871 is Installed

HAFNIUM | Verify KB5000871 is Installed

Exploit: HAFNIUM
PATCH: KB5000871

So how do you verify if KB5000871 is installed? Here's how:
 
SHORT:
 
Get-WinEvent -LogName System | where{$_.message -match "KB5000871"} | select -First 3
 
LONG:
 
Get-WinEvent -LogName System | where{$_.message -match "KB5000871"} | select -First 3 |fl
 
For me, the following had null results:
 
get-hotfix | findstr /i KB5000871
 
or
 
Get-WinEvent -LogName Setup | where{$_.message -match "KB5000871"}

Contact Dak Networks

We are not taking on new clients at this time.