【发布时间】:2014-01-23 09:56:58
【问题描述】:
我尝试在网上搜索相同的内容,但找不到任何有用的东西。 我浏览了 this 和 this 链接,但他们都只谈论 PowerShell 而不是 Azure PowerShell。
我还是试了一下,出现以下错误
C:\Windows\SysWOW64\WindowsPowerShell\v1.0>powershell.exe Get-AzureVM Get-AzureVM :“Get-AzureVM”一词未被识别为 cmdlet、函数、脚本文件或可运行的程序。检查 名称的拼写,或者如果包含路径,请验证路径 是正确的,然后再试一次。在行:1 字符:1 + 获取 AzureVM + ~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Get-AzureVM:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
任何帮助将不胜感激。提前谢谢你。
【问题讨论】:
标签: powershell azure azure-powershell