Here is just some small scripts from powershell to remove and install SharePoint Solutions.
[sourcecode language=”csharp”]
Uninstall-SPSolution –Identity
Remove-SPSolution –Identity
Add-SPSolution “C:\Install\
Install-SPSolution -Identity
[/sourcecode]
Need some more resources:
..:: I LIKE SHAREPOINT ::..
The article or information provided here represents completely my own personal view & thought. It is recommended to test the content or scripts of the site in the lab, before making use in the production environment & use it completely at your own risk. The articles, scripts, suggestions or tricks published on the site are provided AS-IS with no warranties or guarantees and confers no rights.
Leave a Reply