Link to home
Start Free TrialLog in
Avatar of MortgageInvestors
MortgageInvestors

asked on

Exchange Permissions inherited for admin, showing in PS report

I've got a PS report that I run that tells me who has access to mailboxes other than their own. On this report, i have one admin who is showing to have permissions to several mailboxes, yet these do not show in EAC. I have ran the PS command to remove their permissions, but it's still showing on my report.

Here is the PS report I'm pulling: Get-Mailbox | Get-MailboxPermission | where {$_.user.tostring() -ne “NT AUTHORITY\SELF” -and $_.IsInherited -eq $false} | Select Identity,User,@{Name=’Access Rights’;Expression={[string]::join(‘, ‘, $_.AccessRights)}} | Export-Csv

Any ideas?
Avatar of Amit Kumar
Amit Kumar
Flag of India image

By default there are few System/Design mailbox permissions are enabled on a Mailbox which does not show in EAC but PS will show. This is default behavior and don't change then as such permissions help you to manage Compliance/Discover/Litigation Hold etc.
Avatar of MortgageInvestors
MortgageInvestors

ASKER

Thank you Amit, but we are trying to remove these permissions to these specific mailboxes.  Any idea how to remove them?
ASKER CERTIFIED SOLUTION
Avatar of Amit Kumar
Amit Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Seth Simmons
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I have recommended this question be closed as follows:

Accept: Amit Kumar (https:#a42350561)

If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.

seth2740
Experts-Exchange Cleanup Volunteer