Topic Last Modified: 2013-02-22

Verifies the watcher node configuration settings in use in your organization. Watcher nodes are computers that periodically use Microsoft System Center Operations Manager and Lync Server 2013 synthetic transactions to verify that Lync Server components are working as expected. This cmdlet was introduced in Lync Server 2013.

Syntax

Test-CsWatcherNodeConfiguration [-FileName <String>] [-ReadCredentialsFromCurrentUserStore <SwitchParameter>]

Examples

Example 1

The command shown in Example 1 verifies the configuration settings for each watcher node in use in the organization.

Copy Code
Test-CsWatcherNodeConfiguration

Detailed Description

If you are using Microsoft System Center Operations Manager to monitor Lync Server 2013 then you have the option of setting up "watcher nodes": computers that periodically, and automatically, run synthetic transactions in order to verify that Lync Server is working as expected. Watcher nodes are assigned to pools, and are managed using the CsWatcherNodeConfiguration cmdlets. Note that you do not need to install watcher nodes if you are using System Center Operations Manager. You can still monitor your system without using watcher nodes; the only difference is that any synthetic transactions you want to run will need to be invoked manually rather than automatically invoked by Operations Manager.

The Test-CsWatcherNodeConfiguration cmdlet provides a way for you to verify that a watcher node has been correctly configured and is assigned to a valid Lync Server 2013 pool. Note that the Test-CsWatcherNodeConfiguration cmdlet must be run on the watcher node itself; the cmdlet cannot be run against remote computers.

Lync Server Control Panel: The functions carried out by the Test-CsWatcherNodeConfiguration cmdlet are not available in the Lync Server Control Panel.

Parameters

Parameter Required Type Description

FileName

Optional

System.String

Enables you to specify a file path for the log file created when the cmdlet runs. For example:

-Report "C:\Logs\WatcherNode.html"

ReadCredentialsFromCurrentUserStore

Optional

System.Management.Automation.SwitchParameter

When present, instructs the Test-CsWatcherNodeConfiguration cmdlet to retrieve the user credentials from the user's credentials store. By default, the Test-CsWatcherNodeConfiguration cmdlet looks for credentials in the network service account's credentials store.

Input Types

None. The Test-CsWatcherNodeConfiguration cmdlet does not accept pipelined input.

Return Types

The Test-CsWatcherNodeConfiguration cmdlet returns an instance of the Microsoft.Rtc.SyntheticTransactions.TaskOutput object.

See Also