Skip to content

Instantly share code, notes, and snippets.

@georgechang
Created September 2, 2017 00:05
Show Gist options
  • Save georgechang/3d0a75bbc2edbfceb5bd278b4263e4ca to your computer and use it in GitHub Desktop.
Save georgechang/3d0a75bbc2edbfceb5bd278b4263e4ca to your computer and use it in GitHub Desktop.
Sets the Enable Item Fallback property on standard values to be enabled.
Get-ChildItem -Path master:/sitecore/templates/something -Recurse | ? { $_.Name -eq "__Standard Values" } | % { $_.'__Enable item fallback' = 1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment