Check Disk Space with PowerShell

Find low disk space fast before digging through dashboards.

Use this when: Find low disk space fast before digging through dashboards.
AdvertisementIn-content ad placement

Command

Get-CimInstance Win32_LogicalDisk -Filter "DriveType=3" | Select DeviceID,FreeSpace,Size

When to use it

Find low disk space fast before digging through dashboards. This belongs in the first few minutes of triage, before deep investigation.

What to look for

Manager note: Quick fixes should reduce triage time, not replace root cause analysis. If the same quick fix is used repeatedly, turn it into a problem record or permanent monitoring change.

Related: All Playbooks · Quick Fix Library · Deep Guides