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?
- systeminfoAnswer
- Bhostname
- Cuname -a
- Dmsconfig
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
Key Concept
Windows Command-Line Utilities for System Information Gathering