Windows General

Check Smart Status

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 More

SmartStatus WMI

Prompts 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 More

Disk Temperature

Downloads 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 More

BUDR Fix (KB2194664)

Downloads and installs MS Hotfix KB2194664 with the /quiet /norestart arguments. Deletes hotfix installer then writes to script log if successful.

Read More

KB969168 Silent Install

Checks 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 More

Visual Studio 2010 Tools for Office Silent Install(KB2525428)

Downloads and installs Visual Studio 2010 Tools for Office Silent Runtime silently.

Read More

Disable Hibernation

Script uses powercfg to disable hibernation and then writes to script log if successful.

Read More

Enable Hibernation

Script uses powercfg to enable hibernation and then writes to script log if successful.

Read More

Vista – Balanced

Changes current logged on users power profile to Balanced. (Only works on Vista)

Read More

Vista – High performance

Changes current logged on users power profile to High performance. (Only works on Vista)

Read More