Disk Usage in PowerShell Command
Reports the disk space usage for the directory you specify. It recurses directories to show the total size of a directory and its subdirectories.
Usage: Get-DiskUsage -Path <directory>
| Parameters | Descriptions |
|---|---|
| Path | The target directory |