积极答复者
如何终止在EMS下执行的命令和查看执行情况

问题
答案
-
你好,
如果你是直接使用EMS来执行命令的,一般来说,要终止一个正在运行的命令,直接按下“Ctrl+C”组合键即可。
关于查看导出结果的报告,你可以尝试使用“IncludeReport”参数,例如:
Get-MailboxExportRequestStatistics -Identity Tony\MailboxExport -IncludeReport | Format-List
谢谢!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
全部回复
-
你好,
如果你是直接使用EMS来执行命令的,一般来说,要终止一个正在运行的命令,直接按下“Ctrl+C”组合键即可。
关于查看导出结果的报告,你可以尝试使用“IncludeReport”参数,例如:
Get-MailboxExportRequestStatistics -Identity Tony\MailboxExport -IncludeReport | Format-List
谢谢!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 -