Gerenios / AADInternals

AADInternals PowerShell module for administering Azure AD and Office 365
http://aadinternals.com/aadinternals
MIT License
1.2k stars 210 forks source link

aadsync_client_build = 1.5.29.0 broken #76

Closed sfonteneau closed 6 months ago

sfonteneau commented 9 months ago

Hi

A user of my aadinternals python project contacted me telling me that the sync no longer works

The reason is simply that aadsync client build = 1.5.29.0 is no longer supported: https://github.com/Gerenios/AADInternals/blob/master/AzureADConnectAPI_utils.ps1#L4

In my project I toggled the value a : https://github.com/sfonteneau/AADInternals_python/commit/4b23ba16e433860e8e7de8b96a11d01902d25e1b

I simply used the value given to me by the user, namely 2.2.8.0.

It works, but I'm not an expert, so I'm asking for confirmation