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 name | Description | Version |
---|---|---|
Install-CoraSeQuenceArchiveDatabase | Deploys a Cora SeQuence archive database package. | 9.4 |
Install-CoraSeQuenceDatabase | Deploys a Cora SeQuence database package. | 9.2 |
Get a list of all functions related to a module
- 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:
- Run
Get-Help <FunctionName>