The Transport queues role should be assigned to the user or the Organization Management group in order to run email monitoring reports. It can be done using the commandlets as mentioned below:
New-ManagementRoleAssignment -Name TransportRoleAssignment -User 'DOMAIN\userName' -Role 'Transport Queues'
New-ManagementRoleAssignment -Name TransportRoleAssignment
-SecurityGroup 'Organization Management' -Role 'Transport Queues'
Copyright © 2023, ZOHO Corp. All Rights Reserved.