Genpact Cora Knowledge Center

Support

PowerShell Module: CoraSeQuence.Sites

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

The CoraSeQuence.Sites module includes the functions required to deploy Flowtime and Administration sites.

Function nameDescriptionVersion
Uninstall-CoraSeQuenceSiteUninstalls a Cora SeQuence site.9.6
Set-CoraSeQuenceSiteSecurityConfigurationConfigures Cora SeQuence sites for HTTP or HTTPS.9.4.3
Disable-CoraSeQuenceWebApiCORSDisables Cross-Origin Resource Sharing (CORS) for all options and all headers on the Cora SeQuence WebAPI site.9.3
Enable-CoraSeQuenceWebApiCORSEnables Cross-Origin Resource Sharing (CORS) for all options and all headers on the Cora SeQuence WebAPI site.9.3
Get-CoraSeQuenceSiteGets a list of all the installed Cora SeQuence sites9.0
Install-CoraSeQuenceSiteInstalls, reinstalls, and upgrades a Cora SeQuence9.0
Set-CoraSeQuenceSiteAuthenticationChanges the predefined authentication settings for the Flowtime and Administration sites.9.0
Set-CoraSeQuenceSiteWCFConfigurationConfigures WCF bindings based on the protocol and authentication type of the Cora SeQuence site.

NOTE
From V9.4.3 this function is not available, instead use the Set-CoraSeQuenceSiteSecurityConfiguration function.
9.0

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>