积极答复者
exchange2013迁移默认数据库

问题
答案
-
你好,
不好意思,第一个指令应该是
Get-MoveRequest | where-object{$_.status -eq "completed"}| Remove-MoveRequest
可以通过Get-mailbox指令来查看对应邮箱的GUID。
谢谢!
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- 已标记为答案 Niko.ChengModerator 2016年7月9日 5:58
全部回复
-
你好,
尝试下面的指令看看:
Get-MoveRequest | where-object{$_.status -eq "completed"}| Remove-movequest
如果不行,建议你看看两个名为“Microsoft Exchange”的邮箱的GUID是否一样,如果不同,可以使用GUID来删除对应的移动请求:
Remove-movequest -identity GUID
谢谢!
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- 已建议为答案 Niko.ChengModerator 2016年6月25日 8:19
-
你好,
不好意思,第一个指令应该是
Get-MoveRequest | where-object{$_.status -eq "completed"}| Remove-MoveRequest
可以通过Get-mailbox指令来查看对应邮箱的GUID。
谢谢!
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- 已标记为答案 Niko.ChengModerator 2016年7月9日 5:58
-