Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Get-DiskUsage

Disk Usage in PowerShell Command

Description

Reports the disk space usage for the directory you specify. It recurses directories to show the total size of a directory and its subdirectories.

Syntax

Usage: Get-DiskUsage -Path <directory>

Parameters Descriptions
Path The target directory

Related

Disk Usage