PowerTip: List Azure Resource Manager virtual networks with PowerShell
Summary: Use the AzureRM cmdlets to list all available virtual networks in a subscription. I’m doing work for a client who forgot to give me a list of the virtual networks in the client's Azure subscription. Could you save me some time and show me how to get that list? Just use the Get-AzureRMVirtualNetwork cmdlet. This will dump the output to t...