Remove-SPOMultiGeoCompanyAllowedDataLocation

Use this cmdlet to remove a multi geo allowed location.

Syntax

Remove-SPOMultiGeoCompanyAllowedDataLocation
      [-Location] <string>
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Removes a specified multi-geo location that was previously allowed by Set-SPOMultiGeoCompanyAllowedDataLocation.

Examples

Example 1

Remove-SPOMultiGeoCompanyAllowedDataLocation -Location AUS

Removes AUS (Australia) as an allowed mutli-geo location.

Parameters

-Confirm

Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online

-Location

The Preferred Data Location (PDL) to remove.

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

-WhatIf

Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online