Hello guys,
Firstly, thank you for reading my problem.
The situation is there: When I execute the exchange health, I get the result below:
Get-ServerHealth -Identity contoso | Where {$_.AlertValue -ne "Healthy" -and $_.AlertValue -ne "Disabled"}
The command return the results below:
Server State Name TargetResource HealthSetName AlertValue ServerComp
------ ----- ---- -------------- ------------- ---------- ----------
contoso Online Messages.failed.t... HubTransport Unhealthy HubTran...
contoso NotApplicable PopDeepTestMonitor MSExchangePop3BE POP.Protocol Unhealthy None
When I set a probing to get detaild error, I got the result below:
[PS] C:\>Invoke-MonitoringProbe -Identity:"POP.Protocol\PopDeepTestProbe" -Server:contoso | fl
RunspaceId : dfc68dfe-27d0-4d84-8a8f-2cce55af1a51
Server : contoso
MonitorIdentity : POP.Protocol\PopDeepTestProbe
RequestId : 2d7ee01c-3a78-4d08-bc04-981890e19f16
ExecutionStartTime : 20/08/2018 18:42:19
ExecutionEndTime : 20/08/2018 18:42:19
Error : Unable to initialise TCP Network connection
Exception : System.InvalidOperationException: Unable to initialise TCP Network connection ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.TcpConnection..ctor(EndPoint targetEndpoint)
at Microsoft.Exchange.Monitoring.ActiveMonitoring.PopImap.Probes.PopImapProbeUtil.CreatePopSSLStateObject(IPEndPoint targetAddress, ProbeResult result)
--- End of inner exception stack trace ---
at Microsoft.Exchange.Monitoring.ActiveMonitoring.PopImap.Probes.PopDeepTestProbe.HandleSocketError(Exception e)
at Microsoft.Exchange.Monitoring.ActiveMonitoring.PopImap.Probes.PopImapProbeBase.HandleConnectionExceptions(PopImapProbeStateObject probeTrackingObject)
at Microsoft.Exchange.Monitoring.ActiveMonitoring.PopImap.Probes.PopDeepTestProbe.DoWork(CancellationToken cancellationToken)
at Microsoft.Office.Datacenter.WorkerTaskFramework.WorkItem.Execute(CancellationToken joinedToken)
at Microsoft.Office.Datacenter.WorkerTaskFramework.WorkItem.<>c__DisplayClass2.<StartExecuting>b__0()
at System.Threading.Tasks.Task.Execute()
PoisonedCount : 0
ExecutionId : 39385753
SampleValue : 0
ExecutionContext :
FailureContext :
ExtensionXml :
ResultType : Failed
RetryCount : 0
ResultName : 2d7ee01c3a784d08bc04981890e19f16-PopDeepTestProbe
IsNotified : False
ResultId : 520095090
ServiceName : InvokeNow
StateAttribute1 : POP3
StateAttribute2 : Infrastructure Failure
StateAttribute3 :
StateAttribute4 :
StateAttribute5 :
StateAttribute6 : 0
StateAttribute7 : 0
StateAttribute8 : 0
StateAttribute9 : 0
StateAttribute10 : 0
StateAttribute11 :
StateAttribute12 :
StateAttribute13 : :FAIL
StateAttribute14 :
StateAttribute15 :
StateAttribute16 : 0
StateAttribute17 : 0
StateAttribute18 : 0
StateAttribute19 : 0
StateAttribute20 : 0
StateAttribute21 : PDWS;PDWE:1004;PHSS;PHSE:1;
StateAttribute22 :
StateAttribute23 :
StateAttribute24 :
StateAttribute25 :
Identity : 581b5a030fd5451b9ff84b67fefb90d4
IsValid : True
ObjectState : New
The services related with probe it's ok, as well as the components.
So, I have no idea what I have to do to get a better troubleshooter. Anyone could help me?
Microsoft Power User - Professional Support