Get Antivirus Information

Description

Shows basic Antivirus engine information using WMI queries.

Overview

Shows the name, product path, reporter path, and product state for the installed Antivirus engine.

Parameters

Name Type Description
Target string The IP address or hostname of the system to get Antivirus provider info. Default is ‘localhost’.
Username string The local or domain username to authenticate with. Required in the "Username and Password" parameter set.
Password string The password for the specified user. Required in the "Username and Password" parameter set.

Operating Systems

  • Windows

Example Text Output

DisplayName  : Windows Defender
ProductPath  : windowsdefender://
ReportPath   : %ProgramFiles%\Windows Defender\MsMpeng.exe
ProductState : 397568

Example Json Output

{
  "DisplayName": "Windows Defender",
  "ProductPath": "windowsdefender://",
  "ReportPath": "%ProgramFiles%\\Windows Defender\\MsMpeng.exe",
  "ProductState": 397568
}
Scroll to Top