Remove-SPOMultiGeoCompanyAllowedDataLocation
Use this cmdlet to remove a multi geo allowed location.
Syntax
Default (Default)
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
Applicable: SharePoint Online
Prompts you for confirmation before executing the command.
For more information, type the following command: get-help about_commonparameters
Parameter properties
Type: | System.Management.Automation.SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | cf |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Location
Applicable: SharePoint Online
The Preferred Data Location (PDL) to remove.
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-WhatIf
Applicable: SharePoint Online Shows what would happen if the cmdlet runs. The cmdlet is not run.
Parameter properties
Type: | System.Management.Automation.SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | wi |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.