Schlagwortarchiv für: Windows PowerShell
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…