Needing Assistance With Windows and Mac Client Setups
Posted: Tue Dec 13, 2016 3:05 pm
Hello, all.
Earlier today I spoke with @ssax regarding our unique set up. We need to have scripts run by the host agents to check for the following:
Let me know what you can come up with to help us figure out what needs to be scripted versus what's out there, and how we bundle it all up with agent installs. We need these for both Windows and Mac, unless otherwise specified.
Thank you!
Earlier today I spoke with @ssax regarding our unique set up. We need to have scripts run by the host agents to check for the following:
- Whole disk encryption for the system drive, whether or not it's encrypted and, if possible, the cipher strength of that encryption. Should be able to detect using any encryption software. Alert if drive is not fully encrypted or if any SEA-256 cipher strength was not used.
- Screen Savers, whether or not they're enabled, if they are set to show for longer than 5 minutes of idle, and whether or not the workstation locks and asks for the user's password to access the workstation again. Alert if any of these conditions are not met or if the Windows screensaver is set to Bubbles.
- Whether or not a password is set for all user accounts. Alert if there is no password set on any account.
- Whether or not automatic login is enabled. Alert if it's enabled.
- Report if user accounts are either Standard or Administrator accounts.
- Whether or not a firewall is present and running. Should support any firewall software. Alert if there isn't one running, it's not enabled, or if one isn't installed.
- Whether or not anti-virus is installed, enabled, and it's up-to-date. Should support any desktop anti-virus or Intnernet security product. Alert if there isn't one installed, it isn't running, or its definitions are out of date.
- Whether or not automatic updates for the OS are enabled. Alert if it's not enabled and, if possible, if available updates are not installed.
- Whether or not Java (JRE) is updated, giving the version number, if possible. Alert if it's not up-to-date.
- The ages of files in a particular folder. This folder will be in a user's set of profile or home folders, so consideration for using variables to identify the currently logged in user is a must (%USERPROFILE%\Documents and ~/Documents, for example). Alert if files are in the folder past three weeks (warning) and one month (critical).
Let me know what you can come up with to help us figure out what needs to be scripted versus what's out there, and how we bundle it all up with agent installs. We need these for both Windows and Mac, unless otherwise specified.
Thank you!