Bird
0
0

What does the Get-ADUser cmdlet do in PowerShell?

easy📝 Conceptual Q11 of 15
PowerShell - Active Directory
What does the Get-ADUser cmdlet do in PowerShell?
ACreates a new Active Directory user
BRetrieves information about Active Directory users
CDeletes an Active Directory user
DModifies an Active Directory user's password
Step-by-Step Solution
Solution:
  1. Step 1: Understand the purpose of Get-ADUser

    The cmdlet is designed to fetch or retrieve user information from Active Directory.
  2. Step 2: Compare with other cmdlets

    Creating, deleting, or modifying users are done by other cmdlets like New-ADUser or Set-ADUser, not Get-ADUser.
  3. Final Answer:

    Retrieves information about Active Directory users -> Option B
  4. Quick Check:

    Get-ADUser = Retrieve user info [OK]
Quick Trick: Get-ADUser always fetches user info, not changes [OK]
Common Mistakes:
  • Confusing Get-ADUser with New-ADUser
  • Thinking it modifies user data
  • Assuming it deletes users

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes