Set-SPOGeoStorageQuota

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

Syntax

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 a SharePoint Online Administrator or Global Administrator.

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

The desired Geo Location to set.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online

-StorageQuotaMB

SharePoint Online Storage Quota in MegaBytes.

Type:Int64
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online