Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: List all Azure Resource Manager storage accounts by using PowerShell

Summary: Use the Azure Resource Manager cmdlets to identify available storage accounts. (image) I’m working a client site, and they’d like me to document the configuration of their Azure Resource Manager environment. I’m in desperate need of a list of the storage accounts. Help me, please? (image) One cmdlet and you’re done. Just ...

Retrieve Azure Resource Manager virtual machine properties by using PowerShell – Part 4

Summary: Find storage groups by using PowerShell. This blog post is part of a series about how to retrieve Azure Resource Manager virtual machine properties by using PowerShell. To get the most out of this series, read the posts in order. If you’re new to PowerShell, you might want to first read the preceding five-part series about how to...

PowerTip: List Azure Resource Manager resources assigned to a resource group by using PowerShell

Summary: Use the Azure Resource Manager cmdlets to show resources that are assigned under a resource group. (image) I looked at the console for Azure Resource Manager and can see all the resources for a particular resource group. Is there a way to see that by using PowerShell? (image) There sure is! Just use the Get-AzureRMResource cmdlet ...

Retrieve Azure Resource Manager virtual machine properties by using PowerShell – Part 3

Summary: Identify properties for the operating system of a virtual machine. This blog post is part of a series about how to retrieve Azure Resource Manager virtual machine properties by using PowerShell. To get the most out of this series, read the posts in order. If you’re new to PowerShell, you might want to first read the preceding five...