gpt4 book ai didi

azure - 如何通过 Azure 门户查找虚拟机上的 Windows 版本

转载 作者:行者123 更新时间:2023-12-03 06:47:52 25 4
gpt4 key购买 nike

如何通过 Azure 门户查找我的虚拟机上运行的 Windows 版本?

我们有大约 60 个带有虚拟机的资源组,我们计划升级所有 Windows Server 2012,但首先我们需要概述有多少台计算机在运行 Server 2012。

通过谷歌搜索,我只找到了这个参数,但它只提供了 Windows 或 Linux 系统。我怎样才能获得 Windows 版本?

properties.storageProfile.osDisk.osType

最佳答案

如果您想提取 Windows 版本的虚拟机,您可以从门户中的资源图浏览器查询下方。

以下是示例查询:

resources
| where type == "microsoft.compute/virtualmachines" and properties.storageProfile.imageReference.offer == "WindowsServer"
| project name,offer=properties.storageProfile.imageReference.offer,sku=properties.storageProfile.imageReference.sku,version=properties.storageProfile.imageReference.version,minorversion=properties.storageProfile.imageReference.exactVersion

以下是示例输出屏幕截图供引用:

enter image description here

关于azure - 如何通过 Azure 门户查找虚拟机上的 Windows 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73961348/

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