例子:
Get-MailboxPermissions -Identity "<user>"
显示权限,IsInherited=True
此权限从 Exchange 在线中的哪里继承?
在本地交换中我会使用Get-MailboxDatabase
和/或Get-ADPermission
,但这些在在线交换中不可用。
有一个权限我们想要删除,但是不能删除,因为它是继承的:
WARNING: An inherited access control entry has been specified: [Rights: ReadControl, ControlType: Allow] and was ignored on object "CN=<user>,OU=<organization>,OU=Microsoft Exchange Hosted Organizations,DC=<server>,DC=PROD,DC=OUTLOOK,DC=COM".