Skip to main content

Disable Defender

Purpose

This solution disable the defender if the supported other AVs are detected and running.

Associated Content

ContentTypeFunction
cPVAL Supported AV ServicesCustom FieldThis custom field will require the list of AV that are active and running; if found, then the Defender gets disabled. Provide the value of AVs in a comma-separated list within the single quotes. For example: SentinelAgent,AnotherAVService
Disable Defender Vs Supported AVScriptThis script will disable the defender if the supported AVs are found and running.
Disable Defender - WorkstationCompound ConditionThis compound condition will run the script Disable Defender Vs Supported AV on workstations and creates a ticket if it fails to disable Defender.
Disable Defender - ServerCompound ConditionThis compound condition will run the script Disable Defender Vs Supported AV on servers and creates a ticket if it fails to disable Defender.

Implementation

Changelog

2026-06-17

  • Initial version of the document