SharePoint Powershell Remove and add Solutions
Here is just some small scripts from powershell to remove and install SharePoint Solutions. [sourcecode language=”csharp”] Uninstall-SPSolution –Identity .wsp Remove-SPSolution –Identity .wsp Add-SPSolution “C:\Install\.wsp” Install-SPSolution […]