RabbieBurns Posted November 13, 2014 Posted November 13, 2014 Ive had a request to populate our locally hosted Exchange 2010 SP3 global address list (used for staff) with all the addresses of our students (Office365) We are not federated with ADFS we just use DirSync to provision the accounts in Office 365. Is this possible?
sister_annex Posted November 26, 2014 Posted November 26, 2014 Can I bump this please? it is something we are looking at too and use the same methods as @RabbieBurns Cheers - - - Updated - - - Can I bump this please? it is something we are looking at too and use the same methods as @RabbieBurns Cheers
Davit2005 Posted November 26, 2014 Posted November 26, 2014 (edited) We done this adding the user as a contact in exchange with the following script run on EMS against the onsite exchange server. The students Office365 email address was used as the remote routing address. Enable-RemoteMailbox -identity $SamAccountName -remoteroutingaddress $EmailAddress You can then add a Address list as well to point at the OU for the students. We use DirSync We deleted all the students from Exchange and then created them in the cloud from Scratch not performing any migration. Of course I suggest testing with a user before roll out across the boardd Edited November 26, 2014 by Davit2005
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now