Summary: Use Windows PowerShell to show available runbooks in an Azure Automation instance.
How can I use Windows PowerShell to show which runbooks are available in an Azure Automation instance?
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'