Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e188748
Updated script to only include filescreen creation
nexxai Sep 30, 2016
6e858ff
Unnecessary for creating filescreen
nexxai Sep 30, 2016
c6dc8ff
Removing broken notification code
nexxai Sep 30, 2016
7b33ea3
Removed too many lines; putting this one back
nexxai Sep 30, 2016
c6f7f43
Removed notes since they didn't apply to our version
nexxai Oct 6, 2016
c744192
Added exclusion code
Feb 23, 2017
bccdbca
Update README.md with instructions about SkipList.txt
nexxai Feb 23, 2017
ab9570c
Updated script to dynamically create SkipList to avoid over-writing i…
Feb 23, 2017
655b96a
Merge branch 'master' of https://github.com/nexxai/CryptoBlocker
Feb 23, 2017
125e95d
Added SkipList.txt file to gitignore
Feb 23, 2017
511b849
Fixed "TestPath" to "Test-Path"
nexxai Feb 24, 2017
44462f5
Update DeployCryptoBlocker.ps1 (#3)
HumanEquivalentUnit Feb 24, 2017
9fef9bb
Added email and event log setup
Feb 24, 2017
02269ac
Note about SkipList.txt
nexxai Feb 24, 2017
bf46300
Changed temp file creation to use New-TemporaryFile
Feb 24, 2017
549bdea
Merge branch 'master' of https://github.com/nexxai/CryptoBlocker
Feb 24, 2017
6cd3ebf
Replaced New-TemporaryFile with homemade version
Feb 24, 2017
324742e
Added quotes to screen add command
nexxai Feb 27, 2017
37ac557
Fixed wording
nexxai Apr 3, 2017
0d4d8de
Made SkipList note more visible
nexxai Apr 25, 2017
3bfe798
Extended functionality and polished ouput (#5)
andi-blafasl May 15, 2017
1057d4e
Added FSRM install failure check. (#9)
gastamper May 16, 2017
8017c25
Replaced $drivesContainingShares logic with code from davidande
nexxai May 16, 2017
3b79020
Bars in the wrong place
nexxai May 16, 2017
6f3a412
Updating as 4096 byte entry broke script
nexxai May 22, 2017
b378bcc
Changed "4KB" to 4000bytes
nexxai Jun 23, 2017
c17231b
Proof of Concept (#27)
jkmurphy1 Aug 28, 2017
2f0749b
Updated minimum PowerShell version, changed to use Invoke-WebRequest
nexxai Nov 30, 2017
3e0e3dd
Updated for Server 2016
nexxai Jan 10, 2018
adca7a7
Add support for a "ProtectList.txt" ... if this file exists, only pro…
StarDestroyer78 Jan 11, 2018
d121bde
Typo Fix in Last Pull Request (#44)
StarDestroyer78 Jan 11, 2018
eadf4f4
Add IncludeList.txt (#45)
StarDestroyer78 Jan 11, 2018
3d859a7
absolute Path for included Files (#57)
andi-blafasl Jul 3, 2018
70b013f
Add ExcludePaths.txt (#56)
insanefreakv1 Jul 4, 2018
3596f7c
Fixed relative path bug in ExcludePath.txt (#59)
andi-blafasl Oct 10, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SkipList.txt
ProtectList.txt
IncludeList.txt
ExcludePaths.txt
154 changes: 0 additions & 154 deletions BlockFileExtensionsGPO.ps1

This file was deleted.

Loading