【发布时间】:2013-08-03 13:23:00
【问题描述】:
好的,我将通过我的 MSDN 高级帐户开始使用 Windows Azure Powershell。
我的管理门户中有一个管理证书,我执行了 Set-Executionpolicy、Get-AzurePublishSettingsFile、Import-AzurePublishSettingsFile 并收到消息:
Setting 'myemailaddress@hotmail.com' as the default and current subscription ... etc
在此之前似乎工作正常。然后我点击 Get-AzureSubscription 并收到错误消息:
Get-AzureSubscription : You MUST specify a certificate. Call Set-AzureSubscription and Select-AzureSubscription first.
我将this 文档中的步骤重复了几次,但无法正常工作。 PowerShell 正在管理员模式下运行,已安装 Azure Powershell 扩展。
我不是通过运行 Import 命令安装了证书吗?
编辑: 是的,我检查了 certmgr,它安装在 Personal 下。
【问题讨论】:
标签: powershell azure azure-powershell