Support Forums

Permissions Report …
 
Notifications
Clear all

Permissions Report Timeout

7 Posts
2 Users
0 Likes
838 Views
Posts: 0
Topic starter
(@Anonymous)
Joined: 1 second ago

When I try to run the permissions report against a company with around 90 mailboxes, I receive a timeout error.  Is there anything I can do to improve the performance of this report?

Topic Tags
6 Replies
Posts: 1563
Admin
(@jdixon)
Noble Member
Joined: 9 years ago

How many users are in the company?

Reply
Posts: 0
Topic starter
(@Anonymous)
Joined: 1 second ago

Around 80

 

Reply
Posts: 1563
Admin
(@jdixon)
Noble Member
Joined: 9 years ago

Can you test running these powershell commands on Exchange and tell me how long they take?

Get-Mailbox -OrganizationalUnit <OU of the company> -ResultSize Unlimited | Get-MailboxPermission

then run

Get-Mailbox -OrganizationalUnit <OU of the company> -ResultSize Unlimited | Get-ADPermission
Reply
Posts: 0
Topic starter
(@Anonymous)
Joined: 1 second ago

I ran these commands through and RDP terminal into the Core Server.  The times include time to display all the results on the screen.

 

First command, about 12 seconds

Second command, around 99 seconds

 

Reply
2 Replies
Admin
(@jdixon)
Joined: 9 years ago

Noble Member
Posts: 1563

@marklft We have a new version we hope to finish testing on Tuesday and release on Wednesday. In our test of over a 1000 user company we have taken the time of this report from 16 minutes to 1 minute. The issue is getting the send-as permissions using Get-ADPermission in Excahnge. I’m surprised it only took 99 seconds for your 80 user company, it may have been cached but this is what was causing the delays.

Reply
Admin
(@jdixon)
Joined: 9 years ago

Noble Member
Posts: 1563

We have released version 3.2.0340: http://knowmoreit.com/release/

Reply
Share: