Skip to content

Commit 3ea9de3

Browse files
authored
Merge pull request MicrosoftDocs#4805 from tseward/patch-24
Update Get-SPOUnifiedGroup.md
2 parents cb99e97 + 4844c0d commit 3ea9de3

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOUnifiedGroup.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+
Retrieves the Preferred Data Location for the specified Office 365 Group.
1818

1919
## SYNTAX
2020

@@ -24,23 +24,22 @@ Get-SPOUnifiedGroup [-GroupAlias] <string> [<CommonParameters>]
2424

2525
## DESCRIPTION
2626

27-
.
27+
Retrieves the Preferred Data Location (PDL) for the specified Office 365 Group. The customer tenant must be multi-geo enabled.
2828

2929
## EXAMPLES
3030

3131
### Example 1
3232

3333
```powershell
34-
Get-SPOUnifiedGroup -GroupAlias <string>
34+
Get-SPOUnifiedGroup -GroupAlias EUTeam
3535
```
36-
37-
.
36+
Returns the PDL for the Office 365 Group named 'EUTeam'.
3837

3938
## PARAMETERS
4039

4140
### -GroupAlias
4241

43-
.
42+
The alias of the Office 365 Group.
4443

4544
```yaml
4645
Type: String
@@ -59,3 +58,7 @@ Accept wildcard characters: False
5958
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).
6059
6160
## NOTES
61+
62+
## RELATED LINKS
63+
64+
[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)