There are two actions for checking the state of a pool: CheckPoolStateand CheckAllPoolsState.

CheckPoolState Action

Use CheckPoolStateto troubleshoot or verify the state of an Office Communications Server pool. This action indicates the state of this pools Active Directory information and the pools Enterprise Edition Servers. A syntax example for this action follows.

Copy Code
LCSCmd.exe /Forest[:<forestFQDN>] /Action:CheckPoolState
/PoolName:<name of pool>

Such as:

Copy Code
LCSCmd.exe /Forest /Action:CheckPoolState /PoolName:Pool01

CheckAllPoolsState Action

The CheckAllPoolsStateaction reveals every Enterprise pool and Standard Edition server in a forest, and it indicates each high-level state of the respective pool and server – including their Active Directory information. The syntax for the CheckAllPoolsStateaction follows.

Copy Code
LCSCmd.exe /Forest[:<forestFQDN>] /Action:CheckAllPoolsState

Such as:

Copy Code
LCSCmd.exe /Forest:contoso.com /Action:CheckAllPoolsState