世纪互联Office365

近日,因个人office365到期,考虑更换到世纪互联Office365。

  • 世纪互联365共三个版本,基础版侧重Exchange和OneDrive,应用版侧重Office应用,标准版为以上综合。

  • 世纪互联应用版和标准版可申请试用。

  • 绑定自定域后,可开启dkim,直接进入https://scc.microsoftonline.cn/dkimv2开启。

  • 开启dkim后,同样设置dmarc。

  • 默认为1t,开启5t可直接手动在SharePoint管理中心,OneDrive存储限制拉到5t。

  • 手动开启5t后,需新建账号才是5t,原始全局管理无法开启5t,即使使用powershell。

  • 管理界面:https://portal.partner.microsoftonline.cn/

  • 设置邮箱时,如无法找到服务器配置,输入服务期地址为partner.outlook.cn

  • powershell操作如下:

# 下载SharePoint Online Management Shell https://www.microsoft.com/zh-cn/download/details.aspx?id=35588

# 连接SharePoint
$adminUPN="管理员邮箱"
$orgName="组织名称"
Connect-SPOService -url https://$orgName-admin.sharepoint.cn -Credential $adminUPN

# 设置默认大小为5t
Set-SPOTenant -OneDriveStorageQuota 5242880

# 修改指定用户
$userUPN="指定用户邮箱"
$user=$userUPN -replace "[^a-z0-9]","_"
Set-SPOSite -Identity https://$orgName-my.sharepoint.cn/personal/$user -StorageQuota 5242880

参考链接:
https://qyi.io/archives/739.html
https://hostloc.com/thread-623974-1-2.html
https://www.lizi.tw/soft/18997.html
https://g-suite.cc/298.html
http://www.dwf135.cn/1332.html
https://x1.php168.com/bbs/show-19875.html #指出原始全局账号无法开启5t,需重建全局账号
https://hostloc.com/thread-801262-1-1.html
https://www.21vbluecloud.com/office365/pricing/
https://archived.mednight4.com/2021/02/16/jiao-yu-you-xiang-bai-piao-ji/
https://docs.microsoft.com/zh-cn/onedrive/change-user-storage
https://docs.microsoft.com/zh-cn/onedrive/set-default-storage-space?redirectSourcePath=%252farticle%252fcec51d07-d7e0-42a3-b794-9c00ad0f0083
https://support.microsoft.com/zh-cn/topic/%E4%BD%BF%E7%94%A8%E7%94%B1%E4%B8%96%E7%BA%AA%E4%BA%92%E8%81%94%E8%BF%90%E8%90%A5%E7%9A%84-microsoft-365-%E5%9C%A8-android-%E6%89%8B%E6%9C%BA%E6%88%96%E5%B9%B3%E6%9D%BF%E7%94%B5%E8%84%91%E4%B8%8A%E8%AE%BE%E7%BD%AE%E7%94%B5%E5%AD%90%E9%82%AE%E4%BB%B6-45a83b54-b500-4ba2-b675-a05d23dcb3b7

本文链接:

https://martin.cool/archives/424.html
1 + 3 =
快来做第一个评论的人吧~