Get-SPOGeoStorageQuota
This cmdlet gets the storage quota on a multi-geo tenant.
Syntax
Get-SPOGeoStorageQuota
[-AllLocations]
[<CommonParameters>]
Description
This cmdlet shows the storage on the current location or all locations in a multi-geo tenant.
This cmdlet requires a connection to a multi-geo tenant to run correctly. You must be a SharePoint Online Administrator to get the storage on the current location or all locations in a multi-geo SPO tenant.
Examples
-----------------------EXAMPLE 1-----------------------------
Get-SPOGeoStorageQuota -AllLocations
Get the storage size quota of all locations.
-----------------------EXAMPLE 2-----------------------------
Get-SPOGeoStorageQuota
Get the storage size quota of the current location.
Parameters
-AllLocations
Use this parameter to retrieve the storage size quota of all locations.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |