Problem scenario
You want to find the resource groups in your Azure account. Either you have already installed Azure PowerShell on Windows 7 or on Windows 10 you have installed the Azure modules. You have connected to an Azure account (e.g., with this command Login-AzureRMAccount). What is the PowerShell command to list the resource groups in the Azure account?
Solution
Run this command:Find-AzureRmResourceGroup
# It will work with the Azure Cloud Shell too.