zettelkasten/OneNoteExport/Kommunikationstechnologie/Sharepoint/Wizdom/13_Update der Solution.md
Ralf Koop 5a108aa2b4 .
2023-08-25 23:29:11 +02:00

2.4 KiB

Update der Solution

Freitag, 27. September 2019

15:46

 

Händisch deaktivieren bkk.composed look [/ intranet.bkk]

 

$SolutionPath = "D:\SP\Tools\Webparts\***\BKK.Intranet.SharePoint.wsp"

 

Uninstall-SPUserSolution -Identity "BKK.***.wsp" -Site https://mobilnet.bkk-mobiloil.de/sites/***

Remove-SPUserSolution -Identity "BKK.***.wsp" -Site https://mobilnet.bkk-mobiloil.de/sites/***

 

Add-SPUserSolution -LiteralPath $SolutionPath -Site https://mobilnet.bkk-mobiloil.de/sites/***

Install-SPUserSolution -Identity "BKK.***.wsp" -Site https://mobilnet.bkk-mobiloil.de/sites/***

 

Händisch Aktivieren bkk.composed look

 

Log 02.10.2019:

SC IT

$SolutionPath = "D:\SP\Tools\Wizdom\BKK.Intranet.SharePoint\BKK.Intranet.SharePoint.wsp"

 

Uninstall-SPUserSolution -Identity "BKK.Intranet.SharePoint.wsp" -Site https://mobilnet.bkk-mobiloil.de/sites/IT

 

Remove-SPUserSolution -Identity "BKK.Intranet.SharePoint.wsp" -Site https://mobilnet.bkk-mobiloil.de/sites/IT

 

Add-SPUserSolution -LiteralPath $SolutionPath -Site https://mobilnet.bkk-mobiloil.de/sites/IT

 

Install-SPUserSolution -Identity "BKK.Intranet.SharePoint.wsp" -Site https://mobilnet.bkk-mobiloil.de/sites/IT

<<<<<<

 

SC bkkschulung

 

Uninstall-SPUserSolution -Identity "BKK.Intranet.SharePoint.wsp" -Site https://mobilnet.bkk-mobiloil.de/sites/BKKSchulung

Remove-SPUserSolution -Identity "BKK.Intranet.SharePoint.wsp" -Site https://mobilnet.bkk-mobiloil.de/sites/BKKSchulung

Add-SPUserSolution -LiteralPath $SolutionPath -Site https://mobilnet.bkk-mobiloil.de/sites/bkkschulung

Install-SPUserSolution -Identity "BKK.Intranet.SharePoint.wsp" -Site https://mobilnet.bkk-mobiloil.de/sites/BKKSchulung

 

Test

Beispielseite:

https://mobilnet.bkk-mobiloil.de/sites/bkkschulung/Pages/Beispielseite.aspx

Unter Websiteeinstellungen prüfen unter Lösungen, ob Solution erneuert wurde.

 

 

$SolutionPath = "D:\SP\BKK.Intranet.SharePoint.wsp"

 

Uninstall-SPUserSolution -Identity "BKK.Intranet.SharePoint.wsp" -Site https://mobilnet.bkk-mobiloil.de/sites/LEI

Remove-SPUserSolution -Identity "BKK.Intranet.SharePoint.wsp" -Site https://mobilnet.bkk-mobiloil.de/sites/LEI

Add-SPUserSolution -LiteralPath $SolutionPath -Site https://mobilnet.bkk-mobiloil.de/sites/LEI

Install-SPUserSolution -Identity "BKK.Intranet.SharePoint.wsp" -Site https://mobilnet.bkk-mobiloil.de/sites/LEI