Created
January 23, 2020 13:11
-
-
Save Oneiroi/a7723b2c775c7f6b21b5f5fa5be6a1fd to your computer and use it in GitHub Desktop.
Powershell script to check if the target system has applied any of the KB articles which are thought to contain the fix for CVE-2020-0601
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wmic qfe get Caption,Description,HotFixID,InstalledOn |Select-String 'KB45((3(4306|4271|4276|4293|4273))|28760|35550)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment