Exchange 2010 导出邮箱

Exchange 2010 导出邮箱

我正在尝试将邮箱导出到 PST,并收到以下输出:

[PS] C:\Windows\system32>Export-Mailbox -Identity dsprague -PSTFolderPath F:\Export -verbose
VERBOSE: [17:07:37.950 GMT] Export-Mailbox : Active Directory session settings for 'Export-Mailbox' are:  View Entire
Forest: 'False', Default Scope: 'HEADQUARTERS.LOCAL', Configuration Domain Controller:
'IGIVANNSP02.HEADQUARTERS.LOCAL', Preferred Global Catalog: 'IGIVANNSP02.HEADQUARTERS.LOCAL', Preferred Domain
Controllers: '{ IGIVANNSP02.HEADQUARTERS.LOCAL }'
VERBOSE: [17:07:37.952 GMT] Export-Mailbox : Runspace context: Executing user: HEADQUARTERS.LOCAL/Users/Administrator,
Executing user organization: , Current organization: , RBAC-enabled: Enabled.
VERBOSE: [17:07:37.954 GMT] Export-Mailbox : Beginning processing.
VERBOSE: [17:07:37.955 GMT] Export-Mailbox : Instantiating handler with index 0 for cmdlet extension agent "Admin Audit
 Log Agent".
VERBOSE: [17:07:37.979 GMT] Export-Mailbox : Trying to open registry key
'Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\OUTLOOK.EXE'.
VERBOSE: [17:07:37.980 GMT] Export-Mailbox : The default value of the registry key is 'C:\PROGRA~2\Microsoft
Office\Office14\OUTLOOK.EXE'.
VERBOSE: [17:07:37.983 GMT] Export-Mailbox : The version of Outlook.exe is '14.0.4760.1000'.
VERBOSE: [17:07:37.985 GMT] Export-Mailbox : Current ScopeSet is: {Domain Read Scope: {, }, Domain Write Scope(s): {,
}, Configuration Scope: {, }, Server Configuration Scope(s): {, }, , Exclusive Scope: {, }}
VERBOSE: [17:07:37.988 GMT] Export-Mailbox : Searching objects "dsprague" of type "ADUser" under the root "$null".
VERBOSE: [17:07:37.995 GMT] Export-Mailbox : Previous operation run on global catalog server
'IGIVANNSP01.HEADQUARTERS.LOCAL'.
VERBOSE: [17:07:37.996 GMT] Export-Mailbox : Processing object "HEADQUARTERS.LOCAL/Users/Dan Sprague".
VERBOSE: [17:07:38.020 GMT] Export-Mailbox : Searching objects "Mailbox Database 2117198641" of type "MailboxDatabase"
under the root "$null".
VERBOSE: [17:07:38.025 GMT] Export-Mailbox : Previous operation run on domain controller 'IGIVANNSP01'.
VERBOSE: [17:07:38.035 GMT] Export-Mailbox : Exporting mailbox 'HEADQUARTERS.LOCAL/Users/Dan Sprague' from server
'IGIVANMXP01.HEADQUARTERS.LOCAL' to F:\Export\dsprague.pst.
VERBOSE: [17:07:38.040 GMT] Export-Mailbox : Searching objects "Mailbox Database 2117198641" of type "MailboxDatabase"
under the root "$null".
VERBOSE: [17:07:38.043 GMT] Export-Mailbox : Previous operation run on domain controller 'IGIVANNSP01'.
VERBOSE: Exporting mailbox content from the mailbox 'Dan Sprague' into PST file 'F:\Export\dsprague.pst'. This
operation may take a long time to complete.
VERBOSE: [17:07:38.056 GMT] Export-Mailbox : Resolved current organization: .
VERBOSE: [17:07:38.058 GMT] Export-Mailbox : Ending processing.
VERBOSE: [17:07:38.059 GMT] Export-Mailbox : [dsprague] The operation has started.
VERBOSE: [17:07:38.060 GMT] Export-Mailbox : [dsprague] Initializing MAPI; loading library.
Error was found for Dan Sprague ([email protected]) because: The operation failed., error code: -2147467259
    + CategoryInfo          : InvalidOperation: (0:Int32) [Export-Mailbox], RecipientTaskException
    + FullyQualifiedErrorId : 6B6095DF,Microsoft.Exchange.Management.RecipientTasks.ExportMailbox

有人知道这里出了什么问题吗?我在邮箱服务器上安装了 Outlook 2010 x64,并且正在从 Exchange 管理控制台运行此命令。

答案1

好吧,我找到了这个。这可能是一个选择。尝试以管理员身份运行 powershell,然后运行命令。这显然是一个已知问题

http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/886a6c39-b975-408a-827c-fb3c07ea579b

答案2

步骤 1:授予完全访问权限

New-ManagementRoleAssignment –Role "Mailbox Import Export" –User Administrator

第 2 步:创建网络共享以保存导出的 PST 文件。

授予 Exchange 受信任子系统组读/写权限 在此处输入图片描述

步骤 3:运行 New-MailboxExportReuqest

New-MailboxExportRequest -Mailbox EricSimson -FilePath "\\SERVER01\PSTFileShare\EricSimson_Recovered.pst"

您可以使用以下方式检查活动导出作业的状态获取邮箱导出请求命令。

更详细的步骤是可在此处获得

答案3

如果您使用的是 Exchange 2010,则可以按照此方法将交换数据导出为 PST 文件格式:

步骤1:创建用于 PST 文件访问的共享文件夹

第2步:授予用户适当的权利首先,进入 Exchange 管理中心

步骤3:将数据保存为 PST 格式

访问有帮助的关联通过导出过程的屏幕截图来了解完整过程。

相关内容