在SharePoint Post-deployment命令行中,我有:%windir%\sysnative\windowspowershell\v1.0\powershell -File "$(ProjectDir)Scripts\Post-Deployment\Script.Post-Deployment.ps1"
运行部署后,我收到此错误:
无法识别“Get-SPBusinessDataCatalogMetadataObject”一词 作为cmdlet,函数,脚本文件或可运行程序的名称。 检查名称的拼写,或者如果包含路径,请验证 路径是正确的,然后再试一次。
有人有解决方案吗?
谢谢!
答案 0 :(得分:2)
确保加载SharePoint管理单元,将其放在脚本的开头:
Add-PSSnapin Microsoft.SharePoint.PowerShell