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…
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)- A3% (1)
- B10% (3)
- C6% (2)
- D81% (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
Community Discussion
No community discussion yet for this question.