我正在尝试在 Windows 8.1 上使用 Windows Azure PowerShell 模块。我已经下载并安装了 Azure 模块,一开始我可以运行和使用“Windows Azure PowerShell”,它是一个只加载 Azure 的 PS。当我只打开一个普通的 PS 窗口并执行 Import-Module Azure 时,它会失败:
import-module : The specified module 'Azure' was not loaded because no valid module file was found in any module directory.
Run Code Online (Sandbox Code Playgroud)
我怀疑它与 powershell 版本或 64\32 位版本有关。
任何人都有这方面的经验?