Windows PowershellサポートTOPへ

Windows Powershellによるネットワーククライアントの情報を取得する方法を紹介

ネットワーククライアントの情報を取得(サービス名、製造元等)。全てのプロパティについて取得したい場合は、Format-List * で可能。

サンプルソース



(入力)

Get-WmiObject Win32_NetworkClient | Format-List Caption,Description,Manufacturer


(出力)

Caption : Workstation
Description : LanmanWorkstation
Manufacturer : Microsoft Corporation



  

戻る




Copyright (C) Windows Powershellサポート by wannko All Rights Reserved.
お問合せ先 ⇒ nachiko★wannko.net(★を@に変更して下さい。)