jericho0702 发表于 2018-7-8 08:03:04

Exchange2010 升级sp1后,控制台打不开

将SP1安装文件内的下列文件复制到Exchange上的Bin文件夹下:  - CommonConnectFunctions.ps1
  - CommonConnectFunctions.strings.psd1
  - Connect-ExchangeServer-help.xml
  - ConnectFunctions.ps1
  - ConnectFunctions.strings.psd1
  - RemoteExchange.ps1
  - RemoteExchange.strings.psd1
  然后点击Start -> AdmiinistrativeTools ->, 右击 Windows PowerShell Modules, 选择发送至桌面快捷方式
  再打开桌面上该快捷方式的属性,将Target替换为:
  C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe -noexit -command ". 'C:\Program Files\Microsoft\Exchange Server\V14\bin\RemoteExchange.ps1'; Connect-ExchangeServer -auto"
  具体参考下文中的第四项:
  http://msexchangeteam.com/archive/2010/09/01/456094.aspx
页: [1]
查看完整版本: Exchange2010 升级sp1后,控制台打不开