有人可以告诉我Exchange 2010存储电子邮件地址信息的位置吗? 它是否从ActiveDirectory中的proxyAddresses属性中移出? “(Get-Mailbox).EmailAddresses”是否提供与“Get-AdUser -Propery proxyAddresses”相同的信息? 我已经试过查找这个,但只是不断获取“Get-Mailbox”或“Get-Recipient”的不同调用的链接。 我想保持这个脚本简单,不需要安装Exchange工具,如果我不必。
我刚刚在两台不同的Exchange 2010生产服务器上进行了检查。 用户的电子邮件地址信息仍然存储在proxyAddresses属性中。
Get-ADUser -filter * -properties ProxyAddresses | ft proxyaddresses