Skip to content

Commit 56932e1

Browse files
authored
Merge branch 'master' into patch-1
2 parents 01f3859 + 9345b88 commit 56932e1

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

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

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

1515
## SYNOPSIS
1616

17-
Set the SharePoint Online Multi Geo Company allowed locations.
17+
Adds a multi-geo allowed location.
1818

1919
## SYNTAX
2020

@@ -24,14 +24,24 @@ Set-SPOMultiGeoCompanyAllowedDataLocation [-Location] <string> [-InitialDomain]
2424

2525
## DESCRIPTION
2626

27-
Use this cmdlet to set the multi geo allowed locations.
27+
Use this cmdlet to set the multi-geo allowed locations.
2828

2929
## EXAMPLES
3030

31+
### Example 1
32+
33+
```powershell
34+
Set-SPOMultiGeoCompanyAllowedDataLocation -Location AUS -Domain contoso.com
35+
```
36+
37+
Sets AUS (Australia) as an allowed multi-geo location for the domain contoso.com.
38+
3139
## PARAMETERS
3240

3341
### -Location
3442

43+
The Preferred Data Location (PDL) to allow.
44+
3545
```yaml
3646
Type: String
3747
Parameter Sets: (All)
@@ -46,6 +56,8 @@ Accept wildcard characters: False
4656
4757
### -InitialDomain
4858
59+
Sets the initial domain to assocate with the specified data location.
60+
4961
```yaml
5062
Type: String
5163
Parameter Sets: (All)
@@ -97,3 +109,7 @@ Accept wildcard characters: False
97109
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).
98110

99111
## NOTES
112+
113+
## RELATED LINKS
114+
115+
[Remove-SPOMultiGeoCompanyAllowedDataLocation](https://docs.microsoft.com/powershell/module/sharepoint-online/remove-spomultigeocompanyalloweddatalocation)

0 commit comments

Comments
 (0)