PowerTip: Show Runbooks in Azure Automation Instance

Doctor Scripto

Summary: Use Windows PowerShell to show available runbooks in an Azure Automation instance.

Hey, Scripting Guy! Question How can I use Windows PowerShell to show which runbooks are available in an Azure Automation instance?

Hey, Scripting Guy! Answer Use the Get-AzureAutomationRunbook cmdlet from the Azure module. For example, 
           to get the runbooks in the 'HSG-AzureAutomation' instance, type:

Get-AzureAutomationRunbook –AutomationAccountName 'HSG-AzureAutomation'

0 comments

Discussion is closed.

Feedback usabilla icon