Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit f305893

Browse files
committed
Update Test-OutlookConnectivity.md
Per Issue #3066
1 parent c2f26e4 commit f305893

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

exchange/exchange-ps/exchange/client-access/Test-OutlookConnectivity.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ Running the Test-OutlookConnectivity cmdlet validates an Outlook connection defi
8989

9090
The Test-OutlookConnectivity cmdlet runs the same process as the monitoring probes. The Microsoft Exchange Health Manager (MSExchangeHM) service must be running and have created the Outlook probes on the machine that will be tested. You need to select one of the Outlook probe identities to run the test. Use the Get-MonitoringItemIdentity (https://go.microsoft.com/fwlink/p/?LinkId=510841) cmdlet to see what probes are active.
9191

92-
This example lists the probes running in the backend services on a Mailbox server.
92+
This example lists the probes running in the backend services on a Mailbox server: `Get-MonitoringItemIdentity -Server MailboxServer1 -Identity outlook.protocol | ?{$_.Name -like '*probe'}`.
9393

94-
This example lists the probes running in the client access services on a Mailbox server.
94+
95+
This example lists the probes running in the client access services on a Mailbox server: `Get-MonitoringItemIdentity -Server MailboxServer1 -Identity outlook | ?{$_.Name -like '*probe'}`.
9596

9697
For more information on probes and the monitoring framework, see Managed Availability (https://go.microsoft.com/fwlink/p/?LinkId=510838), Managed Availability and Server Health (https://go.microsoft.com/fwlink/p/?LinkId=510839), and Customizing Managed Availability (https://go.microsoft.com/fwlink/p/?LinkId=510840)
9798

0 commit comments

Comments
 (0)