98-349 · Question #246
Which two descriptions of Windows PowerShell are accurate? (Choose two.)
The correct answer is C. Allows you to run scripts to perform various administrative tasks D. An interface that is an enhancement of the capabilities of the Windows Command window. The question asks to identify two accurate descriptions of Windows PowerShell's capabilities and nature.
Question
Options
- AA utility for upgrading your Windows operating system
- BDesigned to synchronize files between a computer and a network location
- CAllows you to run scripts to perform various administrative tasks
- DAn interface that is an enhancement of the capabilities of the Windows Command window
How the community answered
(31 responses)- A3% (1)
- B10% (3)
- C87% (27)
Why each option
The question asks to identify two accurate descriptions of Windows PowerShell's capabilities and nature.
PowerShell is a scripting and automation tool, not a utility specifically designed for upgrading a Windows operating system. Operating system upgrades are typically handled by Windows Update or dedicated deployment tools.
While PowerShell can be used to write scripts for file synchronization, its primary design purpose is not dedicated file synchronization; other tools like RoboCopy or cloud synchronization services are more specialized for this task.
PowerShell is a powerful command-line shell and scripting language designed for system administration. It enables users to automate complex administrative tasks by running scripts that interact with various system components and services.
PowerShell builds upon and enhances the functionality found in the traditional Command Prompt (CMD) by providing a more robust scripting environment, object-based cmdlets, and integration with the .NET framework and COM, offering greater control and automation capabilities.
Concept tested: Windows PowerShell features and purpose
Source: https://learn.microsoft.com/en-us/powershell/scripting/overview
Topics
Community Discussion
No community discussion yet for this question.