Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| azure:handy_azure_solutions [2022/08/31 13:02] – mgupton | azure:handy_azure_solutions [2022/09/12 13:27] (current) – mgupton | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| === Connect to Bastion Using Native Client === | === Connect to Bastion Using Native Client === | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | === List Custom Policies === | ||
| + | <code powershell> | ||
| + | foreach ($sub in Get-AzSubscription -TenantId " | ||
| + | Get-AzPolicyDefinition -SubscriptionId $sub.id | select -ExpandProperty Properties | where {$_.PolicyType -eq " | ||
| + | } | ||
| + | </ | ||