Usar el cmdlet Get-ADUser. Puede resultar conveniente exportar el resultado con > /path/to/file.txt

Get-ADUser -Filter 'Enabled -eq $true' -Properties Name,description,mailĀ  | Select-Object -Property Name,Description,mail