PowerTip: Get all Azure Resource Manager resource groups with PowerShell
Summary: Using the AzureRM cmdlets to get a list of resource groups. I have a client who has a large list of resource groups. Can you show me how to get a filtered list? Just use the Get-AzureRMResourceGroup cmdlet and pipe the results to Where-Object. To identify all resource groups that start with HSG in… Read more
- Categories: Hey Scripting Guy!, PowerTip, Windows PowerShell