Windows General
Script determines if smartctl.exe is present. If it is, runs it against all hard drives on the system and outputs the result. On the chance there is a warning, an Alert is triggered and an email is sent.
Read MorePrompts if either y or n for failure Emails. Script then checks WMI root\cimv2:Win32_DiskDrive.Status. If OK then script writes to script log. If NOT OK then Email is sent if y at prompt was selected, script also writes failures to script log.
Read MoreDownloads disktemp.exe and saves it to AgentTemp dir. Logs current time, then writes Disk temperature to log. Script than creates a variable with Time and temperature and writes that info to script log.
Read MoreDownloads and installs MS Hotfix KB2194664 with the /quiet /norestart arguments. Deletes hotfix installer then writes to script log if successful.
Read MoreChecks either x86 or x64 then downloads msu files and executes with argument stored from step 1. Script then deletes all files and writes to script log if successful. Please read KB969168 article before deploying.
Read MoreDownloads and installs Visual Studio 2010 Tools for Office Silent Runtime silently.
Read MoreScript uses powercfg to disable hibernation and then writes to script log if successful.
Read MoreScript uses powercfg to enable hibernation and then writes to script log if successful.
Read MoreChanges current logged on users power profile to Balanced. (Only works on Vista)
Read MoreChanges current logged on users power profile to High performance. (Only works on Vista)
Read More