GSEC · Question #263
A Windows administrator wants to automate local and remote management tasks in Active Directory. Which tool is most appropriate for this?
The correct answer is C. PowerShell. PowerShell is Microsoft's standard automation platform for managing Active Directory and Windows systems both locally and remotely.
Question
A Windows administrator wants to automate local and remote management tasks in Active Directory. Which tool is most appropriate for this?
Options
- AIpsec
- BVisualBasic
- CPowerShell
- Dnetsh
- Eipconfig
How the community answered
(24 responses)- A4% (1)
- B8% (2)
- C75% (18)
- E13% (3)
Why each option
PowerShell is Microsoft's standard automation platform for managing Active Directory and Windows systems both locally and remotely.
IPsec is a network-layer security protocol for encrypting and authenticating IP traffic and has no capability to manage Active Directory or automate administrative tasks.
Visual Basic is a general-purpose programming language and is not a built-in Windows administration tool with native Active Directory management capabilities.
PowerShell includes the ActiveDirectory module with purpose-built cmdlets (such as Get-ADUser, New-ADGroup, Set-ADObject) that enable scripted, repeatable management of AD objects at scale. It also supports PowerShell Remoting via WinRM, allowing administrators to execute commands on remote systems without requiring a GUI, making it the definitive tool for Windows and AD automation.
Netsh is a command-line utility limited to configuring network interfaces and related settings, and cannot interact with Active Directory.
Ipconfig is a read-only diagnostic tool for displaying IP configuration and provides no scripting, remoting, or Active Directory management functionality.
Concept tested: PowerShell for Active Directory automation and remote management
Source: https://learn.microsoft.com/en-us/powershell/module/activedirectory/?view=windowsserver2022-ps
Topics
Community Discussion
No community discussion yet for this question.