Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人知道一种方法可以让 userA 完全访问 userB 的邮箱,但使用 PowerShell 的 userB 邮箱中的一个文件夹除外。
提前致谢
您不能使用 Add-MailboxPermission cmdlet 授予对邮箱的完全访问权限,然后限制对一个邮箱文件夹的访问。Add-MailboxFolderPermission 在 Exchange 2010 及更高版本中可用。您可以尝试使用 Exchange Web 服务 (EWS)。阅读此博客,您可以使用该脚本中的代码。
http://gsexdev.blogspot.com/2008/10/exchange-reverse-permission-audit.html#!/2008/10/exchange-reverse-permission-audit.html