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 @ 2017-08-22 10:22  Jess Zhou  阅读(207)  评论(0编辑  收藏  举报