Powershell commands

https://www.infosecmatter.com/powershell-commands-for-pentesters/

https://www.infosecmatter.com/powershell-commands-for-pentesters/

List installed antivirus (AV) products

Here’s a simple PowerShell command to query Security Center and identify all installed Antivirus products on this computer:

Get-CimInstance -Namespace root/SecurityCenter2 -ClassName AntiVirusProduct
Get-CimInstance -Namespace root/SecurityCenter -ClassName AntiVirusProduct

Last updated