📄️ create a content package
This PS script will grab a list of Sitecore items by path and will create and download a content package in zip format.
📄️ swap renderings
This PS script will, based on the paths and rendering id's provided, swap renderings and publish the affected items.
📄️ remove item versions
This PS script will iterate over the items and remove versions greater than the count specified.
📄️ publish list of items
This PS script will iterate over the items publish.
📄️ get item paths by template id
This PS script will iterate over the id/name kvp provided and output a list of Sitecore items that use the given template; grouped by template.
📄️ unpublish and delete items
This PS script will set a Sitecore item to unpublished, publish to the web db to remove the item and then delete.
📄️ unlock locked items in path
Given an owner, path to search and a keyword, this script will recursively search and unlock any items that are found.
📄️ recursively remove versions on a schedule
Given a start path, recursively clear out old versions to a maximum number in order to maintain editor performance. Run on a scheduled task to ensure full automation of the task.
📄️ custom standard value tokens
Sitecore provides the ability to use a number of tokens, set on a templates Standard Values, that will be replaced during item creation. Further information and a list of available tokens can be found here
📄️ bulk update item property
This PS script will iterate over a list of items and change a given property, then publish.
📄️ implementing tabs using dynamic placeholders
Effectively creating a good editor experience when implementing tabs is difficult; you don't want to duplicate existing renderings, you want to reuse them. You don't want to create a new templated data source to define some tabs and their titles; you don't want to manipulate existing markup to cater for the tab markup.
📄️ get login / activity information for all users
This powershell script will output a table consiting of the following bits of information for all Sitecore users:
📄️ edit item via button on ribbon using powershell with prompt
There may be instances where properties are frequently updated on a node that is nested within the Content structure.
📄️ custom personalisation rules XP/XM
in order to deliver personalised experiences via Sitecore using XP/XM without the Personalise product based on internal rules you will need to implement the WhenCondition RuleContext.