想要挪空间,就得邮箱数据库导入导出,转来转去。

备份邮件导入导出的。

以下帖子,超实用的。

干干净净。洗洗更健康~~~~~

~~~~~~~~~~~~~

http://exchangeserverpro.com/export-mailboxes-exchange-server-2010-sp1/

Exchange Server 2010 Service Pack 1 introduced a new method for exporting mailboxes called Mailbox Export Requests.  This new method replaces the previous Export-Mailbox command.

Before we look at how to create a new mailbox export request in Exchange 2010 SP1 there are a few things that you should understand.

Firstly, no accounts are granted the rights to export mailboxes by default.  You need to explicitly grant these rights, even to accounts that are organization administrators.

Secondly, the mailbox export request is processed by the Client Access server role.  Because multiple Client Access servers can exist in a site the request could be processed by any one of them.  To ensure that the path to the export PST file is valid for any Client Access server it has to be a UNC path to network share, not a local path.

Granting User Rights for Mailbox Exports in Exchange 2010 SP1

The first step is to grant the right to export mailboxes to an account in your organization.  In the Exchange Management Shell run the following command.

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

If you’re logged with that user already simply restart your Exchange Management Shell session to be granted access to the new cmdlets.

Creating a Network Share for Mailbox Exports in Exchange 2010 SP1

Next we need to create the network share that will be used as the file path for the exported PST files.  All that is required here is a network share that the Exchange Trusted Subsystem group has read/write permission to.

Exporting a Mailbox with an Exchange Server SP1 Mailbox Export Request

With everything configured properly we can now use New-MailboxExportRequest to start the mailbox export.  The only two required parameters for the command are the file path to the export PST file, and the name of the mailbox to export.

[PS] C:\>New-MailboxExportRequest -Mailbox alan.reid -FilePath \\esp-ho-ex2010a\pst\alan.reid.pstName                                           Mailbox                                        Status
----                                           -------                                        ------
MailboxExport                                  exchangeserverpro.net/Company/Users/Head Of... Queued

To view the status of the request use the Get-MailboxExportRequest cmdlet.

[PS] C:\>Get-MailboxExportRequestName                                           Mailbox                                        Status
----                                           -------                                        ------
MailboxExport                                  exchangeserverpro.net/Company/Users/Head Of... InProgress

You can also see more detail about the mailbox export request with Get-MailboxExportRequest.

[PS] C:\>Get-MailboxExportRequest -Name MailboxExport | flRunspaceId     : c48a9069-e572-4c65-80ea-773e61e5337e
FilePath       : \\esp-ho-ex2010a\pst\alan.reid.pst
SourceDatabase : MB-HO-01
Mailbox        : exchangeserverpro.net/Company/Users/Head Office/Alan.Reid
Name           : MailboxExport
RequestGuid    : 9de3a722-0c82-4e34-98bf-0ff624c47c16
RequestQueue   : MB-HO-01
Flags          : IntraOrg, Push
BatchName      :
Status         : InProgress
Protect        : False
Suspend        : False
Direction      : Push
RequestStyle   : IntraOrg
OrganizationId :
Identity       : exchangeserverpro.net/Company/Users/Head Office/Alan.Reid\MailboxExport
IsValid        : True

An easy way to see the progress of all mailbox export requests is to pipe Get-MailboxExportRequest into the Get-MailboxExportRequestStatistics cmdlet.

[PS] C:\>Get-MailboxExportRequest | Get-MailboxExportRequestStatisticsName                                   Status                    SourceAlias                           PercentComplete
----                                   ------                    -----------                           ---------------
MailboxExport                          InProgress                Alan.Reid                             20

Exporting an Archive Mailbox with Exchange Server SP1 Mailbox Export Request

You can also export a user’s Personal Archive using mailbox export requests simply by adding the -IsArchive parameter to the command.

[PS] C:\>New-MailboxExportRequest -Mailbox alan.reid -FilePath \\esp-ho-ex2010a\pst\alan.reid.pst -IsArchive

Completing the Mailbox Export Request

When a mailbox export request is completed it remains on the server until it is removed by an administrator using Remove-MailboxExportRequest.

To see all of the completed mailbox export requests run this command.

[PS] C:\>Get-MailboxExportRequest | where {$_.status -eq "Completed"}Name                                           Mailbox                                        Status
----                                           -------                                        ------
MailboxExport                                  exchangeserverpro.net/Company/Users/Head Of... Completed

And to clear all completed mailbox export requests from Exchange run the following command.

[PS] C:\>Get-MailboxExportRequest | where {$_.status -eq "Completed"} | Remove-MailboxExportRequest

转载于:https://www.cnblogs.com/aguncn/archive/2013/04/22/3035406.html

How to Export Mailboxes with Exchange Server 2010 SP1(带状态查看,清除请求,归档备份)...相关推荐

  1. 易宝典文章——如何在Exchange Server 2010 SP1下将用户邮箱导出到PST中

    易宝典:http://support.microsoft.com/kb/2604283/zh-cn 在很多情况下可能管理员需要将Exchange邮件服务器中用户邮箱的数据(邮件)进行导出.比如:需要提 ...

  2. 如何在 Exchange Server 2010 SP1 下将用户邮箱导出到PST中

    本文转自微软帮助与支持社区,感谢原帖作者给我们分享如此实用的技术! 原文地址:http://support.microsoft.com/kb/2604283/zh-cn 在实际操作中我发现了一些小小的 ...

  3. 《Exchange Server 2010 SP1/SP2管理实践》一2.2 部署域名解析网络环境

    本节书摘来异步社区<Exchange Server 2010 SP1/SP2管理实践>一书中的第2章,第2.2节,作者: 王淑江 责编: 王峰松,更多章节内容可以访问云栖社区"异 ...

  4. 升级Exchange server 2010 SP1至SP3版本相关问题解决方法

    升级Exchange server 2010 SP1至SP3版本时,如果安装了UM角色,那么在出现由于语言包问题导致无法升级时,需要先卸载语方包,再升级方法如下: 1.执行如下命令卸载除en-us 外 ...

  5. 安装升级Exchange Server 2010 SP1补丁

    安装升级Exchange Server 2010 SP1补丁 在进行了两个月的公开测试后,微软最近发布了新一代企业通信及协作平台Exchange Server 2010的首个服务包.Exchange ...

  6. 了解Exchange server 2010角色

    了解Exchange server 2010角色  Exchange Server 2010 分为标准版和企业版.企业版可支持每台服务器处理100个数据库:标准版被限制在每台服务器处理5个数据库.并由 ...

  7. Exchange server 2010脱机工作簿故障问题

    故障表现形式: 1.outlook2007同步脱机地址簿时出现"0x80190194" 错误 2.outlook2007同步脱机地址簿时出现"0x8004010F&quo ...

  8. 小型企业Exchange server 2010高可用性方案要注意咯!

    如果只有2台机器并且两台机器都部署了客户端访问角色.集线器传输角色.邮箱角色,又要做群集方案,请注意,windows的NLB和cluster是不能放在一起的.要实现该功能只能使2台机器做DAG,然后使 ...

  9. Exchange server 2010 beta安装部署流程

    本文使用了微软公开发布的exchange server 2010 beta进行部署测试.这篇文档将用到下列产品 windows server 2008 64bit enterprise AD func ...

最新文章

  1. AI每日看点 | 吉利收购飞行汽车公司;传华为暂停向高通支付专利费;高通拒绝博通收购邀约
  2. Java将一段逗号分割的字符串转换成一个数组
  3. linux socket API / socket
  4. EntityFramework Core 1.1有哪些新特性呢?我们需要知道
  5. MonoBehaviour.FixedUpdate 固定更新
  6. 吃透web前端秘籍,来听听大佬是怎么说的
  7. [深度学习] 深度学习常见概念
  8. Postgre使用笔记之按id顺序排序意义
  9. Java使用ttf字体下载网站
  10. 简短的爬虫程序,14行Python代码轻松实现爬取网站视频
  11. PHP架构师的成长之路
  12. 超级计算机每秒几兆次,这台超级计算机能在1秒内计算出你需要60亿年的时间
  13. Go 程序如何被启动,g0,m0 又是什么?
  14. linux集群pbs管理,PBS-Torque集群部署
  15. lecture9-提高模型泛化能力的方法
  16. 清华EMBA课程系列思考之一 -- Techmark课程带给管理者的思考
  17. mac辅助功能授权无效
  18. filedownload实现
  19. Oracle存储过程基本语法和存储过程的各种实例
  20. 有限状态机FSM详解(5)——层次状态机HSM

热门文章

  1. JDK 1.6 HashMap 源码分析
  2. 线上Slave报1062的案例
  3. haskell读写文件相关(含二进制)
  4. 利用CGMutablePathRef制作画板涂鸦
  5. Linux编程网络通信
  6. SharePoint 2010、2013多个域之间互信(Domain Trust)的设计与实施
  7. Sql Server中两个表之间数据备份和导入
  8. hibernate EJBQL QBC QBE
  9. android开发基础_列表视图一(List View)
  10. DevExpress WinFormsSuite 本地化(Simplified Chinese OR Traditional Chinese)