systeminfo

Windows CMD · System · available in the simulator

What it does

Detailed hardware and OS information.

Syntax

systeminfo [/s equipo] [/fo formato] [/nh]

Options and parameters

  • /s HOST

    queries a remote computer

  • /fo FORMATO

    output format (table, list, csv)

  • /FO

    Output format: TABLE, LIST, or CSV.

    systeminfo /fo list
  • /NH

    Suppresses column headers.

  • /S

    Queries a remote computer.

  • /U

    User context for the remote query.

  • /P

    Password for the user specified in /U.

Usage examples

  • systeminfo
  • systeminfo /s OTRO_PC
  • systeminfo /fo csv
  • systeminfo /fo list
Practise systeminfo

Related commands