220-1102 · Question #851
Which of the following scripting languages is the most commonly used for system administration on Windows operating systems?
The correct answer is A. PowerShell. PowerShell is Microsoft's object-oriented command-line shell and scripting language specifically designed for automating system administration tasks on Windows operating systems.
Question
Which of the following scripting languages is the most commonly used for system administration on Windows operating systems?
Options
- APowerShell
- BPython
- CBash
- DJavaScript
How the community answered
(25 responses)- A92% (23)
- B4% (1)
- D4% (1)
Why each option
PowerShell is Microsoft's object-oriented command-line shell and scripting language specifically designed for automating system administration tasks on Windows operating systems.
PowerShell is the most commonly used and powerful scripting language for system administration on Windows operating systems, providing comprehensive access to the .NET framework, COM objects, and WMI for extensive automation capabilities. It is deeply integrated into Windows Server and client OS management.
Python is a versatile general-purpose scripting language, but it is not natively integrated or as predominantly used for Windows-specific system administration as PowerShell.
Bash is a Unix shell and command language primarily used on Linux and macOS, not for native Windows system administration.
JavaScript is primarily a client-side scripting language for web browsers and server-side with Node.js, not a core language for Windows system administration.
Concept tested: Windows system administration scripting
Source: https://learn.microsoft.com/en-us/powershell/scripting/overview
Topics
Community Discussion
No community discussion yet for this question.