gpt4 book ai didi

powershell - 在模块 'Get-azVM' 中找到 'Az.Compute' 命令,但无法加载该模块

转载 作者:行者123 更新时间:2023-12-02 22:36:01 26 4
gpt4 key购买 nike

我在 powershell 脚本中使用了 Az 模块,该脚本从 powershell core 执行,但在从应用程序(.Net core SDK 2.1)执行脚本时出现错误。

$VMExistanceCheck = Get-azVM -ResourceGroupName $VMResourceGroup -Name $NewComputerName -ErrorAction SilentlyContinue

我检查了 Az.Compute 模块已导入其中。

我还在脚本内添加了Import-Module Az.compute -verbose -force

使用 runspace(System.Management.Automation, Version=6.1.0.0) 从应用程序调用脚本时出现以下错误:

System.Management.Automation.RuntimeException: The 'Get-azVM' command was found in the module 'Az.Compute', but the module could not be loaded. For more information, run 'Import-Module Az.Compute'. ---> System.Management.Automation.CommandNotFoundException: The 'Get-azVM' command was found in the module 'Az.Compute', but the module could not be loaded. For more information, run 'Import-Module Az.Compute'.

“Get-Module -ListAvailable”显示 Az.Compute 模块可用,但使用 Powershell 6 执行命令“import-module Az.Compute”时,没有导入任何内容。

最佳答案

Install-Module -Name Az -AllowClobber -Scope CurrentUser

运行该命令。重新启动 Powershell。再次运行 import-module az.compute

关于powershell - 在模块 'Get-azVM' 中找到 'Az.Compute' 命令,但无法加载该模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55357865/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com