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

FSRM Installed already but scripts fails after check. #25

Closed Jamie3188 closed 6 years ago

Jamie3188 commented 7 years ago

Hi,

Love the script. Have used it for many clients already but this is the first time I have come across this issue. FSRM is installed already and when the script gets to Checking FSRM it fails then does not continue unlike before.

Any advise why the script would fall over if it does detect FSRM already installed?

nexxai commented 7 years ago

Does it just sit there? Does an error appear? Any other information would be very appreciated.

Also, what happens if you manually remove the filescreen template and group and then try to re-run it?

Finally, are you able to visit https://fsrm.experiant.ca/api/v1/combined from a web browser on the affected server?

Jamie3188 commented 7 years ago

I have a feeling that it might be because I'm running Server 2003 on this server? Thanks for the response nexxai.

nexxai commented 7 years ago

That is almost certainly the issue, unfortunately I don't have a 2003 box to test on to confirm that. If it's a certificate error, it might be as simple as installing the rest of the SSL certificate chain, but beyond that I'm not too sure. Sorry. :(

BloomerzUK commented 6 years ago

In the script itself, it states Server 2003 isn't supported

`{

Assume Server 2003

Write-Host "n####"
Write-Host "Unsupported version of Windows detected! Quitting.."
return

}`

nexxai commented 6 years ago

Closing issue as @BloomerzUK is correct. Server 2003 is not a supported operating system.