.WSP using Powershell Commands

Add-SPSolution -LiteralPath C:\Temp\SendEmailwithAttachment.wsp
Install-SPSolution -identity "SendEmailwithAttachment.wsp" -GACDeployment
Uninstall-SPSolution -identity "SendEmailwithAttachment.wsp"
Remove-SPSolution -identity "SendEmailwithAttachment.wsp"

Comments

Popular posts from this blog

SharePoint 2016 and 2019 Ports

PsConfig step by step /Configuration Wizard. “Upgrade Available” vs “Upgrade required”

Unlock the SharePoint site using Powershell command