Skip to content

Instantly share code, notes, and snippets.

@neilkillen
Created August 28, 2020 13:40
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 neilkillen/35a211d75973cf67d6861f0aa0ae185d to your computer and use it in GitHub Desktop.
Save neilkillen/35a211d75973cf67d6861f0aa0ae185d to your computer and use it in GitHub Desktop.
ListRenderingCacheSettings
$controllerRenderingTemplateId ="{2A3E91A0-7987-44B5-AB34-35C2D9DE83B9}"
Get-ChildItem -Path "master:\layout\Renderings" -Recurse |
Where-Object { $_.Cacheable -match "1|"} |
Select-Object -Property Name, ID, Path, Cacheable, ClearOnIndexUpdate, VaryBy* |
Sort-Object -Property Name | Show-ListView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment