June 3rd, 2015

PowerTip: Show Runbooks in Azure Automation Instance

Doctor Scripto
Scripter

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'

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.