210-250 · Question #92
For which purpose can Windows management instrumentation be used?
The correct answer is A. Remote viewing of a computer. Windows Management Instrumentation (WMI) is primarily used to remotely query and view system configuration, hardware inventory, and OS details on Windows machines.
Question
For which purpose can Windows management instrumentation be used?
Exhibit
Options
- ARemote viewing of a computer
- BRemote blocking of malware on a computer
- CRemote reboot of a computer
- DRemote start of a computer
How the community answered
(24 responses)- A88% (21)
- C8% (2)
- D4% (1)
Why each option
Windows Management Instrumentation (WMI) is primarily used to remotely query and view system configuration, hardware inventory, and OS details on Windows machines.
WMI provides a standardized framework for accessing management data on a Windows system, enabling administrators to remotely query running processes, installed software, hardware inventory, and system configuration without direct interaction. Its core design is as a read-oriented query interface, making remote viewing of system information its defining and primary use case.
WMI has no built-in capability to detect or block malware - that function belongs to endpoint protection platforms and antimalware engines, not the management instrumentation layer.
Remotely rebooting a computer via WMI requires invoking a specific method call on Win32_OperatingSystem, which is an incidental action rather than the primary purpose of the WMI framework.
Starting a powered-off computer requires Wake-on-LAN or out-of-band management hardware because WMI depends on the OS being active and cannot reach a machine that is not running.
Concept tested: Windows Management Instrumentation remote system querying
Source: https://learn.microsoft.com/en-us/windows/win32/wmisdk/about-wmi
Topics
Community Discussion
No community discussion yet for this question.
