June 5th, 2015

PowerTip: Get List of Scheduled Job Results in Azure Automation

Doctor Scripto
Scripter

Summary: Use Azure cmdlets to audit for scheduled job results in Azure Automation.

Hey, Scripting Guy! Question How can I use Windows PowerShell to view the results of my scheduled runbooks in Azure Automation?

Hey, Scripting Guy! Answer Use the Get-AzureAutomationJob cmdlet from the Azure PowerShell module. For example, to see the results
           of all jobs in the 'HSG-AzureAutomation' instance, type:

Get-AzureAutomationJob –automationAccountname 'HSG-AzureAutomation'

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.