一行代码查看网络信息

目标:查看蓝牙,WLAN,  以太网等

使用方法:使用cmd输入命令或bat文件执行,信息保存在桌面网络信息.txt

name:标识,interfacedescription:描述,MacAddress:MAC地址,MediaType:类型,PhysicalMediaType:类型2,LinkSpeed:速率,MediaConnectionState:状态,DriverInformation:驱动信息

powershell -command "& {get-netadapter|format-list -property name,interfacedescription,macaddress,mediatype,physicalmediatype,linkspeed,mediaconnectionstate,driverinformation}">%userprofile%\desktop\网络信息.txt

你可能感兴趣的:(windows,运维开发,运维)