Schlagwortarchiv für: Tutorial
SharePoint: Hinzufügen von Menuitems zum ECB Menü
Unter dem ECB Menü (Edit Control Block) wird das Kontextmenü verstanden, das in jeder Liste oder Dokumentbibliothek direkt dem jeweiligen Item zugeordnet ist.
Um in SharePoint dem ECB Menü (Edit Control Block) ein weiteres Item hinzuzufügen,…
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…