Skip to content

Commit f5325ce

Browse files
author
Trevor Seward
authored
Update Set-SPOMultiGeoCompanyAllowedDataLocation.md
Details for #4616
1 parent 859b989 commit f5325ce

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

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

Lines changed: 16 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,22 @@ 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+
```powershell
32+
Set-SPOMultiGeoCompanyAllowedDataLocation -Location AUS -Domain contoso.com
33+
```
34+
35+
Sets AUS (Australia) as an allowed multi-geo ___location for the ___domain contoso.com.
36+
3137
## PARAMETERS
3238

3339
### -Location
3440

41+
The Preferred Data Location (PDL) to allow.
42+
3543
```yaml
3644
Type: String
3745
Parameter Sets: (All)
@@ -46,6 +54,8 @@ Accept wildcard characters: False
4654
4755
### -InitialDomain
4856
57+
Sets the initial ___domain to assocate with the specified data ___location.
58+
4959
```yaml
5060
Type: String
5161
Parameter Sets: (All)
@@ -97,3 +107,7 @@ Accept wildcard characters: False
97107
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).
98108

99109
## NOTES
110+
111+
## RELATED LINKS
112+
113+
[Remove-SPOMultiGeoCompanyAllowedDataLocation](Remove-SPOMultiGeoCompanyAllowedDataLocation.md)

0 commit comments

Comments
 (0)