V9.6
Method
Description
Sets basic authentication types: Forms, Claims, or Windows, for a Cora SeQuence site.
Syntax
Set-CoraSeQuenceSiteAuthentication [-SiteType] <Object> [-AuthenticationType] <Object> [[-SiteID] <Int32>] [-AllInstances] [<CommonParameters>]
Parameters
-SiteType <Object>
Determines which Cora SeQuence site the deployed package is: Flowtime or Administration or WebAPI.
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-AuthenticationType <Object>
Defines the authentication type to set: Forms, Windows, or Claims (claims require additional manual configurations).
Required? | true |
Position? | 2 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-SiteID <Int32>
Sets the numeric ID of the site instance. Ignored if AllInstnaces is used.
Required? | false |
Position? | 3 |
Default value | 1 |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-AllInstances [<SwitchParameter>]
If provided, this parameter applies to all instances of the site provided in the SiteType parameter.
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | false |
Accept wildcard characters? | false |
<CommonParameters>
This function supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters.
Examples
PS C:\>Set-CoraSeQuenceSiteAuthentication -SiteType Administration -AuthenticationType Forms
PS C:\>Set-CoraSeQuenceSiteAuthentication -SiteType Flowtime -AuthenticationType Windows
V9.0
Method
Description
Sets basic authentication types: Forms, Claims, or Windows, for a Cora SeQuence site.
Syntax
Set-CoraSeQuenceSiteAuthentication [-SiteType] <Object> [-AuthenticationType] <Object> [<CommonParameters>]
Parameters
-SiteType <Object>
Determines which Cora SeQuence site the deployed package is: Flowtime or Administration.
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
-AuthenticationType <Object>
Defines the authentication type to set: Forms, Windows, or Claims (claims requires additional manual configurations).
Required? | true |
Position? | 2 |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | false |
<CommonParameters>
This function supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters.
Examples
PS C:\>Set-CoraSeQuenceSiteAuthentication -SiteType Administration -AuthenticationType Forms
PS C:\>Set-CoraSeQuenceSiteAuthentication -SiteType Flowtime -AuthenticationType Windows