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

Return of Return of Notifications to Deploy Crypto Blocker script #2

Closed cbaumhart closed 7 years ago

cbaumhart commented 7 years ago

Regarding previous comments.

  1. Instead of requiring user to modify script itself, the script prompts the user for a folder for saving configuration files, crypto blocker script email sender and recipient, SMTP address, whether the default FSRM email options should be different from the crypto script one, and saves all of that to a config file.
  2. Looks at current script on https://raw.githubusercontent.com/nexxai/CryptoBlocker/master/DeployCryptoBlocker.ps1 and notifies user if different from script that is running.
  3. Creates small update script that updates the FSRM templates. This update script is exactly what is performed by the original script, minus configuration choices, installation of FSRM, and SMTP setup.
  4. Creates a task that runs that update script daily at 4:00AM server time.
  5. Adds notification options to the FSRM template as defined in the change 1.
nexxai commented 7 years ago

Let's say someone runs the script for the first time; they will be prompted to fill out the options as you suggested. What about the second time? If the options have been set, will there be any input required whatsoever? I ask because some people want to run the script as a scheduled task and if there's even a single "Press any key to continue"-type response, it'll just hang and never get past that point.

nexxai commented 7 years ago

I'm going to close this tomorrow if I haven't received a response by then.

cbaumhart commented 7 years ago

Yeah, close it. I haven’t looked at it more.

Sent from Mail for Windows 10

From: Justin Smith Sent: Monday, May 15, 2017 9:11 AM To: nexxai/CryptoBlocker Cc: sloshmonger; Author Subject: Re: [nexxai/CryptoBlocker] Return of Return of Notifications toDeploy Crypto Blocker script (#2)

I'm going to close this tomorrow if I haven't received a response by then. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

nexxai commented 7 years ago

As per submitter, closing PR