| 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/set-spounifiedgroup |
| applicable | SharePoint Online |
| title | Set-SPOUnifiedGroup |
| schema | 2.0.0 |
| author | techwriter40 |
| ms.author | pamgreen |
| ms.reviewer |
Sets the Preferred Data Location (PDL) for the specified Office 365 Group. The customer tenant must be multi-geo enabled.
Set-SPOUnifiedGroup [-GroupAlias] <String> [-PreferredDataLocation] <String> [<CommonParameters>]
Use this cmdlet to set the Preferred Data Location for an Office 365 Group.
Set-SPOUnifiedGroup -GroupAlias EUTeam -PreferredDataLocation EURSets the PDL for the Office 365 Group named 'EUTeam' to EUR (Europe).
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: FalseApplicable: SharePoint Online
The Preferred Data Location for the Office 365 Group.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
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.