标签:style blog http os width io
1.
Get-WmiObject -Class Win32_NetworkAdapterConfiguration ` -filter "IPEnabled = $true"
2.
Get-WmiObject -Class Win32_NetworkAdapter | Format-Table -Property Name, NetConnectionStatus -AutoSize
3.netsh interface show interface
标签:style blog http os width io
原文地址:http://www.cnblogs.com/jjkv3/p/3862393.html