Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KayeeNL/d34cfdcf95e46051f1c2f695d05be42e to your computer and use it in GitHub Desktop.
Save KayeeNL/d34cfdcf95e46051f1c2f695d05be42e to your computer and use it in GitHub Desktop.
Get-ChildItem -Path "/sitecore/templates" -Recurse | Where-Object {$_.Fields["{AB162CC0-DC80-4ABF-8871-998EE5D7BA32}"] -like "treelist"} | Show-ListView -Property FullPath, Id
Get-ChildItem -Path "/sitecore/templates" -Recurse | Where-Object {$_.Fields["{AB162CC0-DC80-4ABF-8871-998EE5D7BA32}"] -like "multilist"} | Show-ListView -Property FullPath, Id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment