Showing archive results for June 2016

Jun 7, 2016
Post comments count0
Post likes count0

Create Azure Resource Manager virtual machines by using PowerShell – Part 2

Doctor Scripto

Summary: Use the Azure Resource Manager cmdlets to define the operating system disk on a storage blob for a virtual machine. This blog post is part of a series about how to create Azure Resource Manager virtual machines by using PowerShell. To get the most out of this series, read the posts in order. If you’re new to PowerShell, you mi...

Windows PowerShellguest bloggerSean Kearney
Jun 6, 2016
Post comments count0
Post likes count0

PowerTip: Find available virtual machine size by using PowerShell

Doctor Scripto

Summary: Use the Azure Resource Manager cmdlets to get the proper name for a virtual machine size. Is there a way to see the proper name for a virtual machine size without creating a virtual machine first? Just use the Get-AzureRMVMSize cmdlet, and filter on the Name property. You just need to supply a location first. In this example, we are loo...

Windows PowerShellPowerTipguest blogger
Jun 6, 2016
Post comments count0
Post likes count0

Create Azure Resource Manager virtual machines by using PowerShell – Part 1

Doctor Scripto

Summary: Use PowerShell cmdlets to start to create a virtual machine in Azure Resource Manager. This blog post is part of a series about how to create Azure Resource Manager virtual machines 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 start with the tw...

Windows PowerShellguest bloggerSean Kearney
Jun 3, 2016
Post comments count0
Post likes count0

PowerTip: List all virtual network subnets by using PowerShell

Doctor Scripto

Summary: Use the Azure Resource Manager cmdlets to identify all the available subnets in a particular virtual network. I’m trying to figure out a way to list all the subnet configurations in a virtual network in Azure Resource Manager. Got any tips? How about the answer? It’s a matter of combining the Get-AzureRMVirtualNetwork cmdlet and Get-Azu...

Windows PowerShellPowerTipguest blogger
Jun 3, 2016
Post comments count0
Post likes count0

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

Doctor Scripto

Summary: Use PowerShell to retrieve Azure Resource Manager virtual machine properties. 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 ...

Windows PowerShellguest bloggerSean Kearney