Get-SPOUnifiedGroup
Retrieves the Preferred Data Location for the specified Office 365 Group.
Syntax
Default (Default)
Get-SPOUnifiedGroup
[-GroupAlias] <String>
[<CommonParameters>]
Description
Retrieves the Preferred Data Location (PDL) for the specified Office 365 Group. The customer tenant must be multi-geo enabled.
Examples
Example 1
Get-SPOUnifiedGroup -GroupAlias EUTeam
Returns the PDL for the Office 365 Group named 'EUTeam'.
Parameters
-GroupAlias
Applicable: SharePoint Online
The alias of the Office 365 Group.
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.