Commands › SharePoint Online

Get-SPOGeoStorageQuota

SharePoint Online Microsoft.Online.SharePoint.PowerShell Get-*

This cmdlet gets the storage quota on a multi-geo tenant.

Quick start script

# Get-SPOGeoStorageQuota — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-SPOService -Url https://$org-admin.sharepoint.com

# 2. Run and inspect
Get-SPOGeoStorageQuota | Format-List

# 3. Export for evidence / drift tracking
Get-SPOGeoStorageQuota | Export-Clixml .\SPOGeoStorageQuota-$(Get-Date -Format yyyyMMdd).xml

Syntax

Get-SPOGeoStorageQuota [-AllLocations] [<CommonParameters>]

Parameters (1)

ParameterTypeRequiredWhat it controls
-AllLocations SwitchParameter Use this parameter to retrieve the storage size quota of all locations.

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.