简体   繁体   English

PowerShell Exchange 2007 Outlook 2010完全邮箱访问权限,但1个文件夹除外

[英]PowerShell Exchange 2007 Outlook 2010 Full mailbox access except 1 folder

Does any one know a way to give userA full access to userB's mailbox with the exception of one folder in the userB's mailbox using PowerShell. 有没有人知道一种使用PowerShell向userA授予对userB邮箱的完全访问权限的方法,除了userB邮箱中的一个文件夹之外。

Thanks in advance 提前致谢

You cannot use the Add-MailboxPermission cmdlet to give full access to a mailbox and then restrict access to one mailbox folder. 您不能使用Add-MailboxPermission cmdlet授予对邮箱的完全访问权限,然后再限制对一个邮箱文件夹的访问。 The Add-MailboxFolderPermission is available in Exchange 2010 and up. Exchange 2010及更高版本中提供了Add-MailboxFolderPermission。 You could try using Exchange Web Services (EWS). 您可以尝试使用Exchange Web服务(EWS)。 Read this blog, there might be code from that script you can use. 阅读此博客,可能会使用该脚本中的代码。

http://gsexdev.blogspot.com/2008/10/exchange-reverse-permission-audit.html#!/2008/10/exchange-reverse-permission-audit.html http://gsexdev.blogspot.com/2008/10/exchange-reverse-permission-audit.html#!/2008/10/exchange-reverse-permission-audit.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Powershell审核Exchange 2007邮箱的完全访问权限 - Auditing Exchange 2007 Mailbox Full Access Permissions with Powershell 从邮箱中删除没有确认的内容(Exchange 2010和powershell) - DeleteContents from mailbox with no confirmation (exchange 2010 and powershell) 谁上次修改邮箱Exchange 2010(PowerShell) - Who last modified a mailbox Exchange 2010 (PowerShell) Exchange PowerShell:导出邮箱文件夹AccessRights - Exchange PowerShell: Exporting mailbox folder AccessRights 如何找出谁对Exchange 2010中的用户列表具有完全邮箱访问权限 - How to find out who has full mailbox access for a list of users in exchange 2010 通过powershell命令使用Exchange 2007邮箱属性(属性)的列表? - List of Exchange 2007 Mailbox attributes(properties) using by powershell command? Powershell 将 19 的邮箱大小增加 200MB Exchange 2007 - Powershell Increase mailbox size for 19 by 200MB Exchange 2007 PowerShell 列出具有超过 1 人的完全访问委托权限的 Exchange 邮箱 - PowerShell to list Exchange mailbox that have Full Access delegate permission more than 1 person 启用Exchange 2010邮箱 - Enable exchange 2010 mailbox Search-Mailbox命令无法识别Exchange 2010 sp1 powershell - Search-Mailbox command not recognized exchange 2010 sp1 powershell
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM