Recently we've been undertaking a task to move from IBM Domino to Office 365 with particular emphasis on the mail system. One of the first big tasks is to move all of our corporate contacts from the Domino NAB over to the Contacts area of office 365.
In our case, we had about 6500 corporate contacts who needed to be migrated.
There's a contacts screen in Office 365 which is accessible from the Admin portal. It's under users, then contacts.
Next, click File, Export Contacts. You'll want to choose either "All contacts in this view" or "only the contacts you selected" depending upon your circumstances.
I'd recommend exporting all fields. It's a little messier but it means that you get your contacts address information (if you have it in Domino already).
Choose a place to save the file and make sure that you've used CSV.
Create a new file in excel with these fields as specified in this document.
You may have to create the Name column out of formula ... ie: Assuming that first name is in cell C2 and last name is in cell D2, you'd use =CONCATENATE(C2, " ", D2). Then Autofill the column and then copy and paste it into another blank column (so you could paste (special) as values.
I wish I could say that I completely understood the process I ran but I didn't.
It worked though, so I'm happy about that.
Now I just have to figure out groups.
Corporate Contacts
Corporate contacts, in this sense are contacts which are shared by the entire organisation. I'm not talking about actual users who will have an Office 365 licence with your company or about personal contacts, who would normally reside in the personal address book.In our case, we had about 6500 corporate contacts who needed to be migrated.
There's a contacts screen in Office 365 which is accessible from the Admin portal. It's under users, then contacts.
Exporting from Domino
In IBM Notes, open your company's address book and press Ctrl+A on people. If you have your staff and non-staff in the same address book, you'll probably want to sort by company and deselect all the staff.Next, click File, Export Contacts. You'll want to choose either "All contacts in this view" or "only the contacts you selected" depending upon your circumstances.
I'd recommend exporting all fields. It's a little messier but it means that you get your contacts address information (if you have it in Domino already).
Choose a place to save the file and make sure that you've used CSV.
Excel Stuff in the Middle
Open the file in EXCEL,Create a new file in excel with these fields as specified in this document.
- ExternalEmailAddress
- Name
- FirstName
- LastName
- StreetAddress
- City
- StateorProvince
- PostalCode
- Phone
- MobilePhone
- Pager
- HomePhone
- Company
- Title
- OtherTelephone
- Department
- CountryOrRegion
- Fax
- Initials
- Notes
- Office
- Manager
You may have to create the Name column out of formula ... ie: Assuming that first name is in cell C2 and last name is in cell D2, you'd use =CONCATENATE(C2, " ", D2). Then Autofill the column and then copy and paste it into another blank column (so you could paste (special) as values.
Importing to Office 365
The import to Office 365 is an entirely command line driven via PowerShell and these instructions helped enormously. Make sure that you connect to your exchange online service first. There's a link in step 1 but in case you can't find it, it's here.I wish I could say that I completely understood the process I ran but I didn't.
It worked though, so I'm happy about that.
Now I just have to figure out groups.
Comments