User Tools

Site Tools


wiki:windows:powershell:defender

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:windows:powershell:defender [2018/02/14 17:36] mattwiki:windows:powershell:defender [2018/02/14 17:38] (current) matt
Line 13: Line 13:
 In an elevated PowerShell run it with: <code>.\defender.ps1</code> In an elevated PowerShell run it with: <code>.\defender.ps1</code>
  
-Here is a sanitized version of the script I built for work to keep Defender from interfering with out accounting software. You can see how you can customize it for your uses easily. There are a bunch of other commandlets for Defender you can jump off to from here.+Here is a sanitized version of the script I built for work to keep Defender from interfering with out accounting software. You can see how you can customize it for your uses easily. There are a bunch of other commandlets for Defender you can jump off to from here. 
 <code> <code>
 # File Share Exclusions # File Share Exclusions
Line 24: Line 24:
 Add-MpPreference -ExclusionExtension ('.txt','.lib','.lab') Add-MpPreference -ExclusionExtension ('.txt','.lib','.lab')
 </code> </code>
 +
 +===== Sources =====
 +  * https://4sysops.com/archives/using-the-windows-defender-powershell-cmdlets/
 +  * https://technet.microsoft.com/en-us/library/dn433280(v=wps.630).aspx
wiki/windows/powershell/defender.1518647778.txt.gz · Last modified: 2018/02/14 17:36 by matt