Quantcast
Channel: Jack Stromberg » Powershell
Viewing all articles
Browse latest Browse all 8

Get samaccount/username out of Active Directory via PowerShell

$
0
0

Here is how to get a list of everyone’s username out of active directory.

Get-ADUser -Filter * | FT SamAccountName -A


Viewing all articles
Browse latest Browse all 8

Trending Articles