June 2nd, 2015

PowerTip: Show Available Credentials for Azure Automation

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to get a list of available assets of the Credential type in Azure Automation.

Hey, Scripting Guy! Question How can I use Windows PowerShell to quickly audit an Azure Automation instance for any credentials that
           might be there?

Hey, Scripting Guy! Answer Use the Get-AzureAutomationCredential cmdlet and provide the name of the Azure Automation account,
           for example:

Get-AzureAutomationCredential –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.