Set-SPOGeoStorageQuota
This cmdlet sets the storage quota on a multi-geo tenant.
Syntax
Default (Default)
Set-SPOGeoStorageQuota
-GeoLocation <String>
-StorageQuotaMB <Int64>
[<CommonParameters>]
Description
This cmdlet sets the storage quota, in megabytes, on a particular geo-___location. Additionally, it requires a connection to a multi-geo tenant to run correctly. You must be at least a SharePoint Online Administrator to run the cmdlet.
Examples
EXAMPLE 1
Set-SPOGeoStorageQuota -GeoLocation EASTUS -StorageQuotaMB 512
Sets the SharePoint Online Storage Quota on the EAST US ___location to 512 MB.
EXAMPLE 2
Set-SPOGeoStorageQuota -GeoLocation NORTHCENTRALUS -StorageQuotaMB 1024
Sets the SharePoint Online Storage Quota on the NORTH CENTRAL US ___location to 1024 MB (1GB).
Parameters
-GeoLocation
Applicable: SharePoint Online
The desired Geo Location to set.
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-StorageQuotaMB
Applicable: SharePoint Online
SharePoint Online Storage Quota in MegaBytes.
Parameter properties
Type: | System.Int64 |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.