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
  • What it your advise in order to support adding/removing members to O3EUnifiedGroups.

    Also from the guide:
    NOTE: The user account used to access Exchange Online must not use multifactor authentication to allow automated logins in a user context

    So when Microsoft enforces the mandatory use of MFA supporting O3EUnifiedGroups using OneIM's OOTB features will not be possible?
    And you will need to build your own custom process and script targeting the Microsoft Graph API for supporting O3EUnifiedGroups?

Children