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 Jan 25, 2018 · 1 revision

sql-06-disk-space (Disabled)

Checks that there enough disk space. Note: The PowerShell module for SQL (SQLPS) is required for this check.


Input Values

  • MinimumFreeSpace - Minimum amount of free space in megabytes that each drive should have|Integer

Example

MinimumFreeSpace = '2048'

Input Descriptions

  • None

Result And Messages

  • PASS
    All server disks have more than {0}mb free disk space

  • WARNING

  • FAIL
    There are server disks with less than {0}mb free disk space

  • MANUAL

  • NA


Applies To

  • SQL Servers

Required Functions

  • Check-Software
Clone this wiki locally