Added Defender exclusions
This commit is contained in:
parent
0118ed6536
commit
395d4c16db
1 changed files with 11 additions and 0 deletions
11
cleanup.ps1
11
cleanup.ps1
|
|
@ -0,0 +1,11 @@
|
||||||
|
# Add defender exclusions
|
||||||
|
Add-MpPreference -ExclusionPath "C:\Quest\*"
|
||||||
|
Add-MpPreference -ExclusionPath "C:\Program Files\Mesh Agent\*"
|
||||||
|
Add-MpPreference -ExclusionPath "C:\Program Files\TacticalAgent\*"
|
||||||
|
Add-MpPreference -ExclusionPath "C:\ProgramData\TacticalRMM\*"
|
||||||
|
Add-MpPreference -ExclusionPath "C:\Windows\Temp\is-*.tmp\tacticalagent*"
|
||||||
|
Add-MpPreference -ExclusionProcess "C:\Program Files\TacticalAgent\tacticalrmm.exe"
|
||||||
|
Add-MpPreference -ExclusionProcess "C:\ProgramData\TacticalRMM\tacticalagent*"
|
||||||
|
Add-MpPreference -ExclusionProcess "C:\Windows\Temp\is-*.tmp\tacticalagent*"
|
||||||
|
|
||||||
|
# --------------------------------------------------------------------------------
|
||||||
Loading…
Add table
Add a link
Reference in a new issue