Genpact Cora Knowledge Center

Support

PowerShell Function: Set-CoraSeQuenceDefaultFilesStorageConfiguration

V9.6

Module

CoraSeQuence

Description

Sets the default file storage configuration for all the Cora SeQuence applications installed on the server, except ADSS.

Syntax

Set-CoraSeQuenceDefaultFilesStorageConfiguration -ConfigurationName <String> -ApplicationType <String> [-ApplicationID <Int32>] [-AllInstances] [<CommonParameters>]
 Set-CoraSeQuenceDefaultFilesStorageConfiguration -ConfigurationName <String> [<CommonParameters>]

Parameters

-ConfigurationName <String>

Sets the name of the file storage configuration. To restore the configuration to the Cora SeQuence SQL database, enter either "Default" or CoraSeQuence.Default.

Required?true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?  false


-ApplicationType <String>

Sets the configuration on a specific type of application. If not provided, configuration is set on all installed apps.

Required?true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?  false


-ApplicationID <Int32>

Sets the numeric ID for a specific instance of the application type to set. Ignored if AllInstances is used.

Required?false
Position? named
Default value1
Accept pipeline input? false
Accept wildcard characters?  false


-AllInstances [<SwitchParameter>]

Sets the configuration on all instances of the specified application.

Required?false
Position? named
Default valueFalse
Accept pipeline input? false
Accept wildcard characters?  false


<CommonParameters>

This command supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters.  


Examples

PS C:\>Set-CoraSeQuenceDefaultFilesStorageConfiguration -ConfigurationName "AzureBlobStorage"


V9.2

Module

CoraSeQuence

Description

Sets the default file storage configuration for all the Cora SeQuence applications installed on the server, except ADSS.

Syntax

 Set-CoraSeQuenceDefaultFilesStorageConfiguration [-ConfigurationName] <String> [<CommonParameters>]

Parameters

-ConfigurationName <String>

Sets the name of the file storage configuration. To restore the configuration to the Cora SeQuence SQL database, enter either "Default" or CoraSeQuence.Default.

Required?true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters?  false

<CommonParameters>

This command supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters.  


Examples

PS C:\>Set-CoraSeQuenceDefaultFilesStorageConfiguration -ConfigurationName "AzureBlobStorage"