Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled Task would blank out FileGroups in the Exceptions list #70

Open
xicanoink opened this issue Dec 12, 2018 · 1 comment
Open

Comments

@xicanoink
Copy link

So, using the latest version of the script, we are using the ExcludePaths.txt to compile all our known exceptions. We did a scheduled task to run the script nightly to be up to date.
On fresh install, filescreen exceptions are built and all the filegroups are filled in.
Once the scheduled task runs, the exception path is there, but the filegroups are empty.
We added a line to delete all the exceptions before it does the building and that seems to have fixed it for us.

&filescrn.exe Exception delete "/Path:$_" /Quiet

right before the original scripts:

&filescrn.exe $ExclusionArgs

Don't know if anybody else is seeing this.

@scholtefrl
Copy link

We modified our script, every time the script runs we read the conent listed in the ExcludePaths.txt. We also pair an special filegroup tot these paths listed in de Excludepaths.txt. Otherwise you would whitlist all extensions in these directory's. Lookup my modified version of the script in my Github profile. https://github.com/scholtefrl/CryptoBlocker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants