Skip to content

Commit dd94e4d

Browse files
authored
Merge pull request MicrosoftDocs#4808 from tseward/patch-27
Update Remove-SPOMultiGeoCompanyAllowedDataLocation.md
2 parents dcbd4fc + 4c3b0e7 commit dd94e4d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOMultiGeoCompanyAllowedDataLocation.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
.
17+
Use this cmdlet to remove a multi geo allowed location.
1818

1919
## SYNTAX
2020

@@ -24,23 +24,22 @@ Remove-SPOMultiGeoCompanyAllowedDataLocation [-Location] <string> [-WhatIf] [-Co
2424

2525
## DESCRIPTION
2626

27-
.
27+
Removes a specified multi-geo location that was previously allowed by [Set-SPOMultiGeoCompanyAllowedDataLocation](Set-SPOMultiGeoCompanyAllowedDataLocation.md).
2828

2929
## EXAMPLES
3030

3131
### Example 1
3232

3333
```powershell
34-
34+
Remove-SPOMultiGeoCompanyAllowedDataLocation -Location AUS
3535
```
36-
37-
.
36+
Removes AUS (Australia) as an allowed mutli-geo location.
3837

3938
## PARAMETERS
4039

4140
### -Location
4241

43-
.
42+
The Preferred Data Location (PDL) to remove.
4443

4544
```yaml
4645
Type: String
@@ -93,3 +92,7 @@ Accept wildcard characters: False
9392
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
9493

9594
## NOTES
95+
96+
## RELATED LINKS
97+
98+
[Set-SPOMultiGeoCompanyAllowedDataLocation](Set-SPOMultiGeoCompanyAllowedDataLocation.md)

0 commit comments

Comments
 (0)