Showing results for November 2014 - Page 5 of 13 - Scripting Blog [archived]

Nov 20, 2014
0
0

Managing Azure IaaS with Windows PowerShell: Part 4

Doctor Scripto
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
0
0

PowerTip: Use PowerShell to Identify Services in Azure by Location

Doctor Scripto
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
0
0

Manage Azure IaaS with Windows PowerShell: Part 3

Doctor Scripto
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
Nov 18, 2014
0
0

PowerTip: Get Azure Subscription Names with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to get the name of cmdlets referring to your Azure subscription.  Is there an easy way to obtain the Azure cmdlets referring to my subscription name?  Use the Get-AzureSubscription cmdlet and access the SubscriptionName property: (Get-AzureSubscription).subscriptionname If you have multi...

Windows PowerShellPowerTipguest blogger
Nov 18, 2014
0
0

Manage Azure IaaS with Windows PowerShell: Part 2

Doctor Scripto
Doctor Scripto

Summary: Attend to prep work to get  virtual machine cmdlets working. Honorary Scripting Guy, Sean Kearney is here with some scribbly notes to help you out with Azure scripts for your virtual machines. Note  This is the second post in a series. You might also enjoy reading Manage Azure IaaS with Windows PowerShell: Part 1. Befor...

Windows PowerShellguest bloggerSean Kearney