To get started with PowerShell, run the SharePoint 2013 Management Console located in your Microsoft SharePoint 2013 Products folder on your start menu.Open the SharePoint 2013 Management Shell with Run as Administrator.
- Add SP Solution : Add-SPSolution"Literal Path"\"WSP Name".wsp.
- Install SP Solution : Install-SPSolution –Identity "WSP Name".wsp –WebApplication "Site Url" –GACDeployment.
- Update Solution : Update-SPSolution –Identity “Your WSP Name”.wsp –LiteralPath “WSP path Url”\”Your WSP Name”.wsp –GACDeployment.
- Uninstall Solution : Uninstall-SPSolution –Identity “Your WSP Name”.wsp –WebApplication “Site URL”.
- Remove Solution : Remove-SPSolution –Identity “Your WSP Name”.wsp.