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
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/6642.html