nerdexam
GIAC

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.

Operating System Security

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)
  • A
    4% (1)
  • B
    8% (2)
  • C
    75% (18)
  • E
    13% (3)

Why each option

PowerShell is Microsoft's standard automation platform for managing Active Directory and Windows systems both locally and remotely.

AIpsec

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.

BVisualBasic

Visual Basic is a general-purpose programming language and is not a built-in Windows administration tool with native Active Directory management capabilities.

CPowerShellCorrect

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.

Dnetsh

Netsh is a command-line utility limited to configuring network interfaces and related settings, and cannot interact with Active Directory.

Eipconfig

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

#PowerShell#Active Directory#Windows administration#automation

Community Discussion

No community discussion yet for this question.

Full GSEC Practice