次の方法で共有


systeminfo

オペレーティング システムの構成、セキュリティ情報、製品 ID、ハードウェアのプロパティ (RAM、ディスク領域、ネットワーク カードなど) など、コンピューターとそのオペレーティング システムに関する詳細な構成情報を表示します。

Syntax

systeminfo [/s <computer> [/u <___domain>\<username> [/p <password>]]] [/fo {TABLE | LIST | CSV}] [/nh]

Parameters

Parameter Description
/s <computer> リモート コンピューターの名前または IP アドレスを指定します (円記号は使用しないでください)。 既定値はローカル コンピューターです。
/u [<___domain>] 指定したユーザー アカウントのアカウントアクセス許可を使用してコマンドを実行します。 If /u is not specified, this command uses the permissions of the user who is currently logged on to the computer that is issuing the command.
/p <password> Specifies the password of the user account that is specified in the /u parameter.
/fo <format> 次のいずれかの値を使用して出力形式を指定します。
  • TABLE - Displays output in a table.
  • LIST - Displays output in a list.
  • CSV - Displays output in comma-separated values (.csv) format.
/nh 出力内の列ヘッダーを抑制します。 Valid when the /fo parameter is set to TABLE or CSV.
/? コマンド プロンプトにヘルプを表示します。

Examples

To view configuration information for a computer named Srvmain, type:

systeminfo /s srvmain

To remotely view configuration information for a computer named Srvmain2 that is located on the Maindom ___domain, type:

systeminfo /s srvmain2 /u maindom\hiropln

To remotely view configuration information (in list format) for a computer named Srvmain2 that is located on the Maindom ___domain, type:

systeminfo /s srvmain2 /u maindom\hiropln /p p@ssW23 /fo list