nerdexam
Cisco

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.

Cybersecurity Fundamentals

Question

For which purpose can Windows management instrumentation be used?

Exhibit

210-250 question #92 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)
  • A
    88% (21)
  • C
    8% (2)
  • D
    4% (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.

ARemote viewing of a computerCorrect

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.

BRemote blocking of malware on a computer

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.

CRemote reboot of a computer

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.

DRemote start of a computer

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

#WMI#Windows Management Instrumentation#remote management#system administration

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice