Genpact Cora Knowledge Center

Support

PowerShell Module: CoraSeQuence.Database

Starting with V10.0, Cora SeQuence has been renamed to Cora Orchestration.

The CoraSeQuence.Database module includes the functions, used to deploy the Cora SeQuence database, and the archive database.

Function nameDescriptionVersion
Install-CoraSeQuenceArchiveDatabaseDeploys a Cora SeQuence archive database package.9.4
Install-CoraSeQuenceDatabaseDeploys a Cora SeQuence database package.9.2

Get a list of all functions related to a module

  1. On PowerShell, run Get-Command -Module CoraSeQuence* | sort Source

Get help on functions

All functions in the Cora SeQuence PowerShell modules contain built-in help. 

To get help on a specific function:

  1. Run Get-Help <FunctionName>