PowerTip: Get List of Scheduled Job Results in Azure Automation

Doctor Scripto

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'

0 comments

Discussion is closed.

Feedback usabilla icon