I have just finished a staged migration of our staff here in the office. Now I need to create a new user so I am wondering what the steps would be to create the new user in AD and get them an email address and inbox in the office 365 environment.<\/p>\n
I could of course create the user/inbox in AD and then migrate them like I did everyone else but I am guessing there is a way to create new users and have them show up in office 365 without this process the migration process. I still want to be able to have this user in the AD environment.<\/p>","upvoteCount":6,"answerCount":10,"datePublished":"2014-04-16T17:10:36.000Z","author":{"@type":"Person","name":"nirsaryan","url":"https://community.spiceworks.com/u/nirsaryan"},"acceptedAnswer":{"@type":"Answer","text":"
Office365 gives our users an @domain.onmicrosoft.com<\/span> address unless we specify it via ProxyAddresses.<\/p>\n I did forget that you need to add their license in 365 after the sync takes place as well.<\/p>\n I may be mistaken, but I think if you still have Exchange on-prem you will have to create the mailbox there and then migrate it to 365, then during the migration Exchange does the work to create the contact and knows that the new user is in 365 and where to send email for them.<\/p>","upvoteCount":1,"datePublished":"2014-04-16T18:59:38.000Z","url":"https://community.spiceworks.com/t/creating-a-new-user-with-dirsync-and-office-365/295612/6","author":{"@type":"Person","name":"christophero","url":"https://community.spiceworks.com/u/christophero"}},"suggestedAnswer":[{"@type":"Answer","text":" I have just finished a staged migration of our staff here in the office. Now I need to create a new user so I am wondering what the steps would be to create the new user in AD and get them an email address and inbox in the office 365 environment.<\/p>\n I could of course create the user/inbox in AD and then migrate them like I did everyone else but I am guessing there is a way to create new users and have them show up in office 365 without this process the migration process. I still want to be able to have this user in the AD environment.<\/p>","upvoteCount":6,"datePublished":"2014-04-16T17:10:36.000Z","url":"https://community.spiceworks.com/t/creating-a-new-user-with-dirsync-and-office-365/295612/1","author":{"@type":"Person","name":"nirsaryan","url":"https://community.spiceworks.com/u/nirsaryan"}},{"@type":"Answer","text":" Create the user in AD, then edit their ProxyAddresses attribute (with ADUC in Advanced Features mode the Attribute Editor should be a tab when you go to a user’s properties). I put it in as:<\/p>\n SMTP:domain.com<\/p>\n smtp:domain.onmicrosoft.com<\/p>\n The capitalized SMTP becomes their reply address. I think 365 would add in the second automatically, but I put it in AD as well just to be safe. DirSync runs about every 3 hours, so you can either wait that long or run a sync manually, which you can do below on your DirSync server:<\/p>\n run Powershell as admin<\/p>\n “c:\\program files\\windows azure active directory sync\\DirSyncConfigShell.ps1”<\/p>\n Add-PSSnapin<\/p>\n Coexistence-Configuration<\/p>\n Start-OnlineCoexistenceSync<\/p>","upvoteCount":2,"datePublished":"2014-04-16T17:16:55.000Z","url":"https://community.spiceworks.com/t/creating-a-new-user-with-dirsync-and-office-365/295612/2","author":{"@type":"Person","name":"christophero","url":"https://community.spiceworks.com/u/christophero"}},{"@type":"Answer","text":"