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

PowerTip: Show Runbooks in Azure Automation Instance

$
0
0

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'


Viewing all articles
Browse latest Browse all 3333

Trending Articles