Hi, Recently I installed MS Exchange 2013 in WinServer2008R2 SP1. It looks everything is OK except Exchange Management Shell. when I click on EMS I got this Problem:
Welcome to the Exchange Management Shell! Full list of cmdlets: Get-Command Only Exchange cmdlets: Get-ExCommand Cmdlets that match a specific string: Help *<string>* Get general help: Help Get help for a cmdlet: Help <cmdlet name> or <cmdlet name> -? Show quick reference guide: QuickRef Exchange team blog: Get-ExBlog Show full output for a command: <command> | Format-List
Tip of the day #23:
Who isn't tired of spam? You can configure real-time block list (RBL) providers with the Exchange Management Shell by ru nning the following two commands:
Add-IPBlockListProvider -Name <Name of RBL Provider> -LookupDomain <FQDN of RBL Provider> -AnyMatch $True
VERBOSE: Connecting to mail.bmi.local. New-PSSession : [mail.bmi.local] Connecting to remote server mail.bmi.local failed with the following error message : The WinRM client cannot process the request. The WinRM client tried to use Kerberos authentication mechanism, but the destination computer (mail.bmi.local:80) returned an 'access denied' error. Change the configuration to allow Kerberos authentication mechanism to be used or specify one of the authentication mechanisms supported by the server. To use Kerberos, specify the local computer name as the remote destination. Also verify that the client computer and the destination computer are joined to a domain. To use Basic, specify the local computer name as the remote destination, specify Basic authentication and provide user name and password. Possible authentication mechanisms reported by server: For more information, see the about_Remote_Troubleshooting Help topic. At line:1 char:1 + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin gTransportException + FullyQualifiedErrorId : AccessDenied,PSSessionOpenFailed
Failed to connect to an Exchange server in the current site. Enter the server FQDN where you want to connect.
I search almost same problem in any helpful website but can't solve the problem.
< Message edited by Godaze -- 30.Nov.2012 5:31:07 AM >
Posts: 3503
Joined: 21.Jul.2001
From: W Yorks, England
Status: offline
Exchange 2013 uses .NET Framework 4 for the Management Shell and this is not enabled during the install of Exchange 2013. You have to do the following:
Run "aspnet_regiis -ir" from C:\Windows\Microsoft.NET\Framework(64)\v4.0.30319 to register ASP.NET 4.0.