Requires .NET 4 Framework
In order to lookup permissions granted through groups, you need to run this app with a user who can read the Active Directory memberOf attribute.
This release is still beta, but fixes various issues of previous release:
In order to lookup permissions granted through groups, you need to run this app with a user who can read the Active Directory memberOf attribute.
This release is still beta, but fixes various issues of previous release:
- Memory used by the reverse index is reduced to bare minimum. The index only stores mailbox guids and details are fetched when the user searches and only for the search results. The application is still quite memory hungry during the reverse index creation, but this is inherent to security descriptors' size and parallel indexing of each domain.
- Exception handling has been implemented and the application should fail gracefully in most common error conditions.