Shows configuration of a computer and its operating system.

Show summary system information:

$ systeminfo
Host Name:                 LAPTOP-HVPJGI3T
OS Name:                   Microsoft Windows 10 Pro
OS Version:                10.0.17763 N/A Build 17763
OS Manufacturer:           Microsoft Corporation
OS Configuration:          Standalone Workstation
OS Build Type:             Multiprocessor Free
Registered Owner:          Windows User
Registered Organization:   
Product ID:                00440-50834-33700-AAOEM
Original Install Date:     Tue, 10/2/2018, 9:23:32 PM
System Boot Time:          Sun, 3/3/2019, 3:15:32 AM
System Manufacturer:       LENOVO
System Model:              20K70004US
System Type:               x64-based PC
Processor(s):              1 Processor(s) Installed.
                           [01]: Intel64 Family 6 Model 142 Stepping 9 GenuineIntel ~2703 Mhz
BIOS Version:              LENOVO N1QET63W (1.38 ), Tue, 8/22/2017
Windows Directory:         C:\\WINDOWS
System Directory:          C:\\WINDOWS\\system32
Boot Device:               \\Device\\HarddiskVolume1
System Locale:             en-us;English (United States)
Input Locale:              en-us;English (United States)
Time Zone:                 (UTC-08:00) Pacific Time (US & Canada)
Total Physical Memory:     16,239 MB
Available Physical Memory: 7,825 MB
Virtual Memory: Max Size:  18,671 MB
Virtual Memory: Available: 6,389 MB
Virtual Memory: In Use:    12,282 MB
Page File Location(s):     C:\\pagefile.sys
Domain:                    WORKGROUP
Logon Server:              \\\\LAPTOP-HVPJGI3T
Hotfix(s):                 12 Hotfix(s) Installed.
                           [01]: KB4483452
                           [02]: KB4465477
                           [03]: KB4465664
                           [04]: KB4469041
                           [05]: KB4470502
                           [06]: KB4470788
                           [07]: KB4471331
                           [08]: KB4480056
                           [09]: KB4480979
                           [10]: KB4487038
                           [11]: KB4489907
                           [12]: KB4489899
Network Card(s):           3 NIC(s) Installed.
                           [01]: Intel(R) Ethernet Connection (4) I219-V
                                 Connection Name: Ethernet
                                 Status:          Media disconnected
                           [02]: Intel(R) Dual Band Wireless-AC 8265
                                 Connection Name: Wi-Fi
                                 DHCP Enabled:    Yes
                                 DHCP Server:     192.168.0.1
                                 IP address(es)
                                 [01]: 192.168.0.3
                                 [02]: fe80::5987:2298:e91c:7230
                           [03]: Bluetooth Device (Personal Area Network)
                                 Connection Name: Bluetooth Network Connection
                                 Status:          Media disconnected
Hyper-V Requirements:      VM Monitor Mode Extensions: Yes
                           Virtualization Enabled In Firmware: No
                           Second Level Address Translation: Yes
                           Data Execution Prevention Available: Yes

Links:

$ systeminfo /?
SYSTEMINFO [/S system [/U username [/P [password]]]] [/FO format] [/NH]

Description:
    This tool displays operating system configuration information for
    a local or remote machine, including service pack levels.

Parameter List:
    /S      system           Specifies the remote system to connect to.

    /U      [domain\\]user    Specifies the user context under which
                             the command should execute.

    /P      [password]       Specifies the password for the given
                             user context. Prompts for input if omitted.

    /FO     format           Specifies the format in which the output
                             is to be displayed.
                             Valid values: "TABLE", "LIST", "CSV".

    /NH                      Specifies that the "Column Header" should
                             not be displayed in the output.
                             Valid only for "TABLE" and "CSV" formats.

    /?                       Displays this help message.

Examples:
    SYSTEMINFO
    SYSTEMINFO /?
    SYSTEMINFO /S system
    SYSTEMINFO /S system /U user
    SYSTEMINFO /S system /U domain\\user /P password /FO TABLE
    SYSTEMINFO /S system /FO LIST
    SYSTEMINFO /S system /FO CSV /NH