Forum Discussion
Jerry Gonzalez
Aug 14, 2018Brass Contributor
Import contacts from parent company
We have a parent company with a separate Office 365 and Exchange Online. I have to import there contacts into our system. I see an option to export, but not to import. The systems are not connect...
VasilMichev
Aug 14, 2018MVP
Just to clarify, by "contacts" do you mean contact entries stored in the GAL, or stored in a specific mailbox? For the first scenario, you can use PowerShell to export/import them as needed, or use a specialized 3rd party tool (GalSync). For the second scenario, you will either have to export/import via Outlook, or by using EWS-based code.
- Jerry GonzalezAug 14, 2018Brass Contributor
Contacts for the GAL, so PowerShell then.
- VasilMichevAug 14, 2018MVP
Yup, Get-MailContact should do the trick. It's relatively easy to automate this export via PowerShell, but as I mentioned above there are also specialized 3rd party tools for such scenarios, if you are willing to spend some $$.