Skillset can help you prepare! Sign up for your free Skillset account and take the first steps towards your certification.
Which of the following cmdlet is used to find locked-out users in the Fabrikam.com domain?
Search-ADAccount -LockedOut | where {$_.ObjectClass -eq 'user'} | FT Name,ObjectClass
Search-ADAccount -LockedOut | where {$_.Class -eq 'user'} | FT Name,ObjectClass
Find-ADAccount -LockedOut | where {$_.ObjectClass -eq 'user'} | FT Name,ObjectClass
Get-ADAccount -LockedOut | where {$_.ObjectClass -eq 'user'} | FT Name,ObjectClass
Search-ADAccount -LockedOut | where {$_.ObjectClass -eq 'user'} | FT Name,ObjectClass -A is the correct cmdlet to find all locked-out users in the fabrikam.com domain.
Train with Skillset and pass your certification exam. Faster. Guaranteed.
Study thousands of practice questions that organized by skills and ranked by difficulty.
Create a tailored training plan based on the knowledge you already possess.
Know when you’re ready for the high-stakes exam. Have the confidence that you will pass on your first attempt.