Set-PnPGeoStorageQuota
SYNOPSIS
Sets the allocated storage quota for a SharePoint Online multi-geo location.
SYNTAX
Set-PnPGeoStorageQuota -GeoLocation <String> -StorageQuotaMB <Int64> [-Connection <PnPConnection>]
DESCRIPTION
Sets the allocated storage quota, in megabytes, for a SharePoint Online multi-geo location.
EXAMPLES
EXAMPLE 1
Set-PnPGeoStorageQuota -GeoLocation EUR -StorageQuotaMB 1048576
Sets the allocated storage quota for the EUR geo location to 1,048,576 MB.
PARAMETERS
-Connection
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: PnPConnection
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-GeoLocation
The multi-geo location code for which to set the allocated storage quota.
Type: String
Parameter Sets: (All)
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-StorageQuotaMB
The allocated storage quota for the geo location, in megabytes.
Type: Int64
Parameter Sets: (All)
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False