grahamr975 / EWS-Office365-Contact-Sync

Uses Exchange Web Services to synchronize a Global Address List in Office 365 to a user's mailbox
MIT License
94 stars 21 forks source link

Microsoft deprecate Azure AD, Azure AD-Preview, and MS Online PowerShell modules on March 30, 2024 #104

Open Chudinnio opened 4 months ago

Chudinnio commented 4 months ago

Hello, I have question about deprecate Azure AD, Azure AD-Preview, and MS Online PowerShell modules on March 30, 2024. Has it impact to the script? Should we upgrade script to using microsoft graph?

grahamr975 commented 4 months ago

@Chudinnio

I think we are safe in this case. This script uses Exchange PowerShell module & Exchange Web Services API. It does not use any AzureAD / MS Online modules. If you're interested in a graph version, You can try the one here: https://github.com/JeshuaEdgar/gal-sync-graph.

Chudinnio commented 4 months ago

Ok, good news. Thank You for Your response.