积极答复者
Exchange2010迁移到Exchange2013后,迁移过来的用户无法收到配额警告通知的邮件

问题
-
环境是从Exchange Server 2010升级迁移到Exchange 2013的,Exchange Server 2013的版本是CU7更新(15.00.1044.025)
目前问题:对所有的邮箱账户设置了配额限制,但是目前发现这些用户无法收到配额报警时的通知邮件,登陆OWA时,会有弹框提醒说邮箱满了,但是却没有系统发出的通知邮件。
搜索微软官方,发现在CU8之前的版本是会有这个问题,微软也给出了解决方案,链接如下:https://support.microsoft.com/en-us/kb/3036952
但是根据微软官网提供的步骤执行以下命令:
- Load the ManageStoreDiagnosticFunctions.ps1 script in the PowerShell session.
This script path is .'C:\Program Files\Microsoft\Exchange Server\V15\Scripts\ManagedStoreDiagnosticFunctions.ps1' - Run the following PowerShell cmdlets:
$mbxs = get-mailbox –resultsize unlimited| ? {$_.exchangeversion.exchangebuild.major -ge 15}
$mbxsq = $mbxs | %{Get-StoreQuery -Database $_.database -query "select * from Mailbox where Mailboxguid = '$($_.ExchangeGuid)'"}
$mbxsq | ? {$_.lcid -eq 0} |fl displayname, mailboxguid, lcid
提示:无法将“Get-StoreQuery” 项识别为cmdlet 函数、脚本文件或是可运行程序的名称。提示命令不正确,或是不存在。
不知道是否有别的朋友碰到过此问题,请知道的朋友或是技术帮忙支持一下,非常感谢。
- 已编辑 Sickles 2015年11月23日 9:26
- Load the ManageStoreDiagnosticFunctions.ps1 script in the PowerShell session.
答案
-
你好,
如微软KB文章中提到,要运行Get-Storequery命令,需要先加载ManageStoreDiagnosticFunctions.ps1 脚本到Powershell中,具体可以参考下图方法:
:
然后再尝试使用KB中提到workaround来修改受影响的邮箱的LCID的属性值,看是否可以帮助解决问题。
另外,在国外论坛有一个类似案例,供参考:
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
Niko Cheng
TechNet Community Support- 已标记为答案 Sickles 2015年11月25日 3:57
全部回复
-
你好,
如微软KB文章中提到,要运行Get-Storequery命令,需要先加载ManageStoreDiagnosticFunctions.ps1 脚本到Powershell中,具体可以参考下图方法:
:
然后再尝试使用KB中提到workaround来修改受影响的邮箱的LCID的属性值,看是否可以帮助解决问题。
另外,在国外论坛有一个类似案例,供参考:
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
Niko Cheng
TechNet Community Support- 已标记为答案 Sickles 2015年11月25日 3:57