次の方法で共有


Checking Pools (Command Line)

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

CheckPoolState Action

Use CheckPoolState to 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.

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

Such as:

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

CheckAllPoolsState Action

The CheckAllPoolsState action 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 CheckAllPoolsState action follows.

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

Such as:

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