Introduction

This blog is mainly focused on SharePoint
I will use this to store and share all the tips and tricks about SharePoint and the related products
List of all posts

Powershell and SPSolutions : Install, Update, Uninstall


Powershell and SPSolutions

Action script
Install
Add-SPSolution c:\installtzsol\TzToolsFeature.wsp
Install-SPSolution –Identity TzToolsFeature.wsp  -GACDeployment
Update
Update-SPSolution –Identity TzToolsFeature.wsp –LiteralPath c:\installtzsol\TzToolsFeature.wsp –GACDeployment
UnInstall
Uninstall-SPSolution –Identity TzToolsFeature.wsp

No comments:

Post a Comment

by Category