Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Get List of Scheduled Job Results in Azure Automation

$
0
0

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'


Viewing all articles
Browse latest Browse all 3333

Trending Articles