janikvonrotz
4/3/2014 - 2:08 PM

PowerShell: Install and Deploy SharePoint Solutions #PowerShell #SharePoint

PowerShell: Install and Deploy SharePoint Solutions #PowerShell #SharePoint

Add-SPSolution -LiteralPath "E:\install\ChangePassword.wsp"

Install-SPSolution -Identity (Get-SPSolution | Where-Object{$_.Name -like "changepassword.wsp"}).SolutionId.Guid -GACDeployment