How to Deploy Multiple WSP Solutions using PowerShell in SharePoint?

Requirement: I have a bunch of WSP solution packages and had to add and deploy all of them to a cloned SharePoint environment. Solution: Let’s bulk deploy all WSP solutions from a folder to SharePoint using PowerShell. PowerShell script to bulk add Multiple solutions: Deployment of WSP solutions is a common task…

Read more

Deploy SharePoint Solution Packages (WSP) with PowerShell and STSADM

SharePoint solution packages (wsp) can be managed using either STSADM command line tool (in MOSS 2007) or with PowerShell cmdlets with SharePoint 2010 (such as deploy solution package with PowerShell). This article gives the reference for Managing SharePoint solutions using both of them with examples. To add a solution package to the…

Read more