Created
July 13, 2020 05:33
-
-
Save KayeeNL/d34cfdcf95e46051f1c2f695d05be42e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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