Bird
0
0

Which of the following best describes the effect of running Enable-PSRemoting on a Windows system?

easy📝 Conceptual Q1 of 15
PowerShell - Remote Management
Which of the following best describes the effect of running Enable-PSRemoting on a Windows system?
AIt disables all remote PowerShell access to enhance system security.
BIt configures the system to accept remote PowerShell sessions by setting up WinRM listeners and firewall rules.
CIt installs the PowerShell Remoting feature from Windows Update.
DIt creates a new local user account for remote PowerShell access.
Step-by-Step Solution
Solution:
  1. Step 1: Understand Enable-PSRemoting

    This cmdlet sets up the system to accept remote PowerShell sessions by configuring WinRM listeners and firewall exceptions.
  2. Step 2: Eliminate incorrect options

    It does not disable remoting (B), install features (C), or create user accounts (D).
  3. Final Answer:

    It configures the system to accept remote PowerShell sessions by setting up WinRM listeners and firewall rules. -> Option B
  4. Quick Check:

    Enable-PSRemoting sets up remoting infrastructure [OK]
Quick Trick: Enable-PSRemoting configures WinRM and firewall for remoting [OK]
Common Mistakes:
  • Thinking it disables remoting
  • Assuming it installs software
  • Believing it creates user accounts

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes