Essential Data Gathering, Distribution List Membership Gathering, or Basic Mailbox Permission Gathering Tasks
Note:
Verify if the user provided in the 'Organization Settings' page is a member of one of the following Groups
When the Product is installed as a Service, the configured Service Account must abide by the defined criteria. The configured service account must be a local system administrator.
The user credential should have "Send As" and "Receive As" permissions on Organization Mailboxes.
Verify if the user whose credentials entered in the 'Organization Settings' page, has a valid MAILBOX which is not hidden from the GAL (Global Address List).
To unhide the user from Global Address List,
Verify if the user whose credentials entered in the 'Organization Settings' page
Verify if the user whose credentials entered 'Organization Settings' page,
Note: Exchange Reporter Plus is licensed based on number of mailboxes, for a Server to be managed it should include atleast one licensed mailbox in it. You can manage mailbox license from Admin → License Management option.
Note: Exchange Reporter Plus is licensed based on number of mailboxes. You can manage mailbox license from Admin → License Management option.
Get-Mailbox -RecipientTypeDetails 'RoomMailbox' | Foreach-Object {Add-MailboxFolderPermission $_":\Calendar" -User <user in Organization settings page> -AccessRights Reviewer}
Add-MailboxPermission -Identity <mailbox name> -User <user in Organization settings page> -AccessRights FullAccess
New-ManagementRoleAssignment -Name "impersonationAssignmentName" -Role "ApplicationImpersonation" -User {user in Error Message}
Copyright © 2024, ZOHO Corp. All Rights Reserved.