Hi,
Got a bit a issue which I wanted to get some advice on. First some background information. I work in a school as a IT Tech and in previous years the AD Accounts (as well as email address) have taken the form of first letter of first name and first letter of second name "@ourschool.org.uk". Example if there was a teacher called John Smith his AD account would be
[email protected]. I have been asked to recreate all the staff accounts (for a variety of reasons!) in the format of
[email protected]. Example John Smith would now be
[email protected]. Thats fine as I have created a nice powershell script to recreate the AD Accounts. My question is, is there a way I can migrate their old mailbox (i.e.
[email protected]) to the new one (i.e.
[email protected]) with some sort of powershell script? Or does someone know of a good third party tool? Let me know if that makes sense.
Thanks!