Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
azure:handy_azure_solutions [2022/07/08 20:15] – created mgupton | azure:handy_azure_solutions [2022/09/12 13:27] (current) – mgupton | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Handy Azure Solutions ====== | ====== Handy Azure Solutions ====== | ||
+ | |||
+ | === Copy Network Security Groups === | ||
* [[https:// | * [[https:// | ||
+ | |||
+ | === List all regions === | ||
+ | <code powershell> | ||
+ | | ||
+ | </ | ||
+ | |||
+ | === Connect to Bastion Using Native Client === | ||
+ | * [[https:// | ||
+ | |||
+ | === List Custom Policies === | ||
+ | <code powershell> | ||
+ | foreach ($sub in Get-AzSubscription -TenantId " | ||
+ | Get-AzPolicyDefinition -SubscriptionId $sub.id | select -ExpandProperty Properties | where {$_.PolicyType -eq " | ||
+ | } | ||
+ | </ | ||