我已安装Windows azure powershell。
之后当我作为管理员 Windows azure powershell 开始时,我收到错误---
Saying The term 'Add-AzureAccount' is not recognized
我如何解决此错误任何人都知道任何解决方案!!
答案 0 :(得分:8)
在运行该cmdlet之前,您可以尝试
Import-Module Azure
如果找不到模块,可以尝试
Install-Module Azure
请确保以后者的身份管理PowerShell。