Can we use powershell to identify windows vulnerabilities ?

Sashank Dara 1 Reputation point
2022-02-05T10:08:06.923+00:00

Is there a way to identify the applicable CVEs, Security advisories applicable on a given Windows installation using powershell ?

Windows for business Windows Server User experience PowerShell
Windows for business Windows Server Devices and deployment Configure application groups
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Rich Matheisen 47,901 Reputation points
    2022-02-05T15:39:14.497+00:00

    While not as pretty as the PowerShell module suggested by @Andreas Baumgarten , "nmap" is a proven bit of software that works very well, very quickly, and very thoroughly (something to be appreciated if there are large numbers of machines involved).

    Here's an example: nmap-vulnerability-scan

    1 person found this answer helpful.
    0 comments No comments

  2. Andreas Baumgarten 123.4K Reputation points MVP Volunteer Moderator
    2022-02-05T10:36:05.557+00:00

    Hi @Sashank Dara ,

    maybe this is helpful to get started: https://aventistech.com/kb/get-latest-cve-from-msrc-with-powershell/

    Or do you have already started with a PowerShell script?

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.