通过Powershell添加和安装SharePoint 2010解决方案

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过Powershell添加和安装SharePoint 2010解决方案相关的知识,希望对你有一定的参考价值。

  1. #Load SharePoint Powershell SnapIn
  2. Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction"SilentlyContinue"
  3. #Add SharePoint Solution to Solution Store
  4. Add-SPSolution -LiteralPath "C:SolutionsWingtip DevProject1.wsp"
  5. #Install solution only to the local server
  6. Install-SPSolution -Identity "WingtipDevProject1.wsp" -Local -GACDeployment

以上是关于通过Powershell添加和安装SharePoint 2010解决方案的主要内容,如果未能解决你的问题,请参考以下文章

powershell SharePoint通过PowerShell添加用户和中断角色继承

PowerShell安装(副本)额外域控制器

使用Powershell添加网络打印机(带GUI界面)

powershell 通过PowerShell添加Windows功能

Powershell通过变量数组批量添加保留地址

通过 PowerShell 添加共同管理员