nerdexam
Microsoft

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.

Understanding Operating System Configurations

Question

Which two descriptions of Windows PowerShell are accurate? (Choose two.)

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)
  • A
    3% (1)
  • B
    10% (3)
  • C
    87% (27)

Why each option

The question asks to identify two accurate descriptions of Windows PowerShell's capabilities and nature.

AA utility for upgrading your Windows operating system

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.

BDesigned to synchronize files between a computer and a network location

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.

CAllows you to run scripts to perform various administrative tasksCorrect

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.

DAn interface that is an enhancement of the capabilities of the Windows Command windowCorrect

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

#PowerShell#Command-line interface#Scripting#System administration

Community Discussion

No community discussion yet for this question.

Full 98-349 Practice