Showing category results for Windows PowerShell

May 25, 2016
Post comments count0
Post likes count0

Work with the Azure Resource Manager cmdlets – Part 3

Doctor Scripto
Doctor Scripto

Summary: Create and access resource groups 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. After you finish this series, move on to the next two series to learn more about the Azure Resource Manager cmdle...

Windows PowerShellguest bloggerSean Kearney
May 24, 2016
Post comments count0
Post likes count0

PowerTip: Get a list of all subscriptions in your Azure Resource Manager account

Doctor Scripto
Doctor Scripto

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

Windows PowerShellPowerTipguest blogger
May 24, 2016
Post comments count0
Post likes count0

Work with the Azure Resource Manager cmdlets – Part 2

Doctor Scripto
Doctor Scripto

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. After you finish this series, move on to the next two series to learn more about the Azure Resource Manager cmdlets.  I...

Windows PowerShellguest bloggerSean Kearney
May 23, 2016
Post comments count0
Post likes count1

PowerTip: Find a module in the PowerShell Gallery

Doctor Scripto
Doctor Scripto

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:

Windows PowerShellPowerTipguest blogger
May 23, 2016
Post comments count0
Post likes count0

Work with the Azure Resource Manager cmdlets – Part 1

Doctor Scripto
Doctor Scripto

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. After you finish this series, move on to the next two series to learn more about the Azure Resource Manager cmdlets.  I heard M...

Windows PowerShellguest bloggerSean Kearney