You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few things that I can't change, so I'm wondering if it's possible. I would like to remove the GuidPrefix completely, unfortunately if I leave it out I still have an ugly ID in the contacts. Would it also be possible to include the Department field?
And how can I set the filter so that only contacts with a phone number or mobile number are synced? And is it possible to set e.g. Company Contacts as the target folder?
Many thanks and best regards
Alex
The text was updated successfully, but these errors were encountered:
GuidPrefix ensures the contacts' ID is known and tracked. Without the prefix, there's no way to guarantee matching contacts properly. I am not sure how you would proceed without it, and why would it even show up in your contacts unless you specifically show ID.
For others => you can use:
RequireEmailAddress property
DoNotRequireAccountEnabled
DoNotRequireAssignedLicenses
You can also use Sync-O365PersonalContactFilter with Mobile property like "xxx. I guess one could add a direct feature to RequireMobile as separate property similar to RequireEmailAddress.
Contaxcts Folder can be provided using FoldderName property.
Hello,
many thanks for the great work.
I have a few things that I can't change, so I'm wondering if it's possible. I would like to remove the GuidPrefix completely, unfortunately if I leave it out I still have an ugly ID in the contacts. Would it also be possible to include the Department field?
And how can I set the filter so that only contacts with a phone number or mobile number are synced? And is it possible to set e.g. Company Contacts as the target folder?
Many thanks and best regards
Alex
The text was updated successfully, but these errors were encountered: