使用特定 PDL 创建 Microsoft 365 组Create a Microsoft 365 Group with a specific PDL
当多地理位置环境中的用户创建 Microsoft 365 组时,组首选数据位置将自动设置为用户的组首选数据位置。When users in a multi-geo environment create a Microsoft 365 Group, the group preferred data location is automatically set to that of the user. 全局管理员、SharePoint 管理员和 Exchange 管理员可在其所选的任何区域中创建组。Global, SharePoint, and Exchange Administrators can create groups in any region they select.
如需使用特定 PDL 创建组,可使用 SharePoint 管理中心或 Exchange Online New-UnifiedGroup Microsoft PowerShell cmdlet 执行该操作。If you need to create a group with a specific PDL, you can do that using from the SharePoint admin center or through the Exchange Online New-UnifiedGroup Microsoft PowerShell cmdlet. 执行此操作时,将在指定 PDL 中设置组邮箱以及与该组相关联的 SharePoint 站点。When you do this, both the group mailbox and SharePoint site associated with the group will be provisioned in the specified PDL.
若要使用指定的 PDL 创建 Microsoft 365 组,请转到要创建组网站的地理位置中的 SharePoint 管理中心。To create a Microsoft 365 Group with the PDL that you specify, go to the SharePoint admin center in the geo location where you want to create the group site.
例如:For example:
如果想要在澳大利亚位置创建一个组站点,可转到 https://ContosoAUS-admin.sharepoint.com/_layouts/15/online/AdminHome.aspx#/siteManagementIf you want to create a group site in your Australia location, you can go to https://ContosoAUS-admin.sharepoint.com/_layouts/15/online/AdminHome.aspx#/siteManagement
- 选择“+创建”。Select + Create.
- 按照流程创建组站点。Follow the process to create a group site.
将在与你发起站点创建请求的 SharePoint 管理中心相对应的地理位置中预配组站点。Your group site will be provisioned in the geo location corresponding to the SharePoint admin center from which you initiated the site creation request.
使用 Exchange PowerShellUsing Exchange PowerShell
连接到 Exchange Online PowerShell,并传递包含地理位置代码的 -MailBoxRegion 参数。Connect to Exchange Online PowerShell and pass the parameter -MailBoxRegion with the geo location code.
例如:For example:
New-UnifiedGroup -DisplayName MultiGeoEUR -Alias "MultiGeoEUR" -AccessType Public -MailboxRegion EUR
请注意,SharePoint 组站点设置是按需进行的。Note that SharePoint group site provisioning is on-demand. 将在组所有者或成员首次试图访问站点时对其进行设置。The site will be provisioned the first time a group owner or member attempts to access it.
地理位置代码Geo location codes
地理位置Geo location | 代码Code | 电子数据展示数据位置eDiscovery data location |
---|---|---|
亚太地区Asia-Pacific | APCAPC | 东南亚或东亚数据中心Southeast or East Asia datacenters |
澳大利亚Australia | AUSAUS | 东南亚或东亚数据中心Southeast or East Asia datacenters |
加拿大Canada | CANCAN | 美国数据中心US datacenters |
欧洲/中东/非洲Europe / Middle East / Africa | EUREUR | 欧洲数据中心Europe datacenters |
法国France | FRAFRA | 欧洲数据中心Europe datacenters |
德国Germany | DEUDEU | 欧洲数据中心Europe datacenters |
印度India | INDIND | 东南亚或东亚数据中心Southeast or East Asia datacenters |
日本Japan | JPNJPN | 东南亚或东亚数据中心Southeast or East Asia datacenters |
韩国Korea | KORKOR | 东南亚或东亚数据中心Southeast or East Asia datacenters |
北美North America | NAMNAM | 美国数据中心US datacenters |
挪威Norway | NORNOR | (电子数据展示数据位置即将推出)(eDiscovery data location coming soon) |
南非South Africa | ZAFZAF | 东南亚或东亚数据中心Southeast or East Asia datacenters |
瑞士Switzerland | CHECHE | 欧洲数据中心Europe datacenters |
阿拉伯联合酋长国United Arab Emirates | AREARE | 东南亚或东亚数据中心Southeast or East Asia datacenters |
英国United Kingdom | GBRGBR | 欧洲数据中心Europe datacenters |
相关主题Related topics
连接到 Exchange Online PowerShellConnect to Exchange Online PowerShell