Bird
0
0

You need to enable PowerShell remoting on multiple domain-joined computers remotely without user interaction. Which approach is BEST?

hard📝 Application Q8 of 15
PowerShell - Remote Management
You need to enable PowerShell remoting on multiple domain-joined computers remotely without user interaction. Which approach is BEST?
ASend an email with the <code>Enable-PSRemoting</code> command and ask users to run it.
BManually run <code>Enable-PSRemoting -Force</code> on each computer via remote desktop.
CUse Group Policy to enable WinRM and configure remoting settings across all target machines.
DDisable the firewall on all target machines and run <code>Enable-PSRemoting</code> locally.
Step-by-Step Solution
Solution:
  1. Step 1: Understand scale and automation

    Group Policy is designed for domain-wide configuration without user prompts.
  2. Step 2: Evaluate options

    Manual remote desktop (B) is inefficient, emailing users (C) is unreliable, disabling firewall (D) is insecure and incomplete.
  3. Final Answer:

    Use Group Policy to enable WinRM and configure remoting settings across all target machines. -> Option C
  4. Quick Check:

    Group Policy automates remoting setup domain-wide [OK]
Quick Trick: Group Policy is best for domain-wide remoting setup [OK]
Common Mistakes:
  • Relying on manual or user-dependent methods
  • Disabling firewall instead of configuring it properly
  • Ignoring domain-wide automation tools

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes