Invoke-WFConsistencyVerifier

Updated: August 31, 2012

Invoke-WFConsistencyVerifier

You can use this cmdlet to verify the consistency of Workflow Manager 1.0 manager databases after a disaster recovery operation has been performed.

Syntax

Parameter Set: FullVerification
Invoke-WFConsistencyVerifier -InstanceStateSyncTime <DateTime> -WFInstanceDBConnectionString <String> -WFResourceDBConnectionString <String> [-EncryptionToken <String> ] [-ThreadCount <Int32> ] [ <CommonParameters>]

Parameter Set: ScopeVerification
Invoke-WFConsistencyVerifier -InstanceStateSyncTime <DateTime> -WFInstanceDBConnectionString <String> -WFResourceDBConnectionString <String> [-EncryptionToken <String> ] [-ScopePath <String> ] [ <CommonParameters>]

Detailed Description

This cmdlet can verify the consistency of Workflow Manager 1.0 manager databases after a disaster recovery operation has been performed.

Parameters

-EncryptionToken<String>

The encryption token.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-InstanceStateSyncTime<DateTime>

The time the backup was taken in UTC units.

Aliases

syncTime

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ScopePath<String>

The path of the Workflow Manager 1.0 scope to restore.

Aliases

scope

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ThreadCount<Int32>

The number of threads to be utilized. The default is 10 if this option is not specified.

Aliases

threads

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WFInstanceDBConnectionString<String>

Represents the connection string of the gateway database.

Aliases

instanceDb

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WFResourceDBConnectionString<String>

Represents the connection string of the container database for Service Bus for Windows Server.

Aliases

resourceDb

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1

Verify the consistency of Workflow Manager 1.0 manager databases after a disaster recovery operation has been performed.

PS C:\> Invoke-WFConsistencyVerifier [WFResourceDBConnectionString] [WFInstanceDBConnectionSring] [InstanceStateSyncTime]

 

 

PS C:\>