Set-SPOUnifiedGroup
为指定的 Office 365 组设置首选数据位置 (PDL)。 客户租户必须启用多地理位置。
语法
Set-SPOUnifiedGroup
[-GroupAlias] <string>
[-PreferredDataLocation] <string>
[<CommonParameters>]
说明
使用此 cmdlet 为 Office 365 组设置首选数据位置。
示例
示例 1
Set-SPOUnifiedGroup -GroupAlias EUTeam -PreferredDataLocation EUR
将名为“EUTeam”的 Office 365 组的 PDL 设置为 EUR(欧洲)。
参数
-GroupAlias
Office 365 组的别名。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-PreferredDataLocation
Office 365 组的首选数据位置。
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |