通过Powershell添加和安装SharePoint 2010解决方案
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过Powershell添加和安装SharePoint 2010解决方案相关的知识,希望对你有一定的参考价值。
#Load SharePoint Powershell SnapIn Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction"SilentlyContinue" #Add SharePoint Solution to Solution Store Add-SPSolution -LiteralPath "C:SolutionsWingtip DevProject1.wsp" #Install solution only to the local server Install-SPSolution -Identity "WingtipDevProject1.wsp" -Local -GACDeployment
以上是关于通过Powershell添加和安装SharePoint 2010解决方案的主要内容,如果未能解决你的问题,请参考以下文章
powershell SharePoint通过PowerShell添加用户和中断角色继承