PowerTip: Show Available Credentials for Azure Automation

Doctor Scripto

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'

0 comments

Discussion is closed.

Feedback usabilla icon