PowerTip: Get List of Scheduled Job Results in Azure Automation
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...