导出Exchange 2007/2010设置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了导出Exchange 2007/2010设置相关的知识,希望对你有一定的参考价值。
从Exchange Server 2007&2010迁移到Exchange 2013时,最好保留旧服务器的设置。可以使用以下脚本将设置导出到文本:
md C:ExchangeSettings
$Commands = gcm get*virtual*
$Commands += "Get-ReceiveConnector","Get-SendConnector","Get-ClientAccessServer","Get-OfflineAddressBook" `
,"Get-MailboxDatabase","Get-OutlookAnywhere","Get-AcceptedDomain","Get-SendConnector","Get-ReceiveConnector" | % {gcm $_}
$Commands | % {
$command = "Write-Host $_; $_ | fl "
Invoke-Expression $command | Out-File C:ExchangeSettings$_.txt
}
以上是关于导出Exchange 2007/2010设置的主要内容,如果未能解决你的问题,请参考以下文章
Exchange 2016 &XP&outlook 2010 sp2无法配置解决方法
从 Access 2007 导出 XML(base64 附件)