| 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/remove-spomultigeocompanyalloweddatalocation |
| applicable | SharePoint Online |
| title | Remove-SPOMultiGeoCompanyAllowedDataLocation |
| schema | 2.0.0 |
| author | techwriter40 |
| ms.author | pamgreen |
| ms.reviewer |
Use this cmdlet to remove a multi geo allowed location.
Remove-SPOMultiGeoCompanyAllowedDataLocation [-Location] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
Removes a specified multi-geo location that was previously allowed by Set-SPOMultiGeoCompanyAllowedDataLocation.
Remove-SPOMultiGeoCompanyAllowedDataLocation -Location AUSRemoves AUS (Australia) as an allowed mutli-geo location.
Applicable: SharePoint Online
The Preferred Data Location (PDL) to remove.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseApplicable: SharePoint Online
Prompts you for confirmation before executing the command.
For more information, type the following command: get-help about_commonparameters
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseApplicable: SharePoint Online Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
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.