Forum Discussion
Kiril
Nov 05, 2020Steel Contributor
How to add company contacts (employees of our company) to everybody's contact folder?
I want to add all of our company's employees to the contact folders of our employees. How can I do that? The problem I am facing is that when I add a new Office 365 user, the user is added to the...
VasilMichev
Nov 05, 2020MVP
You can "copy" contacts from GAL to user's folders via EWS, here's a sample script: https://github.com/gscales/Powershell-Scripts/tree/master/EWSContacts
But even with this type of solution some mobiles will have issues...
- KirilNov 06, 2020Steel Contributor
VasilMichev Благодаря!
I feel like I am missing something on this topic... Is there any other approach to solve this problem (getting company contact (GAL, Office 365 users) into employees' contact lists)?
- VasilMichevNov 06, 2020MVP
You can always copy them manually... 🙂 If you do need to copy them to each user's mailbox, using EWS or Graph API is the way to go.
- KirilNov 11, 2020Steel Contributor
VasilMichevThank you for your response.