Set-SPOUnifiedGroup
Sets the Preferred Data Location (PDL) for the specified Office 365 Group. The customer tenant must be multi-geo enabled.
Syntax
Set-SPOUnifiedGroup
[-GroupAlias] <string>
[-PreferredDataLocation] <string>
[<CommonParameters>]
Description
Use this cmdlet to set the Preferred Data Location for an Office 365 Group.
Examples
Example 1
Set-SPOUnifiedGroup -GroupAlias EUTeam -PreferredDataLocation EUR
Sets the PDL for the Office 365 Group named 'EUTeam' to EUR (Europe).
Parameters
-GroupAlias
The alias of the Office 365 Group.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-PreferredDataLocation
The Preferred Data Location for the Office 365 Group.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |