SharePoint server 2016中文版導出list template,在另一個環境不能顯示,解決方案:web
$web = Get-SPWeb <url of web>url
$web.ParserEnabled = $true spa
$web.Update()server
參考: https://support.microsoft.com/en-us/help/2779729/feature-id-not-assigned-when-saving-a-list-as-a-templateclass