Powershell: powershell 获取本机IP地址

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Powershell: powershell 获取本机IP地址相关的知识,希望对你有一定的参考价值。

PS C:UsersAdministrator> ipconfig

Windows IP 配置

以太网适配器 本地连接:

连接特定的 DNS 后缀 . . . . . . . :
IPv4 地址 . . . . . . . . . . . . : 192.168.1.66
子网掩码 . . . . . . . . . . . . : 255.255.255.0
默认网关. . . . . . . . . . . . . : 192.168.1.1

隧道适配器 isatap.{E69FD07E-B15D-4B82-8077-0AAEB7AA40FC}:

媒体状态 . . . . . . . . . . . . : 媒体已断开
连接特定的 DNS 后缀 . . . . . . . :
PS C:UsersAdministrator> (ipconfig|select-string "IPv4"|out-string).Split(":")[-1]
192.168.1.66

以上是关于Powershell: powershell 获取本机IP地址的主要内容,如果未能解决你的问题,请参考以下文章

powershell 使用PowerShell获取Windows更新版本

powershell 获取运行powershell脚本的路径

powershell PowerShell获取命令动词

powershell PowerShell:获取操作系统产品类型。

powershell 使用PowerShell获取多个GIT仓库

[powershell]Use powershell to get file hash / 使用powershell获取文件哈希值