当前位置:网站首页 > 更多 > 玩电脑 > 正文

[玩转系统] 修复:SharePoint Online 中缺少评级设置

作者:精品下载站 日期:2024-12-14 21:32:43 浏览:16 分类:玩电脑

修复:SharePoint Online 中缺少评级设置


问题:SharePoint Online 列表或文档库中缺少评级设置。

如何在 SharePoint Online 列表和库中启用评级设置?

在通信网站文档库中,SharePoint Online 中缺少“评级设置”。激活网站设置页面上的“发布基础设施”功能可为列表和库带来评级功能。不过,我们只需使用 PowerShell 单独激活“评级”功能即可。这是一个隐藏功能,因此,它在网站集功能页面上不可用。


#Site URL 
$SiteURL = "https://crescent.sharepoint.com/sites/Portal"

#Connect to SharePoint Online site
Connect-PnPOnline $SiteURL -Interactive

#Enable Rating Feature
Enable-PnPFeature -identity 915c240e-a6cc-49b8-8b2c-0bff8b553ed3 -Scope site

这将激活网站中所有列表和图书馆的评级功能!

[玩转系统] 修复:SharePoint Online 中缺少评级设置

您需要 登录账户 后才能发表评论

取消回复欢迎 发表评论:

关灯