Exchange Online in App-only authentication mode: Error loading objects...

I've just switched the Exchange Online connector (9.2.1) from User account to App-only authentication
due to: https://azure.microsoft.com/en-us/updates/v2/enable-multifactor-authentication-for-your-tenant-by-15-october-2024
Used these instructions: https://learn.microsoft.com/en-us/powershell/exchange/app-only-auth-powershell-v2?view=exchange-ps#set-up-app-only-authentication
Now when I start the object browser on an object class containing more then 1000 objects I get this error:

[1777009] Error loading system objects of class Mailbox (all) (Mailbox_Master).
[VI.Base.PowerShell.Runner.PipelineHasErrorsExeption] The following errors occured during execution:
Expired or Invalid pagination request. Default Expiry time is 00:30:00

This issue is not there when I switch back to the User account authentication.
Get-InstalledModule ExchangeOnlineManagement | select version = 3.2.0

Hoping someone else experienced this and found a solution?
Maybe a hotfix?

Regards,
Niels

Parents Reply
  •  

    Have you gotten this after updating to 3.6?

    After updating the ExchangeOnlineManagement PS-module to version 3.6.0 I get this error istantly when running a sync:

    [1777018] Error running synchronization project (Exchange Online)'s workflow (Initial Synchronization).
    [1777292] Error connecting system (Exchange Online Connector)!
    [System.Management.Automation.RuntimeException] Could not load type 'Microsoft.IdentityModel.Abstractions.ITelemetryClient' from assembly 'Microsoft.IdentityModel.Abstractions, Version=6.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    [System.TypeLoadException] Could not load type 'Microsoft.IdentityModel.Abstractions.ITelemetryClient' from assembly 'Microsoft.IdentityModel.Abstractions, Version=6.19.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

    I'm on Identity Manager version 9.1.1

Children