Wichtige Befehle für PowerShell
Solutions mit PowerShell
Entfernen
Uninstall-SPSolution -Identity mysolution.wsp Remove-SPSolution -Identity Lab02.wsp
Bereitstellen
Add-SPSolution C:mysolution.wsp Install-SPSolution -Identity mysolution.wsp -GACDeployment Install-SPSolution -Identity mysolution.wsp -GACDeployment -Force Weitere Beiträge zum Thema PowerShell gibt es hier.