Change Interface Name
Get-NetAdapter Get-NetAdapter -InterfaceIndex 8 | Rename-NetAdapter -NewName "EthG" Get-NetAdapter -InterfaceIndex 8 -- PS > Get-NetAdapter Name InterfaceDescription ifIndex ---- -------------------- ------- イーサネット Intel(R) 82579LM Gigabit Network Con... 8 PS > Get-NetAdapter -InterfaceIndex 8 Name InterfaceDescription ifIndex ---- -------------------- ------- EthG Intel(R) 82579LM Gigabit Network Con... 8 -- JumboFrame設定(MTU)の確認方法(netsh はPSからも表示できる) Get-NetAdapter| Select Name,Mtusize,,MacAddress netsh int ipv4 show int