Bird
0
0

What is the main purpose of using SSH-based remoting in PowerShell 7+?

easy📝 Conceptual Q11 of 15
PowerShell - Remote Management
What is the main purpose of using SSH-based remoting in PowerShell 7+?
ATo create graphical user interfaces in PowerShell scripts
BTo securely run commands on remote computers using PowerShell
CTo compile PowerShell scripts into executable files
DTo manage local files faster on your own computer
Step-by-Step Solution
Solution:
  1. Step 1: Understand SSH-based remoting concept

    SSH-based remoting allows secure communication to run commands on other computers remotely.
  2. Step 2: Identify the main use case in PowerShell 7+

    PowerShell 7+ uses SSH remoting to securely run commands or scripts on remote machines.
  3. Final Answer:

    To securely run commands on remote computers using PowerShell -> Option B
  4. Quick Check:

    SSH remoting = Secure remote command execution [OK]
Quick Trick: SSH remoting = secure remote command running [OK]
Common Mistakes:
  • Confusing remoting with local script execution
  • Thinking SSH remoting creates GUIs
  • Assuming it compiles scripts

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes