Summary : Use a single line Windows PowerShell command to list all users in an OU.
How can I list all users in a particular organizational unit (OU)?
Use the Get-ADUser cmdlet from the ActiveDirectory Module (available from the RSAT tools). Specify… Read the full text.