Skip to content

Latest commit

 

History

History
93 lines (64 loc) · 2.3 KB

File metadata and controls

93 lines (64 loc) · 2.3 KB
external help file sharepointonline.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/sharepoint-online/set-spogeostoragequota
applicable SharePoint Online
title Set-SPOGeoStorageQuota
schema 2.0.0
author trent-green
ms.author trgreen
ms.reviewer

Set-SPOGeoStorageQuota

SYNOPSIS

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 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

The desired Geo Location to set.

Type: String
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-StorageQuotaMB

SharePoint Online Storage Quota in MegaBytes.

Type: Int64
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

RELATED LINKS

Getting started with SharePoint Online Management Shell

Get-SPOAppErrors

Get-SPOGeoStorageQuota