Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My-Random-Thoughts edited this page Oct 28, 2017 · 1 revision

drv-02-min-drive-freespace (Enabled)

Ensure all drives have a minimum amount of free space. Measured as a percentage.


Input Values

  • IgnoreTheseDrives - "LIST" - List of drive letters to ignore
  • MinimumDrivePercentFree - Minimum free space available on each drive as a percentage|Integer

Example

IgnoreTheseDrives = @('A', 'B')
MinimumDrivePercentFree = '17'

Input Descriptions

  • None

Result And Messages

  • PASS
    All drives have the required minimum free space of {size}%

  • WARNING

  • FAIL
    One or more drives were found with less than {size}% free space

  • MANUAL
    Unable to get drive information, please check manually

  • NA


Applies To

  • All Servers

Required Functions

  • None