Question

Difficulty: EasyMicrosoft Command-Line Tools

A system administrator needs to quickly retrieve detailed system configuration information from a Windows workstation, including the operating system build number, system architecture, BIOS version, and installed hotfixes. Which command-line utility should the administrator run to generate this summary?

  1. systeminfoAnswer
  2. B
    hostname
  3. C
    uname -a
  4. D
    msconfig

Answer

Running the systeminfo command displays a detailed summary of operating system properties, hardware specifications, BIOS settings, memory capacity, network configuration, and installed hotfixes.
Executing systeminfo queries the Windows operating system and prints a structured summary containing OS version, build info, system architecture, manufacturer, BIOS settings, memory usage, network interface details, and installed hotfixes.

Step-by-Step Solution

1
Identify the administrative requirement.
The requirement is to view OS details, hardware info, BIOS version, and installed hotfixes via the Windows command line.
Choosing the correct command requires understanding which tool aggregates complete system hardware and software metadata.
2
Evaluate the native Windows command options.
The systeminfo command gathers and outputs all requested categories of information directly in the console.
The systeminfo utility is designed explicitly for displaying comprehensive system properties.

Key Concept

Windows Command-Line Utilities for System Information Gathering
Rate this question