获取网络接口详细信息 [英] Get Network Interface detail

查看:70
本文介绍了获取网络接口详细信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我有私有IP地址,如何从IP获取与之相关的网络中间件详细信息?

If I have the private IP address, how to I get the network interfact detail related to it, just from the IP?

我正在使用Get-AzNetworkInterface,但无法弄清楚如何从IP地址获取整个配置详细信息

I'm using the Get-AzNetworkInterface but not able to figure out how to fetch entire config detail just from the IP address

谢谢

推荐答案

您好  noprobiyer

请尝试使用:

Get-AzNetworkInterface | ?{


_。IpConfigurations.privateipaddress -eq'< IP Address>'}
_.IpConfigurations.privateipaddress -eq '<IP Address>' }

希望这会有所帮助!


这篇关于获取网络接口详细信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆