Remove Windows Defender Feature
Description
This script removes the installed Windows Defender feature on supported Windows Server systems and can optionally restart the server after a successful uninstall.
Sample Run
Dependencies
- PowerShell 5.0+
- Remove-WindowsDefenderFeature.ps1
- Agnostic Script
Implementation
-
Export the agent procedure from ProVal's VSA RMM instance.
Name: Remove Windows Defender FeatureThe export will download the necessary XML file.
-
Import this XML file into the partner's VSA RMM instance.
Parameter
| Parameter | Required | Value | Details |
|---|---|---|---|
| Forcerestart | NO | 1 | Enter 1 to reboot the device, leave black to skip the reboot. |
Output
Script Logs
Changelog
2026-06-05
- Initial version of the script.