nerdexam
Cisco

200-201 · Question #436

Developers must implement tasks on remote Windows environments. They decided to use scripts for enterprise applications through PowerShell. Why does the functionality not work?

The correct answer is D. WMI must be configured. PowerShell relies on Windows Management Instrumentation (WMI) to execute many administrative tasks on remote Windows environments. If WMI is not configured correctly or is disabled, PowerShell scripts that depend on it will fail to function as intended. Configuring WMI ensures…

Submitted by andres_qro· Mar 6, 2026Host-Based Analysis

Question

Developers must implement tasks on remote Windows environments. They decided to use scripts for enterprise applications through PowerShell. Why does the functionality not work?

Options

  • AExt4 must be implemented.
  • BMBR must be set up.
  • CSymlinks must be enabled.
  • DWMI must be configured.

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    10% (3)
  • C
    6% (2)
  • D
    81% (25)

Explanation

PowerShell relies on Windows Management Instrumentation (WMI) to execute many administrative tasks on remote Windows environments. If WMI is not configured correctly or is disabled, PowerShell scripts that depend on it will fail to function as intended. Configuring WMI ensures the necessary communication for script execution and remote management.

Topics

#PowerShell#WMI#Windows security#remote management

Community Discussion

No community discussion yet for this question.

Full 200-201 Practice