Bird
0
0

What does the PowerShell cmdlet Get-WindowsFeature do?

easy📝 Conceptual Q11 of 15
PowerShell - System Administration
What does the PowerShell cmdlet Get-WindowsFeature do?
ARestarts the computer after feature changes
BInstalls a new Windows feature
CLists all available Windows features and their installation status
DRemoves an installed Windows feature
Step-by-Step Solution
Solution:
  1. Step 1: Understand the cmdlet purpose

    Get-WindowsFeature is used to view Windows features, not change them.
  2. Step 2: Identify the correct description

    This cmdlet lists all features and shows if they are installed or not.
  3. Final Answer:

    Lists all available Windows features and their installation status -> Option C
  4. Quick Check:

    Get-WindowsFeature = List features [OK]
Quick Trick: Get-WindowsFeature always shows features, never installs or removes [OK]
Common Mistakes:
  • Confusing Get-WindowsFeature with Install-WindowsFeature
  • Thinking it restarts the system
  • Assuming it removes features

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes