Share via

Exchange用户邮箱权限委派信息检索

连国 于 570 Reputation points
2023-11-23T04:39:10.7233333+00:00

工程师,您好

近期想梳理一下Exchange环境中哪些用户的邮箱被委派的其他用户客户访问或者管理的权限。像代理权限,完全访问权限等。

由于我环境中的用户比较多,没法挨个邮箱去检查,有没有更加简单高效的方式来获取到这些信息。

Exchange | Exchange Server | Other
Exchange | Exchange Server | Other

A robust email, calendaring, and collaboration platform developed by Microsoft, designed for enterprise-level communication and data management.Miscellaneous topics that do not fit into specific categories.

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.

0 comments No comments

Answer accepted by question author

Anonymous
2023-11-23T08:45:12.59+00:00

您好 于连国

您可以试试 :

Get-Mailbox | Get-MailboxPermission | where {$_.AccessRights -like "*FullAccess*"} | ft Identity, User, AccessRights -AutoSize

或者这里的脚本:

https://learn.microsoft.com/en-us/answers/questions/386010/how-to-extract-list-of-all-users-who-have-full-acc

Regards

Shaofan


If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.  

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.