Summary: Use the Get-AzureRMSubscription cmdlet.
 How can I see all of the available subscriptions when I am logged into Azure Resource Manager?
 Just run the Get-AzureRMSubscription cmdlet to get a complete list available to your UserID.
Get-AzureRMSubscription...
Summary: Authenticate to Azure with the AzureRM cmdlets.
This blog post is part of a series about how to work with the Azure Resource Manager cmdlets. To get the most out of this series, read the posts in order.
Work with the Azure Resource Manager cmdlets – Part 1
Work with the Azure Resource Manager cmdlets – Part 2
Work with the ...
Summary: Use the PowerShell Find module to search for modules.
 I was trying to use the Find-module. Can you show me how to find all modules that have the word, Azure, in them?
 Just use a wildcard in the search like in the following example to return modules with the name Azure in the beginning:
Find-Module Azure...
Summary: Obtain and install the AzureRM cmdlets.
This blog post is part of a series about how to work with the Azure Resource Manager cmdlets. To get the most out of this series, read the posts in order.
Work with the Azure Resource Manager cmdlets – Part 1
Work with the Azure Resource Manager cmdlets – Part 2
Work with the Azure ...
SUMMARY: Ed Wilson talks about his summer of PowerShell tour with dates and links to live appearances.
Hello everyone, Hope you are having a fantastic day. Ed and I have been busy as usual and are ready to get busier. Here are the dates and links to upcoming events we will be attending and Ed speaking. There is a trip to Europe that some ...