Hello,
I'm facing a strange problem with Exchange 2013 cu3 : powershell doesn't work anymore and I receive the following error when I open it :
New-PSSession : [srv.domain.local] Connecting to remote server srv.domain.local failed with the following
error message : The WinRM client received an HTTP server error status (500), but the remote service did not include
any other information about the cause of the failure. 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 : WinRMHttpError,PSSessionOpenFailed
And in the event viewer, these events are loggued :
Event 23, MSExchange RBAC
(Process w3wp.exe, PID 4624) "Exchange AuthZPlugin Fails to finish method Microsoft.Exchange.Data.Directory.ADTopologyUnexpectedException: Unexpected error when calling the Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)'. Error details: Access is denied.. ---> System.ServiceModel.Security.SecurityAccessDeniedException: Access is denied.
Event 4027, MSExchange ADAccess
Process w3wp.exe (RemotePS-NoPro) (PID=4624). WCF request (Get Servers for domain.local) to the Microsoft Exchange Active Directory Topology service on server (TopologyClientTcpEndpoint (localhost)) failed. Make sure that the service is running. In addition,
make sure that the network ports that are used by Microsoft Exchange Active Directory Topology service are not blocked by a firewall. The WCF call was retried 1 time(s). Error Details
System.ServiceModel.Security.SecurityAccessDeniedException: Access is denied.
All services are running and I can't delete and recrete POwershell virtual directory : it appears in IIS but when I try to list the powershell virtual directories, it can't find it.
Any ideas?
Best regards,
Jerry