| external help file | Microsoft.Online.SharePoint.PowerShell.dll-Help.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/get-spounifiedgroup |
| applicable | SharePoint Online |
| title | Get-SPOUnifiedGroup |
| schema | 2.0.0 |
| author | techwriter40 |
| ms.author | pamgreen |
| ms.reviewer |
Retrieves the Preferred Data Location for the specified Office 365 Group.
Get-SPOUnifiedGroup [-GroupAlias] <String> [<CommonParameters>]
Retrieves the Preferred Data Location (PDL) for the specified Office 365 Group. The customer tenant must be multi-geo enabled.
Get-SPOUnifiedGroup -GroupAlias EUTeamReturns the PDL for the Office 365 Group named 'EUTeam'.
Applicable: SharePoint Online
The alias of the Office 365 Group.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.