Skip to content

Instantly share code, notes, and snippets.

@mgreenegit
Created July 23, 2021 13:50
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 mgreenegit/7b7dca6af82d3c9fe379b2904799f85d to your computer and use it in GitHub Desktop.
Save mgreenegit/7b7dca6af82d3c9fe379b2904799f85d to your computer and use it in GitHub Desktop.
Search for built-in policy definitions
get-azpolicydefinition |
? {$_.Properties.PolicyType -eq "BuiltIn" -AND $_.Properties.DisplayName -like "*baseline*"} |
select policyDefinitionId -ExpandProperty Properties |
select policyDefinitionId, DisplayName |
fl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment