Giter VIP home page Giter VIP logo

Comments (4)

grahamr975 avatar grahamr975 commented on May 26, 2024

Can you try using the ExcludeSharedMailboxContacts flag?
See a list of all options here: https://github.com/grahamr975/EWS-Office365-Contact-Sync/blob/40d8a41cf3702196aeeb33118398b1698366a9f4/EWSContactSync.ps1

PowerShell.exe -ExecutionPolicy Bypass ^
-File "%CD%\Multi-Import.ps1" ^
-CredentialPath "%CD%\Tools\SecureCredential.cred" ^
-FolderName "My Contact Folder" ^
-LogPath "%CD%\Logs\%mydate%_%mytime%.log" ^
-MailboxList "DIRECTORY" ^
-ExcludeSharedMailboxContacts

from ews-office365-contact-sync.

mnefk avatar mnefk commented on May 26, 2024

I have, but thats for the content (what will be synced, Source) and not the target for the sync

My configuration so far:

PowerShell.exe -ExecutionPolicy Bypass ^
-File "%CD%\EWSContactSync.ps1" ^
-MailboxList DIRECTORY ^
-CredentialPath "%CD%\credentials.xml" ^
-FolderName "Mitarbeiter" ^
-LogPath "%CD%\Logs%mydate%_%mytime%" ^
-ExcludeSharedMailboxContacts ^
-ExcludeContactsWithoutPhoneNumber ^
-ModernAuth

from ews-office365-contact-sync.

rypto avatar rypto commented on May 26, 2024

If you run a ps1 script with the following strings, you can add several mailboxes..

cd C:\scripts\EWS-Office365-Contact-Sync-master Set-ExecutionPolicy -ExecutionPolicy Bypass .\EWSContactSync.ps1 -CredentialPath "C:\scripts\EWS-Office365-Contact-Sync-master\cred.cred" -FolderName "Corporate Contacts" -LogPath "C:\scripts\EWS-Office365-Contact-Sync-master\Logs" -MailboxList "[email protected]", "[email protected]", "[email protected]"

from ews-office365-contact-sync.

mtrojacher avatar mtrojacher commented on May 26, 2024

This can be done by updating line 41 of Get-Mailboxes.ps1 to read
$DirectoryList = $(Get-Mailbox -ResultSize unlimited -RecipientTypeDetails UserMailbox | Where-Object {$_.HiddenFromAddressListsEnabled -Match "False"}).PrimarySMTPAddress

from ews-office365-contact-sync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.