Link to home
Start Free TrialLog in
Avatar of whunt18885
whunt18885

asked on

Help! Importing X500 into Office 365 post 2007 migration

My Co-Worker has completed the migration steps to move a customer from Exchange 2007 (on old Windows Server) into the 365 platform which is fine however the customer is complaining that calendar appointments etc are getting screwed up. Turns out its because the X500 addresses are not in place.

My co-worker tried to import the X500 addresses as per these instructions:

http://zytelnetworks.com/kb/?p=273

However when we get to this bit it goes wrong
$user.EmailAddresses+=”X500:/o=VVT/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=useralias”

Powershell throws an error 'EmailAddresses' cannot be found on this object

I am sure its something really simple but I am very much out of my depth with this stuff so please treat me as a complete novice in your replies!

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Vasil Michev (MVP)
Vasil Michev (MVP)
Flag of Bulgaria 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
Avatar of whunt18885
whunt18885

ASKER

The steps I followed to get to the error:

Firstly it was to complete the first phase via Windows Azure Powershell (running as admin):

1) Run powershell as an admin
2) $LiveCred = Get-Credential
3) $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic –AllowRedirection
4) Set-ExecutionPolicy Unrestricted -Force
5) Import-PSSession $Session

That all worked fine so I then moved onto the next phase and starting entering these things:

1) Get-Mailbox bill
2) $user.EmailAddresses+=”X500:/o=VVT/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=useralias”
3) Set-Mailbox username –EmailAddresses $user.EmailAddresses
4) Get-Mailbox username | FL emailaddresses

The error I got was when I tried to copy the stuff in step 2 - I suspect I need to put something in place of EmailAddresses but I don't know what.
SOLUTION
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
Thanks I have applied that without errors - Awaiting confirmation from the user and will update.
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I have recommended this question be closed as follows:

Split:
-- Vasil Michev (MVP) (https:#a42367193)
-- Vasil Michev (MVP) (https:#a42367342)


If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.

seth2740
Experts-Exchange Cleanup Volunteer