我试图将邮箱导出到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,并从Exchangepipe理控制台运行此命令。
那我find了 这可能是一个选项。 尝试以pipe理员身份运行PowerShell,然后运行该命令。 这显然是一个已知的问题