Bird
0
0

Which of the following is a prerequisite for Enable-PSRemoting to work correctly on a Windows machine?

easy📝 Conceptual Q2 of 15
PowerShell - Remote Management
Which of the following is a prerequisite for Enable-PSRemoting to work correctly on a Windows machine?
AThe machine must be joined to a domain
BPowerShell must be running as Administrator
CWindows Remote Management (WinRM) service must be running
DThe firewall must be disabled
Step-by-Step Solution
Solution:
  1. Step 1: Identify permission requirements

    Enable-PSRemoting requires PowerShell to be running as Administrator to configure services, firewall rules, and other system settings.
  2. Step 2: Evaluate other options

    WinRM service is automatically started by the cmdlet if not running; domain join is not required; firewall is configured, not disabled.
  3. Final Answer:

    PowerShell must be running as Administrator -> Option B
  4. Quick Check:

    Administrator privileges required for Enable-PSRemoting [OK]
Quick Trick: Run PowerShell as Administrator for Enable-PSRemoting [OK]
Common Mistakes:
  • Thinking WinRM service must already be running
  • Believing domain join is mandatory
  • Assuming firewall must be disabled

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes