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 name | Description | Version |
---|---|---|
Uninstall-CoraSeQuenceSite | Uninstalls a Cora SeQuence site. | 9.6 |
Set-CoraSeQuenceSiteSecurityConfiguration | Configures Cora SeQuence sites for HTTP or HTTPS. | 9.4.3 |
Disable-CoraSeQuenceWebApiCORS | Disables Cross-Origin Resource Sharing (CORS) for all options and all headers on the Cora SeQuence WebAPI site. | 9.3 |
Enable-CoraSeQuenceWebApiCORS | Enables Cross-Origin Resource Sharing (CORS) for all options and all headers on the Cora SeQuence WebAPI site. | 9.3 |
Get-CoraSeQuenceSite | Gets a list of all the installed Cora SeQuence sites | 9.0 |
Install-CoraSeQuenceSite | Installs, reinstalls, and upgrades a Cora SeQuence | 9.0 |
Set-CoraSeQuenceSiteAuthentication | Changes the predefined authentication settings for the Flowtime and Administration sites. | 9.0 |
Set-CoraSeQuenceSiteWCFConfiguration | Configures 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
- 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>