Powershell – Export users and select attributes from a single OU

Recently needed to find a way to export all staff into a csv file with only their name and EmployeeID. First I ran the GET-ADuser command below for a single user. This will display all the user’s attributes. Be sure to change username to a domain user. Now that you have a file with all […]

Powershell – Export users and select attributes from a single OU Read More ยป