Skip to content

Instantly share code, notes, and snippets.

@AlexKasaku
Created August 13, 2015 14:33
Show Gist options
  • Save AlexKasaku/b46cca001da5560ca013 to your computer and use it in GitHub Desktop.
Save AlexKasaku/b46cca001da5560ca013 to your computer and use it in GitHub Desktop.
Change template
$master = [Sitecore.Configuration.Factory]::GetDatabase("master");
$entryTemplate = $master.Templates["User Defined/xxx/Folders/Components Folder"];
Get-ChildItem -recurse | where Name -eq "Components" | % { $_.ChangeTemplate($entryTemplate) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment