Repair-CsInterPoolConfDataRecovery

 

마지막으로 수정된 항목: 2015-04-27

Use the Repair-CsInterPoolConfDataRecovery cmdlet to repair conference data in the target pool of a partial fail-over. The cmdlet compares conference data between the failed-over pool and the target pool and synchronizes the discrepancies.

구문

Repair-CsInterPoolConfDataRecovery -PoolFqdn <Fqdn> [-Confirm [<SwitchParameter>]] [-NumberOfDaysToRecoverChanges <Int32>] [-RecoverConferencesData <SwitchParameter>] [-WhatIf [<SwitchParameter>]]

Examples

Example 1

This example will return a summary of the inconsistencies in conference data between the fail-over target pool, MainPool.Contoso.com, and its failed-over counterpart.

Repair-CsInterpoolConfDataRecovery -PoolFqdn MainPool.Contoso.com

Example 2

This example uses the RecoverConferencesData switch to enable the repair of the missing conference data in the fail-over target pool.

Repair-CsInterpoolConfDataRecovery -PoolFqdn MainPool.Contoso.com -RecoverConferencesData

Example 3

This example will repair the conference data that was created or updated 10 days ago.

Repair-CsInterpoolConfDataRecovery -PoolFqdn MainPool.Contoso.com -NumberOfDaysToRecoverChanges 10 -RecoverConferencesData

Detailed Description

The use of this cmdlet can be required when a pool is failed-over, but is shut down before all the conference data is migrated.

매개 변수

Parameter Required Type Description

PoolFqdn

Required

Microsoft.Rtc.Management.Deploy.Fqdn

Fully qualified domain name of the fail-over target pool in which to repair the conference data. For example:

-PoolFqdn "MainPool.Contoso.com"

Confirm

Optional

System.Management.Automation.SwitchParameter

명령을 실행하기 전에 확인 메시지를 표시합니다.

NumberOfDaysToRecoverChanges

Optional

System.Int32

Specifies the number of days for which conference recovery data will be repaired. If not specified, the cmdlet will review and repair all the available data.

RecoverConferencesData

Optional

System.Management.Automation.SwitchParameter

When specified, the RecoverConferencesData switch causes the cmdlet to perform the data repairs. If not specified, the cmdlet will return a summary of the discrepancies found in the conference data without making any repairs.

WhatIf

Optional

System.Management.Automation.SwitchParameter

명령을 실제로 실행하지 않고도 명령이 실행될 경우 발생할 수 있는 현상을 설명합니다.

Input Types

None

Return Types