Skip to main content
Version: 4.0

Get-ADTFreeDiskSpace

SYNOPSIS

Retrieves the free disk space in MB on a particular drive (defaults to system drive).

SYNTAX

Get-ADTFreeDiskSpace [[-Drive] <DriveInfo>] [<CommonParameters>]

DESCRIPTION

The Get-ADTFreeDiskSpace function retrieves the free disk space in MB on a specified drive. If no drive is specified, it defaults to the system drive. This function is useful for monitoring disk space availability.

EXAMPLES

EXAMPLE 1

Get-ADTFreeDiskSpace -Drive 'C:'

This example retrieves the free disk space on the C: drive.

PARAMETERS

-Drive

The drive to check free disk space on.

Type: DriveInfo
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: [System.IO.Path]::GetPathRoot([System.Environment]::SystemDirectory)
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

You cannot pipe objects to this function.

OUTPUTS

System.Double

Returns the free disk space in MB.

NOTES

An active ADT session is NOT required to use this function.

Tags: psadt
Website: https://psappdeploytoolkit.com
Copyright: (C) 2025 PSAppDeployToolkit Team (Sean Lillis, Dan Cunningham, Muhammad Mashwani, Mitch Richters, Dan Gough).
License: https://opensource.org/license/lgpl-3-0

https://psappdeploytoolkit.com/docs/reference/functions/Get-ADTFreeDiskSpace