2017年8月20日

【PowerShell】ネットワークアダプターの一覧を取得する


ネットワークアダプターの一覧を取得するには、Get-NetAdapterコマンドレットを使います。

構文
Get-NetAdapter [[-Name] <アダプター名> ]

PS C:\work> Get-NetAdapter

Name                      InterfaceDescription                    ifIndex Status       MacAddress             LinkSpeed
----                      --------------------                    ------- ------       ----------             ---------
ローカル エリア接続       Realtek PCIe GBE Family Controller            2 Up           21-11-A3-08-C1-6D         1 Gbps





スポンサーリンク