Sparky Henderson

Results 11 comments of Sparky Henderson

I know this sounds like an advertisement, but check my project at https://github.com/SparkyzCodez/FSRM-Anti-ransomware I have a script that uses the Everything Search engine along with a list of all the...

One thing that you should never let anyone suggest to you is files that should be excluded...unless you really trust them. You don't want a black hat talking you into...

I'm working on a script like that right now (https://github.com/SparkyzCodez/FSRM-Anti-ransomware) but I don't have anything concrete yet. Permissions are sort of a pain with scheduler tasks that need pretty low...

You may want to look at my scripts as well. It is warning free on W2019 but it won't work on W2008. (OK, you shouldn't still be using W2008 anyway....

I wrote a new PowerShell script that uses only W2012 and above commands. No filescrn.exe, no 4kb limits, and a boatload of additional options and features including honeypots. I test...

Take a look at my new PowerShell script to manage your FSRM file screens. More to your issue, I also use an extended JSON file that holds regex for substring...

I have a script that uses only current commands. It doesn't use filescrn.exe and it uses Get-cim commands instead of the deprecated win32 command. I hope you'll take a look...

I know this is an ancient issue but I've seen this several times. You just have to run IE manually one time using your chosen account and get past those...

In general, FSRM is more oriented towards matching filter filespecs with files no matter where those files are in a share or drive. I don't know if it can deal...

Dynamic remediation: Added code to the FSRM-Anti-ransomware.ps1 script that will exclude any filespecs that are not allowed on the server's file system. This is a dynamic check that will adapt...