Bird
0
0

Why does Enable-PSRemoting configure the WinRM listener to use HTTP by default instead of HTTPS?

hard📝 Conceptual Q10 of 15
PowerShell - Remote Management
Why does Enable-PSRemoting configure the WinRM listener to use HTTP by default instead of HTTPS?
ABecause HTTPS requires a domain-joined machine
BBecause HTTPS is not supported by WinRM
CBecause HTTP is more secure than HTTPS for remoting
DBecause HTTP is easier to configure and works in most environments by default
Step-by-Step Solution
Solution:
  1. Step 1: Understand default listener protocol

    Enable-PSRemoting sets up WinRM listener on HTTP because it requires no certificates and works out-of-the-box.
  2. Step 2: Evaluate other options

    HTTPS is supported but requires certificates; HTTP is less secure, not more; HTTPS does not require domain join but certificate trust.
  3. Final Answer:

    Because HTTP is easier to configure and works in most environments by default -> Option D
  4. Quick Check:

    Default HTTP listener = ease of setup [OK]
Quick Trick: HTTP listener is default for easy setup without certificates [OK]
Common Mistakes:
  • Thinking HTTPS is unsupported
  • Believing HTTP is more secure
  • Assuming HTTPS requires domain join

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes