V9.6
Module
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 value | 1 | 
| 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 value | False | 
| 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
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"
