gpt4 book ai didi

powershell - 通过 PowerShell 获取 Azure VM 详细信息

转载 作者:行者123 更新时间:2023-12-03 00:00:59 26 4
gpt4 key购买 nike

我正在尝试运行 Get-AzureVM PowerShell 命令,它运行良好,但不返回任何输出。

也尝试过以下口味,但结果仍然空白,有什么想法吗?

Get-AzureVM -Name "vmname" |Select-Object name,instancesize,location

最佳答案

您应该首先调用Select-AzureSubscription“订阅名称”

它可能默认为其中没有任何虚拟机的订阅。

要查看您当前的订阅名称,请调用:

Get-AzureSubscription | select SubscriptionName

关于powershell - 通过 PowerShell 获取 Azure VM 详细信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20520303/

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