Showing results for Series - Scripting Blog [archived]

Jun 2, 2015
0
0

Using Azure Automation: Part 2

Doctor Scripto
Doctor Scripto

Summary: Honorary Scripting Guy, Sean Kearney discusses how to get started and test a basic runbook with Azure Automation. Honorary Scripting Guy, Sean Kearney, is here. Today I'm going to show you the basics you're going to need to make a useful runbook (or Windows PowerShell workflow, if that makes it easier to remember) in Microsoft Az...

Windows PowerShellguest bloggerSean Kearney
Jun 1, 2015
0
0

Using Azure Automation: Part 1

Doctor Scripto
Doctor Scripto

Summary: Honorary Scripting Guy, Sean Kearney discusses how to get started with Windows PowerShell and Azure Automation. Honorary Scripting Guy, Sean Kearney, is here, and for the next five days we're going to touch on Azure Automation, which is a great way to automate control of your Azure resources without Internet access. Azure Automation i...

Windows PowerShellguest bloggerSean Kearney
May 22, 2015
0
0

Use PowerShell to Create Virtual Machine in Azure – Part 5

Doctor Scripto
Doctor Scripto

Summary: Learn how to create a virtual machine in Azure by using your own VHD template. Honorary Scripting Guy, Sean Kearney is here with the last bit of coolness about creating virtual machines in Azure—using a customized template. This post is part of a series. To catch up, read: Your first challenge is to create a custom virtual...

Windows PowerShellguest bloggerSean Kearney
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

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