Frage

Wir verfügen über ein Satz benutzerdefinierter Standortdefinitionen, um 12 insgesamt um 12, aus dem eine große SHAREPOINTE-Sub-Sub-Sub-Sub-Sub-Subs-Anwendungen (CIRCA 40.000-Sub-Site) besteht, die seit einigen Jahren bereitgestellt wurde.

Einer dieser Standortdefinitionen benötigt jetzt einige Tweaks.Eine neue Seite hinzufügt nämlich mit einigen vorkonfigurierten Webteilen hinzu, und ein neues Web-Teil in die Zielseite einfügen.

Ich verstehe, dass ich eine neue Funktion für dieses Update erstellen kann, und verknüpfen Sie es mit der betreffenden Standortdefinition, und das ist alles in Ordnung, damit neue Websites aus dieser Website-Definition bereitgestellt werden, aber wie würde ich die gleichen Änderungen an der Anwendung derselben Änderungen anwenden?Die vorhandenen 40.000-Websites, die auch das Update benötigen?

Danke für jede Unterstützung, Tony

War es hilfreich?

Lösung

You could loop through all the existing sub-sites with a PowerShell script, and use the feature cmdlets to activate the feature on existing sites. Using this method you could also insert some logic/conditions to enable or not enable the new feature if that is useful.

Andere Tipps

You need to develop what I call a "service pack" to deploy against the existing sites. In this case your service pack would contain a module with the site pages and any other resources that might be required.

If your solution is only adding new artifacts to the site, the process is pretty straightforward. If you are changing things like list structures, it's still doable but you might have to write some code to make that happen. For example, if you need to update the quick launch you'll have to write code in a Feature Receiver to add the new entries.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top