I am very new to using Powershell (read: Just started learning about it this week) and am hoping to get some help to accomplish 2 simple tasks.
I would first like to dump all of the usernames from my company's Active Directory into a CSV file, and then would like to write a script to take that CSV file, with some additional information I will add (employeeNumber and Title) and update the attributes of all users within our directory.
I do not want to mess anything up, and since I am still learning, I was hoping I could get help from an expert as to how to go about doing this.
Additionally, if anyone has any links to good tutorials for learning Powershell, I would be very appreciative.
Thank you in advance!