Showing results for May 2015 - Page 5 of 11 - Scripting Blog [archived]

May 21, 2015
0
0

Use PowerShell to Create Virtual Machine in Azure – Part 4

Doctor Scripto
Doctor Scripto

Summary: Learn how to leverage Desired State Configuration with a virtual machine in Microsoft Azure. Honorary Scripting Guy, Sean Kearney, here today filling in for my buddy Ed. Today I'll show you how to leverage Desired State Configuration (DSC) with a virtual machine in Microsoft Azure. This post is part of a series. To catch up, read: ...

Windows PowerShellguest bloggerSean Kearney
May 20, 2015
0
0

PowerTip: Identify Azure Subscriptions

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to get a current list of Azure subscriptions.  How can I use Windows PowerShell to show me a list of the subscriptions that are attached to my Azure account?  Use the Get-AzureSubscription cmdlet.

Windows PowerShellPowerTipguest blogger
May 20, 2015
0
0

Use PowerShell to Create Virtual Machine in Azure – Part 3

Doctor Scripto
Doctor Scripto

Summary: Learn how to spin up a virtual machine in Microsoft Azure. Honorary Scripting Guy, Sean Kearney is here. Ed is still resting nicely, so today, I'll show you how to spin up a virtual machine in Microsoft Azure! If you add Get-Help against the New-AzureVM cmdlet, you'll have an example like this one: New-AzureVMConfig -Name "MyNewVM" -Instan...

Windows PowerShellguest bloggerSean Kearney
May 19, 2015
0
0

PowerTip: Identify Azure Services in Subscription

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to get a current list of Azure services in a subscription.  How can I use Windows PowerShell to show me a list of the Azure services in a subscription?  Run the Get-AzureService cmdlet.

Windows PowerShellPowerTipguest blogger
May 19, 2015
0
0

Use PowerShell to Create Virtual Machine in Azure – Part 2

Doctor Scripto
Doctor Scripto

Summary: Learn how to work with sizing names in Microsoft Azure. Honorary Scripting Guy, Sean Kearney, is back again to show more really cool stuff in Microsoft Azure. Be sure to also read Use PowerShell to Create Virtual Machine in Azure – Part 1. When you're creating a virtual machine, you need to specify its size. In Hyper-V or other ...

Windows PowerShellguest bloggerSean Kearney