Get samaccount/username out of Active Directory via PowerShell Leave a reply Here is how to get a list of everyone's username out of active directory. Get-ADUser -Filter * | FT SamAccountName -A