Get-ActiveSyncVirtualDirectory的Exchange 2010 PowerShell错误

只需将Ex2k10安装在使用现有Ex2k7服务器的组织中即可。 Ex2k10还没有收到任何stream量。 当我尝试从Exchange shell运行Get-ActiveSyncVirtualDirectory cmdlet时,出现以下错误:

[PS] C:\Windows\system32>Get-ActiveSyncVirtualDirectory Creating a new session for implicit remoting of "Get-ActiveSyncVirtualDirectory" command... WARNING: An unexpected error has occurred and a Watson dump is being generated: Retrieving the COM class factory for remote component with CLSID {2B72133B-3F5B-4602-8952-803546CE3344} from machine tank.example.com failed due to the following error: 80040154. Retrieving the COM class factory for remote component with CLSID {2B72133B-3F5B-4602-8952-803546CE3344} from machine ta nk.example.com failed due to the following error: 80040154. + CategoryInfo : NotSpecified: (:) [Get-ActiveSyncVirtualDirectory], COMException + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Microsoft.Exchange.Management.SystemConfigur ationTasks.GetMobileSyncVirtualDirectory 

当我从Ex2k7 shell运行这个cmdlet时,它正确地使用Ex2k7和Ex2k10服务器进行响应。 我一直无法弄清楚该怎么做。 任何人都可以指向正确的方向吗?

关于您的问题的初步研究确实表明,这是Exchange 2010和2007之间的常见问题,有两种build议的解决方法:

1-为两台服务器安装最新的SP和更新汇总: http : //support.microsoft.com/default.aspx? scid=kb;en-US;2538958

2-禁用您的防火墙(疯狂,但他们说它的工作原理): http : //social.technet.microsoft.com/Forums/en-US/001ca054-b7da-46e5-b44d-1162e52c60a9/exchange-2007-sp3-rollup -1- EMC-误差检索最COM-类厂换远程-分量-与

希望这可以帮助。