When attempting to use the Schemus LDAP Synchronization tool to extract email addresses with Exchange Online as a source, it provides a response that no addresses were found.
No addresses were found in the directory. Possible solutions are:
Select Search and ensure that the Mail Attribute and Alias attribute match those used by Exchange Online
It appears that there is a problem with the Get-Recipient PowerShell command.
Recent Microsoft update looks to be preventing this cmdlet from working as intended.
The suggested workaround is to append the parameter '-Identity "*"' to the Get-Recipient command.
Schemus does not include a straightforward mechanism to pass arbitrary parameters to the PowerShell command. Instead, you can achieve a similar effect by filtering on a property which is always present such as the Distinguished Name.
NOTE:
NOTE:
We recommend using the Azure source if possible since this should be both more reliable and efficient.
The PowerShell source uses the Exchange PowerShell cmdlets which must be downloaded from Microsoft and imported into each PowerShell session at runtime. It is, therefore, possible for Microsoft to introduce changes to the Exchange cmdlets at any time with potentially unforeseen consequences.