gpt4 book ai didi

powershell - 如何使用 Azure PowerShell 获取虚拟机的 MAC 地址

转载 作者:行者123 更新时间:2023-12-02 23:40:27 25 4
gpt4 key购买 nike

有谁知道如何通过Azure PowerShell获取Azure中虚拟机的Mac地址?我知道我可以通过 WMI 或虚拟机内的其他东西来获取它,但我不知道如何在不登录虚拟机的情况下做到这一点。

最佳答案

使用 Get-AzureRmNetworkInterface 命令和结果对象具有的 MacAddress 属性:

(Get-AzureRmNetworkInterface -ResourceGroupName %rgName%).MacAddress

这将列出资源组中网络接口(interface)的所有 MAC,更具体地说,您可以添加 -Name 参数。

(Get-AzureRmNetworkInterface -ResourceGroupName %rgName% -Name %nicName%).MacAddress

关于powershell - 如何使用 Azure PowerShell 获取虚拟机的 MAC 地址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44019689/

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