Skip to content

Commit ea2f1c3

Browse files
authored
Merge branch 'master' into patch-28
2 parents 7f42fb7 + 932dc2e commit ea2f1c3

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

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

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

1515
## SYNOPSIS
1616

17-
.
17+
Sets the Preferred Data Location (PDL) for the specified Office 365 Group. The customer tenant must be multi-geo enabled.
1818

1919
## SYNTAX
2020

@@ -24,23 +24,23 @@ Set-SPOUnifiedGroup [-GroupAlias] <string> [-PreferredDataLocation] <string> [<C
2424

2525
## DESCRIPTION
2626

27-
Use this cmdlet.
27+
Use this cmdlet to set the Preferred Data Location for an Office 365 Group.
2828

2929
## EXAMPLES
3030

3131
### Example 1
3232

3333
```powershell
34-
34+
Set-SPOUnifiedGroup -GroupAlias EUTeam -PreferredDataLocation EUR
3535
```
3636

37-
.
37+
Sets the PDL for the Office 365 Group named 'EUTeam' to EUR (Europe).
3838

3939
## PARAMETERS
4040

4141
### -GroupAlias
4242

43-
.
43+
The alias of the Office 365 Group.
4444

4545
```yaml
4646
Type: String
@@ -56,7 +56,7 @@ Accept wildcard characters: False
5656
5757
### -PreferredDataLocation
5858
59-
.
59+
The Preferred Data Location for the Office 365 Group.
6060
6161
```yaml
6262
Type: String
@@ -75,3 +75,9 @@ Accept wildcard characters: False
7575
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).
7676
7777
## NOTES
78+
79+
## RELATED LINKS
80+
81+
[Get-SPOUnifiedGroup](https://docs.microsoft.com/powershell/module/sharepoint-online/get-spounifiedgroup)
82+
83+
[Move a SharePoint site to a different geo location](https://docs.microsoft.com/office365/enterprise/move-sharepoint-between-geo-locations)

0 commit comments

Comments
 (0)