PowerShell Get-NetAdapterでNICを一覧表示する

環境
PowerShell 5.1.22621.963
Windows 10 Pro 64bit

書式
Get-NetAdapter
NICを一覧表示するには、上記のコマンドを実行します。

操作方法

PS C:\Windows\system32> Get-NetAdapter

Name                      InterfaceDescription                    ifIndex Status       MacAddress             LinkSpeed
----                      --------------------                    ------- ------       ----------             ---------
イーサネット              Intel(R) Ethernet Connection I219-V          19 Disconnected EC-21-E5-C9-27-33          0 bps
Wi-Fi 3                   Intel(R) Dual Band Wireless-AC 8260 #2       11 Up           F8-94-C2-1E-14-CD     866.7 Mbps

 

PowerShell

Posted by arkgame