IvanChen
Get-CimInstance -Classname Win32_NetworkAdapterConfiguration | Where {$_.IPAddress} | select -Property ipaddress
 
-OR-
 
Get-CimInstance -Classname Win32_NetworkAdapterConfiguration | select -ExpandProperty ipaddress | Sort-Object

分类:

技术点:

相关文章: