Disk Tools
Uses CrystalDiskInfo to generate a drive report and parses the report for health status of Drives. MUST create custom field "CF – Drive Type" before importing, or link it on line 29. Can report using tag $DiskInfo$
Read MoreUses a powershell command to search the C drive for a specific file or extension. Use *. where needed. Program will write to the Agent Procedure log using the tag $searchstring$, so you can report by filtering for that string
Read MoreDownloads and runs a simple application that reports to a text file called realdrives.txt the drive letters in a comma delimited format. The drive must be a physical local drive, not USB attached and greater than 10GB in size. It then writes the contents of the text file to a new Audit field I created…
Read MoreEdit 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 MoreVBScript uses wmi queries to get a list of drives. Filters drives based on drivetype. Uses smartmontool to determine if any fixed drives are SSDs. Performs a defrag analysis on any non-SSDs and builds a batch script for any defrags that are needed. Upon completion the VBScript will trigger the batch script to start any…
Read MoreThis 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 MoreScript downloads txt files with dl location, current version, install argument & registry key. Script then checks if Defraggler is installed, if not it will install, if installed it compares installed version to current version and updates if needed. Writes to script log if successful. Script then deletes installer and all txt files. Able to…
Read MoreScript downloads txt files with dl location, current version, install argument, & registry key. Script then checks if Defraggler installed, if not it will abort install, if installed it compares installed version to current version and updates if needed. Writes to script log if successful. Script then deletes installer and all txt files. Able to…
Read MoreOld 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 MoreEdit 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