SharePoint server 2016中文版导出list template,在另外一个环境不能显示

SharePoint server 2016中文版导出list template,在另外一个环境不能显示,解决方案:

$web = Get-SPWeb <url of web>

$web.ParserEnabled = $true

$web.Update()

 

参考: https://support.microsoft.com/en-us/help/2779729/feature-id-not-assigned-when-saving-a-list-as-a-template

posted @   Jess Zhou  阅读(208)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示