How can you retrieve a password from Azure Key Vault in an automated PowerShell script running on a local machine?
a) Using the Get-AzureKeyVaultSecret cmdlet
b) Accessing the vault directly without authentication
c) Hardcoding the password in the script
d) Ignoring the need for a password retrieval

Q&A Education