Showing archive results for 2014

Nov 21, 2014
Post comments count0
Post likes count0

Managing Azure IaaS with Windows PowerShell: Part 5

Doctor Scripto

Summary: Use Windows PowerShell to manage virtual machines in Azure. Honorary Scripting Guy, Sean Kearney, is here flying through the digital stratosphere on our final day with Windows PowerShell and Azure! We started by creating a virtual network for our Azure workstations and escalated to spinning up some virtual machines. To read more, see the p...

Windows PowerShellguest bloggerSean Kearney
Nov 20, 2014
Post comments count0
Post likes count0

PowerTip: Set Default Storage Account for PowerShell Cmdlets in Azure

Doctor Scripto

Summary: Learn how to define the default storage account to be used with the Azure PowerShell cmdlets.  How do I tell Azure which media or storage account I'd like to use when I create a virtual machine?  Use Get-AzureStorageAccount to access the names of your storage accounts, and            t...

Windows PowerShellPowerTipguest blogger
Nov 20, 2014
Post comments count0
Post likes count0

Managing Azure IaaS with Windows PowerShell: Part 4

Doctor Scripto

Summary: Create a simple virtual machine from a predefined template in Azure. Honorary Scripting Guy, Sean Kearney, is here with my head still stuck in the clouds! Yesterday we created a network in Microsoft Azure for our resources to leverage—much like Hyper-V leverages a virtual network switch for its resources. Today we'll create a si...

Windows PowerShellguest bloggerSean Kearney
Nov 19, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Identify Services in Azure by Location

Doctor Scripto

Summary: Use Azure PowerShell cmdlets to identify which services a datacenter will contain.  How can I use Windows PowerShell to identify which services a particular datacenter in Azure contains?  Access the AvailableServices property from the Get-AzureLocation cmdlet, for example: (Get-AzureLocation | where { $_.Displ...

Windows PowerShellPowerTipguest blogger
Nov 19, 2014
Post comments count0
Post likes count0

Manage Azure IaaS with Windows PowerShell: Part 3

Doctor Scripto

Summary: Access some information you need to easily automate virtual machine creation in Azure. Honorary Scripting Guy, Sean Kearney, is here to rain the Power of PowerShell and Azure down onto you!    Note This is the third post in a series. You might also enjoy reading: Yesterday we saw how to create storage in Azure. Today we'...

Windows PowerShellguest bloggerSean Kearney