Skip to content

Instantly share code, notes, and snippets.

@AdamNaj
Created July 3, 2013 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamNaj/5919737 to your computer and use it in GitHub Desktop.
Save AdamNaj/5919737 to your computer and use it in GitHub Desktop.
Show me all template fields that define source, and what source do they define
Get-ChildItem master:\templates\ -recurse |? {$_.TemplateName -eq "Template Field" -and $_._Source -ne "" } | ft ProviderPath, _Source -auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment