Showing results for Azure Automation - Scripting Blog [archived]

Jun 5, 2015
0
0

Using Azure Automation: Part 5

Doctor Scripto
Doctor Scripto

Summary: Schedule an Azure Automation runbook to get Azure to work for you. Honorary Scripting Guy, Sean Kearney, is here to show you the most importance piece of Azure Automation: the actual scheduling of runbooks to allow you to let Azure do all the automation for you! This is the final post in a five-part series. To catch up, read:  ...

Windows PowerShellguest bloggerSean Kearney
Jun 4, 2015
0
0

Using Azure Automation: Part 4

Doctor Scripto
Doctor Scripto

Summary: Learn how to report output from Azure Automation and publish to production. Honorary Scripting Guy, Sean Kearney, is here again to show you more about Azure Automation and to empower you in automating your assets in Azure. This is the fourth post in a five-part series. To catch up, read: Our current task is trying to see what is ...

Windows PowerShellguest bloggerSean Kearney
Jun 3, 2015
0
0

Using Azure Automation: Part 3

Doctor Scripto
Doctor Scripto

Summary: Learn how to access Azure Automation assets within a runbook. Honorary Scripting Guy, Sean Kearney, is here today to battle robots, aliens, and… …No, wait, sorry. My brain lapsed from watching an old rerun of Lost in Space. This is the third post in a five-part series. To catch up, read: Today I will continue showing you ...

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

Windows PowerShellguest bloggerSean Kearney
Jun 1, 2015
0
0

PowerTip: Show Available Azure Automation Accounts

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to get a list of available Azure Automation accounts.  How can I use Windows PowerShell to see my Azure Automation accounts?  You can get this information with one simple cmdlet: Get-AzureAutomationAccount...

Windows PowerShellPowerTipguest blogger