.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

Clear fields based on drop-down values in PowerApps

Hide a SharePoint list field based on user group using JQuery Webservice in 2010