nexxai / CryptoBlocker

A script to deploy File Server Resource Manager and associated scripts to block infected users
GNU General Public License v2.0
200 stars 73 forks source link

File Screens Disappearing #62

Open RVMsol opened 5 years ago

RVMsol commented 5 years ago

Hello,

Since two days ago, the script seems to delete all file screens in FSRM. This was tested with 6 different clients. I've tried redownloading the script, but it does the same thing.

image

nexxai commented 5 years ago

Hi there, I just tested it on a blank VM and also on one of our existing FSRM-protected VMs and nothing you're describing happened. I ran it several times and the file screens never disappeared; it worked exactly as it should.

Can you provide a copy of the entire output of you manually running .\DeployCryptoBlocker.ps1

LucM44 commented 5 years ago

I get this one time on our 2016 server. I have close, then reopen FSRM, and refresh the windows, and all appears after.

SanderSmelt commented 5 years ago

i had the same issue on our 2008R2 file server. after running the script in the console it seems to hang on the creation of a couple of the file groups, first i though that it had to do whit special characters but that was a coincidence. by adding the lines whit special to the skiplist the differente groups simple got a different max lengt, the older version of the script i am using was still using 4096 as the max value for the filegroups. the current version has a value of 4000 after making this change it all worked again.

just copy and past the script to the console and check for errors. the script removes all the filegroups, templates and filescreens but doesn't check if it succeeds in adding them back. so if a filegroup fails the same goes for the templates and filescreens.