https://github.com/johnjohnsp1/DefenderKeys
Quick PowerShell script to extract any exclusions configured for Windows Defender
https://github.com/johnjohnsp1/DefenderKeys
Last synced: 4 months ago
JSON representation
Quick PowerShell script to extract any exclusions configured for Windows Defender
- Host: GitHub
- URL: https://github.com/johnjohnsp1/DefenderKeys
- Owner: johnjohnsp1
- Created: 2018-09-21T18:37:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T17:44:29.000Z (over 6 years ago)
- Last Synced: 2024-08-14T07:06:38.505Z (8 months ago)
- Language: PowerShell
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - johnjohnsp1/DefenderKeys - Quick PowerShell script to extract any exclusions configured for Windows Defender (PowerShell)
README
# DefenderKeys
Quick PowerShell script to extract any exclusions configured for Windows Defender
```
PS C:\Users\bob\Desktop> .\DefenderKeys.ps1PATHS/FILE EXCLUSIONS
---------------------
M:\
C:\Users\bob\Desktop\Work
S:\
C:\Users\bob\Desktop\program.exePROCESS EXCLUSIONS
------------------
program.exeEXTENSION EXCLUSIONS
--------------------
.comPS C:\Users\bob\Desktop>
```