| external help file | Microsoft.Online.SharePoint.PowerShell.dll-Help.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/set-spogeostoragequota |
| applicable | SharePoint Online |
| title | Set-SPOGeoStorageQuota |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer |
This cmdlet sets the storage quota on a multi-geo tenant.
Set-SPOGeoStorageQuota -GeoLocation <String> -StorageQuotaMB <Int64> [<CommonParameters>]
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.
Set-SPOGeoStorageQuota -GeoLocation EASTUS -StorageQuotaMB 512Sets the SharePoint Online Storage Quota on the EAST US location to 512 MB.
Set-SPOGeoStorageQuota -GeoLocation NORTHCENTRALUS -StorageQuotaMB 1024Sets the SharePoint Online Storage Quota on the NORTH CENTRAL US location to 1024 MB (1GB).
Applicable: SharePoint Online
The desired Geo Location to set.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseApplicable: SharePoint Online
SharePoint Online Storage Quota in MegaBytes.
Type: System.Int64
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.