Finding PowerShell Version

I am new to the world of Rapid7. Is it possible to use Query Builder within InsightVM to find the current version of PowerShell (Windows Management Framework) installed on my endpoints?

Thanks in advance

Hi Sean,

You could use the one of the following queries to find assets which have PowerShell fingerprinted on, but then you will need to go to each asset’s details page to list those software and their versions.

asset.software ~> ‘powershell’
OR
asset.software.description CONTAINS ‘powershell’

Hope this helps.
Bulut