Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
azure:handy_azure_solutions [2022/07/08 20:24] – 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:// | ||
Line 5: | Line 7: | ||
<code powershell> | <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 " | ||
+ | } | ||
</ | </ | ||