PowerShell
I Love PowerShell
2013年2月5日火曜日
◆ネットワークカードの速度を表示
001
002
003
[System.Net.NetworkInformation.NetworkInterface]
::
GetAllNetworkInterfaces
(
)
|
ft
Description
,
OperationalStatus
,
@{
n
=
"Speed(M)"
;
e
=
{
(
$_
.
speed
/
1000000
)
.
tostring
(
"0.0"
)
.
padleft
(
8
)
}
}
-auto
0 件のコメント:
コメントを投稿
‹
›
ホーム
ウェブ バージョンを表示
0 件のコメント:
コメントを投稿