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.
如何找到所有有权访问共享邮箱的用户?
我们在我们的应用程序中使用了一个共享邮箱,这会很有用。
一个简单的解决方案会更有用。
在 C# 中执行此操作的代码也可以。
microsoft 的工具也将很有用。
好吧,您并没有说“有权访问”是什么意思,所以:
$mailbox = "foo@example.com" Get-Mailbox $mailbox | Get-AdPermission