本文介绍了Powershell脚本,用于获取Exchange 2010中的所有“收件人”和“发件人”地址的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我本周末正在安装一个新的Barracuda垃圾邮件设备,并希望编写一个脚本来查看所有邮箱并导出From和To电子邮件地址。从那里,我计划解析域并为这些域的垃圾邮件
设备创建基本白名单。



这是否可能?


谢谢,


JOe K。

解决方案

I am installing a new Barracuda spam appliance this weekend and would like to write a script to look through all of the mailboxes and export the From and To email addresses. From there I plan to parse out the domains and create a base Whitelist for the spam appliance for those domains.

Is this even possible?

Thanks,

JOe K.

解决方案


这篇关于Powershell脚本,用于获取Exchange 2010中的所有“收件人”和“发件人”地址的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 02:15