Hello all,
Im new to powershell so this is probably a really basic question but using PS, I'm trying to pull information from a CSV file, and create a user account based on what's in this file.
The CSV file looks like this:
Attribute | Value |
Userid | dcronin |
Privileged/Group | Developer |
Owner | i33 (Cronin, Dan) |
dan.cronin@test.com | |
Owner's Mgr | i33 (Welsh, Tom) |
tom.welsh@test.com |
How do I select the column data then pass that data into the "New-ADUser" cmdlet. So for instance, Passing e-mail into email, name into firstname & secondname etc
Any help or direction you could give me would be very much appreciated!
Thanks you very much!
Dan Cronin