新进化论

道生一,一生二,二生三,三生万物。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

1.

Get-WmiObject -Class Win32_NetworkAdapterConfiguration `
-filter "IPEnabled = $true"
2.
Get-WmiObject -Class Win32_NetworkAdapter | 
Format-Table -Property Name, NetConnectionStatus -AutoSize
image
3.netsh interface show interface
Use netsh interface  show interface  to show interface name in dos / powershell
posted on 2014-07-23 10:21  岌岌可危  阅读(410)  评论(0编辑  收藏  举报