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
of all jobs in the 'HSG-AzureAutomation' instance, type:
Get-AzureAutomationJob –automationAccountname 'HSG-AzureAutomation'