Add WSP Solution
Add-SPSolution -LiteralPath "C:\DeployLDACPCustom\LDAPCPCustom.wsp"
Install-SPSolution -Identity "LDAPCPCustom.wsp" -GACDeployment
Install-SPFeature -path "LDAPCPCustom" -CompatibilityLevel 15
Enable-SPFeature -identity "LDAPCPCustom" -URL http://test:30000/
Update Solution Package
Update-SPSolution -GACDeployment -Identity "LDAPCP.wsp" -LiteralPath "C:\DeployLDACP\LDAPCP.wsp"
Remove WSP
De activate feature by manually in the site URL
Disable-SPFeature -identity "LDAPCP.Custom"
Uninstall-SPSolution -Identity "LDAPCPCustom.wsp"
Remove-SPSolution -Identity "LDAPCPCustom.wsp"
Add-SPSolution -LiteralPath "C:\DeployLDACPCustom\LDAPCPCustom.wsp"
Install-SPSolution -Identity "LDAPCPCustom.wsp" -GACDeployment
Install-SPFeature -path "LDAPCPCustom" -CompatibilityLevel 15
Enable-SPFeature -identity "LDAPCPCustom" -URL http://test:30000/
Update Solution Package
Update-SPSolution -GACDeployment -Identity "LDAPCP.wsp" -LiteralPath "C:\DeployLDACP\LDAPCP.wsp"
Remove WSP
De activate feature by manually in the site URL
Disable-SPFeature -identity "LDAPCP.Custom"
Uninstall-SPSolution -Identity "LDAPCPCustom.wsp"
Remove-SPSolution -Identity "LDAPCPCustom.wsp"