摘要: exchange的邮箱如果满了,则无法收到邮件,甚至导致邮箱无法打开。于是做了一个Powershell,来导出所有的列表。1 $strPath = "d:\Script\mailfulldetect\result.txt"2 3 Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin4 Get-Mailbox -OrganizationalUnit "corp.test.com.cn/department" | % { Get-MailboxStatistics -Identity $_.A 阅读全文
posted @ 2013-03-11 17:46 zhaofei_001 阅读(346) 评论(0) 推荐(0) 编辑