Summary: Use Windows PowerShell to get a list of available assets of the Credential type in Azure Automation.
How can I use Windows PowerShell to quickly audit an Azure Automation instance for any credentials that
might be there?
Use the Get-AzureAutomationCredential cmdlet and provide the name of the Azure Automation account,
for example:
Get-AzureAutomationCredential –AutomationAccountName 'HSG-AzureAutomation'