Quantcast
Channel: Powershell – ..:: I like SharePoint ::..
Viewing all articles
Browse latest Browse all 41

SharePoint Powershell Remove and add Solutions

$
0
0

Here is just some small scripts from powershell to remove and install SharePoint Solutions.



Uninstall-SPSolution –Identity <nameofwsp>.wsp
Remove-SPSolution –Identity </nameofwsp><nameofwsp>.wsp

Add-SPSolution "C:\Install\</nameofwsp><nameofwsp>.wsp"
Install-SPSolution -Identity </nameofwsp><nameofwsp> -GacDeployment


Need some more resources:

German article

Detailed article

..:: I LIKE SHAREPOINT ::..


Viewing all articles
Browse latest Browse all 41

Trending Articles