簡単!BluetoothやPCIe等の通信デバイスの速度一覧等を取得⇒NIC by WMIC
サジェストキーワード設定
ImageCompress

ローカル画像圧縮サービス

圧縮

簡単!BluetoothやPCIe等の通信デバイスの速度一覧等を取得⇒NIC by WMIC

この記事を読むのに必要な時間は約 4 分です。

WMICで情報取得

様々な情報取得

WMIを使えばOSの色々な情報を取得する事ができる事がわかりました。

それではここからは取得できる項目を何個か紹介していきたいと思います。

コマンドの実行結果ではなく、実務的なシチュエーションごとの使用例を見たい方は此方から

辿ってください。

1.WMIを使う
「1.WMIを使う」の記事一覧です。

NIC

wmic NIC get * /format:list

※この項目は複数行でますので一つだけ表示させています。

AdapterType=イーサネット 802.3
AdapterTypeId=0
AutoSense=
Availability=3
Caption=[00000001] Qualcomm Atheros AR956x Wireless Network Adapter
ConfigManagerErrorCode=0
ConfigManagerUserConfig=FALSE
CreationClassName=Win32_NetworkAdapter
Description=Qualcomm Atheros AR956x Wireless Network Adapter
DeviceID=1
ErrorCleared=
ErrorDescription=
GUID={60★★★5B6-2A12-4A0C-8A30-A506★★★4E968}
Index=1
InstallDate=
Installed=TRUE
InterfaceIndex=7
LastErrorCode=
MACAddress=38:1A:F3:16:F3:7R ←こんなMAC無いですからね
Manufacturer=Qualcomm Atheros Communications Inc.
MaxNumberControlled=0
MaxSpeed=
Name=Qualcomm Atheros AR956x Wireless Network Adapter
NetConnectionID=Wi-Fi
NetConnectionStatus=2
NetEnabled=TRUE
NetworkAddresses=
PermanentAddress=
PhysicalAdapter=TRUE
PNPDeviceID=PCI\VEN_168C&DEV_0036&SUBSYS_402617AA&REV_01\4&2488F13A&0&00E3
PowerManagementCapabilities=
PowerManagementSupported=FALSE
ProductName=Qualcomm Atheros AR956x Wireless Network Adapter
ServiceName=athr
Speed=225000000
Status=
StatusInfo=
SystemCreationClassName=Win32_ComputerSystem
SystemName=★★★★★ホスト名が入ってます。★★★★★
TimeOfLastReset=20180518213221.494616+540

タイトルとURLをコピーしました