December 19

Powershell: Pull all user’s displaynames, emailaddress, samaccountname

Install needed powershell modules:

import-module servermanager
Add-WindowsFeature -Name “RSAT-AD-PowerShell” -IncludeAllSubFeature
import-module activedirectory

Run the following command:
Get-ADUser -Filter * -Properties DisplayName, EmailAddress, SamAccountName | select DisplayName, EmailAddress, SamAccountName | Export-CSV “C:\Email_Addresses.csv”

By: Timothy Jay Conrad


Copyright 2021. All rights reserved.

Posted December 19, 2017 by Timothy Conrad in category "Programming", "Windows Server

About the Author

If I were to describe myself with one word it would be, creative. I am interested in almost everything which keeps me rather busy. Here you will find some of my technical musings. Securely email me using - PGP: 4CB8 91EB 0C0A A530 3BE9 6D76 B076 96F1 6135 0A1B