我对powershell SP插件有疑问。
首先我跑了:
GET-PSSnapin
确保它尚未加载。然后我跑了:
Add-PSSnapin Microsoft.SharePoint.PowerShell
这给了我以下错误:
Add-PSSnapin:Windows PowerShell管理单元 此计算机上未安装“Microsoft.SharePoint.PowerShell”。 在行:1个字符:1 + Add-PSSnapin Microsoft.SharePoint.PowerShell + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo:InvalidArgument:(Microsoft.SharePoint.PowerShell:String)[Add-PSSnapin], PSArgumentException + FullyQualifiedErrorId:AddPSSnapInRead,Microsoft.PowerShell.Commands.AddPSSnapinCommand
那么我主要找到了运行的解决方案:
C:\的Windows \ Microsoft.NET \ Framework64 \ v4.0.30319 \ InstallUtil / LogToConsole =真 C:\的Windows \组件\ GAC_MSIL \ Microsoft.SharePoint.PowerShell \ 14.0.0.0__71e9bce111e9429c \ Microsoft.SharePoint.Powershell.dll
这反过来给了我错误:
初始化安装时发生异常: System.IO.FileNotFoundException:无法加载文件或程序集 “文件:/// C:\ WINDOWS \ Microsoft.NET \装配\ GAC_MSIL \ Microsoft.ShareP oint.PowerShell \ v4.0_15.0.0.0__71e9bce111e9429c \ Microsoft.SharePoint.Powershell.dll” 或其中一个依赖项。系统无法找到该文件 指定..
有人可以告诉我我做错了什么或者给我一个解决方案吗?
谢谢!