Link to home
Start Free TrialLog in
Avatar of Rico Young
Rico Young

asked on

Need help fast!

I have one day left and I need to create over 1200 AD user accounts with mailboxes on exchange 2013. I work in the DoD so I'll need to use 1234567890 (as the user logon name), Last name, Rank, First name as the display name and first.last as the pre-windows 2000 user logon name. I'd like to accomplish this with powershell.
Avatar of Daryl Gawn
Daryl Gawn
Flag of New Zealand image

Avatar of Rico Young
Rico Young

ASKER

I'm a beginner that's close to being at an intermediate level.
Heres me doing something similar, Essentially I use a csv file with all the usernames in and then I read them in with PowerShell and create the users. Then I use another command to mail enable all the user accounts.

Pete
If you don't NEED to use Powershell, you might look at going "Old School" and using CSVDE instead. This is an old utility designed to do pretty much exactly what you are trying too.

Here is a link to get you started.

https://www.computerperformance.co.uk/logon/csvde-bulk/
ASKER CERTIFIED SOLUTION
Avatar of J0rtIT
J0rtIT
Flag of Venezuela, Bolivarian Republic of image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial