目前,我们的Exchange Server存在一些问题。也许你们中的一个能够提供帮助。
我们正在尝试将邮箱导入邮件帐户。我们确实使用
命令:
{
"customer": [
{
"emailAddress": {
"abc@gmail.com": [
"",
""
],
"def@gmail.com": [
"",
""
]
},
"custPhone": {
"1234567890": [
"",
""
]
},
"custIDString": ""
}
]
}
提供以下结果:
[PS] C:\Windows\system32>Get-MailboxImportRequestStatistics -Identity "j.doe"
在ecp中,我们具有以下有关邮箱使用情况的信息:
Name: MailboxImport
Target: StalledDueToTarget_MailboxCapacityExceeded
TargetAlias: j.doe
PercentComplete: 0
我们找到了一个应该可以解决的问题,但并没有真正使我们重新解决这个问题:
4.35MB used, 0% from 10GB.
具有以下报告:
[PS] C:\Windows\system32>Get-MailboxImportRequest | Get-MailboxImportRequestStatistics -IncludeReport | fl Report
“ Anforderung erstellt”翻译为“创建请求”。
你们知道我们如何将数据放入邮箱吗?我们已经通过几个邮箱做到了这一点,并且从未出现过问题。
另外:我们尝试导入的邮箱不超过5GB。
答案 0 :(得分:0)
显然,导入过程花费的时间比预期的长。它只是自己开始的。