Showing archive results for June 2015

Jun 5, 2015
Post comments count0
Post likes count0

PowerTip: Get List of Scheduled Job Results in Azure Automation

Doctor Scripto
Doctor Scripto

Summary: Use Azure cmdlets to audit for scheduled job results in Azure Automation.  How can I use Windows PowerShell to view the results of my scheduled runbooks in Azure Automation?  Use the Get-AzureAutomationJob cmdlet from the Azure PowerShell module. For example, to see the results            o...

Windows PowerShellPowerTipguest blogger
Jun 5, 2015
Post comments count0
Post likes count0

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:  Y...

Windows PowerShellguest bloggerSean Kearney
Jun 4, 2015
Post comments count0
Post likes count0

PowerTip: Start Azure Automation Job from PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Azure PowerShell cmdlets to launch a remote Azure Automation job.  How can I trigger an Azure Automation job from a regular computer?  Use the Start-AzureAutomationRunbook cmdlet. For example, to trigger the runbook called            HSG-StopAzureVM that is attached to the&nbs...

Windows PowerShellPowerTipguest blogger
Jun 4, 2015
Post comments count0
Post likes count0

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 happe...

Windows PowerShellguest bloggerSean Kearney
Jun 3, 2015
Post comments count0
Post likes count0

PowerTip: Show Runbooks in Azure Automation Instance

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to show available runbooks in an Azure Automation instance.  How can I use Windows PowerShell to show which runbooks are available in an Azure Automation instance?  Use the Get-AzureAutomationRunbook cmdlet from the Azure module. For example,            to get th...

Windows PowerShellPowerTipguest blogger