Get-ADUser -Filter * -Properties mail | Where { $_.Enabled -eq $True} | Select Name | Export-Csv -Path C:\temp\report.csv