Bird
0
0

Which parameter of Get-ADUser allows you to filter users based on specific criteria?

easy📝 Conceptual Q2 of 15
PowerShell - Active Directory
Which parameter of Get-ADUser allows you to filter users based on specific criteria?
A-SearchBase
B-Filter
C-Properties
D-Identity
Step-by-Step Solution
Solution:
  1. Step 1: Identify filtering parameter

    The -Filter parameter lets you specify conditions to select users matching criteria.
  2. Step 2: Differentiate other parameters

    -SearchBase limits the search location, -Properties specifies extra attributes, and -Identity selects a single user by name or ID.
  3. Final Answer:

    -Filter -> Option B
  4. Quick Check:

    Filter users = -Filter [OK]
Quick Trick: Use -Filter to select users by conditions [OK]
Common Mistakes:
  • Using -Properties to filter users
  • Confusing -Identity with filtering
  • Thinking -SearchBase filters attributes

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes