Tag: Sitecore Powershell Extensions

  • Copy Permissions Using Sitecore PowerShell Extensions

    In this module, we replicate permissions from one portion of the Sitecore tree to another. Additionally, these permissions can be applied to a different role. To provide contextual examples, we will be using a fictional company, Rhombic Networks. TLDR: Copy Permissions.ps1 and the CopyPermissions-1.0.zip Sitecore package of this SPE module can be found on GitHub.…

  • Querying Sitecore

    Often times we run into situations where we need to pull information from Sitecore.ย  Two of my favorite tools to do this are Sitecore Rocks and Sitecore PowerShell Extensionsย (SPE). For those of you who are unfamiliar with these tools, Sitecore Rocks is a Visual Studio extension that makes developing and interacting with Sitecore easy.ย  SPE…