Showing posts with label VBS. Show all posts
Showing posts with label VBS. Show all posts

Tuesday, July 13, 2010

Using GFI MAX RemoteManagement to check for free disk space on a volume

GFI MAX RM allows you to check for free disk space on mounted drive letters, however if you have a volume mounted as a folder you are unable to perform the standard disk space check.

The script below allows you to check the available disk space on a mounted volume as a GFI MAX RM agent user script specifying the mounted folder name and minimum free disk space threshold (in GB) as parameters.

Download the script here: http://db.tt/mJBAzQ

Note: Make sure to include the trailing \ in the folder name. i.e. "C:\Files\"

Monday, July 12, 2010

Using GFI MAX RemoteManagement to monitor Microsoft Forefront Client Security definition files

I have modified a VBS script for checking the Microsoft Forefront Client Security AV/AS Definition files (originally found here) to monitor if the definition files have been updated in the last 24 hours and report the status using the GFI MAX RemoteManagement Agent.

Credit to Turranx for writing the original script and working out how to retrieve the correct definition information from the binary files!

Script available for viewing/download here: http://db.tt/COu0Cb