Disk Tools

a_VA – CM2-Critical 2 % Low Free Disk Space for all Drives

Old script that alarms at 2% low disk space for ALL Logical Disk drives.   Uses both *ALL command as well as individual drive letters to ensure it works.

Read More

CheckDisk SystemDrive

Edit script line 1 for number of failures before email is sent and line 2 for the email addrsss to send to. Script runs a standard chkdsk, it then looks for failures if failures found it checks how many failures have been reported before. Then either sends email and schedules a chkdsk /f or schedules…

Read More

Defraggler Defrag

Determines if Defraggler installed. If installed it asks which drive and if quick defrag should be performed. Script then executesbased on question results, and writes to script log is successful.

Read More

Defraggler Silent Install

Script gets txt file with download location. Downloads installer and runs with the /S argument. Script then deletes all files, and then writes to script log if successful.

Read More

Defrag – Scan and Analyze ONLY

This script checks a system(s) and determines if it needs defragmenting.  You can see the results of this by running a Script Log Report, and using “Defrag – Scan and Analyze ONLY” as Script Name filter.

Read More

Schedule Windows Defrag(Win7)

Script uses the schtasks command to schedule defrag. Edit command ran by editing steps 1-4. Script then deletes all files and writes to script log if successful.

Read More

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

C Drive 2 % Low Free Disk Space

Monitors the Free Disk Space, and alarms under 2% for C drive only.

Read More