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

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

$web = GetSPWeb <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

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/6642.html

(0)
上一篇 2021年7月16日
下一篇 2021年7月16日

相关推荐

发表回复

登录后才能评论