SYNOPSIS
Sets mapping configuration template.
SYNTAX
Set-ASMappingConfigurationTemplate [-Core] <ConnectCore> [-ContainerMappingTemplateId] <int> [[-Name] <string>] [[-Description] <string>] [<CommonParameters>]
DESCRIPTION
The Set-ASMappingConfigurationTemplate cmdlet updates the Container Mapping Configuration Template attributes and returns it. Core parameter in the cmdlet is mandatory. You can specify core as a parameter, or call Connect-ASCore once and the core parameter will be automatically added from the session state.
Example:
Set-ASMappingConfigurationTemplate -ContainerMappingTemplateId 1 -Name NAME01NEW -Description DESC01NEW |
/* Sets new name and description of specified mapping template */ |
Set configuration properties of mapping template: SEE COMMAND SET-ASCONFIGURATION |
SYNOPSIS
Get mapping configuration template.
SYNTAX
Get-ASMappingConfigurationTemplate [-Core] <ConnectCore> [[-ContainerMappingTemplateId] <int[]>] [[-Name] <string>] [[-Description] <string>] [[-ShowTemplateSettingDefinitions] <bool>] [<CommonParameters>]
DESCRIPTION
The Get-ASMappingConfigurationTemplate cmdlet gets Container Mapping Configuration Template by its ContainerMappingTemplateId or Name. If the parameter is not set, it returns all configuration templates. If ShowTemplateSettingDefinitions is presen,t then the cmdlet returns all setting definitions. Core parameter in the cmdlet is mandatory. You can specify core as a parameter, or call Connect-ASCore once and the core parameter will be automatically added from the session state.
Example:
Get-ASMappingConfigurationTemplate |
/* Gets all existing mapping templates */ |
Get-ASMappingConfigurationTemplate -ShowTemplateSettingDefinitions | Format-Table Get-ASMappingConfigurationTemplate -ContainerMappingTemplateId 1 -ShowTemplateSettingDefinitions |
/* Gets details (configuration properties) of all existing mapping templates */ /* Gets mapping template details (configuration properties) of specified container mapping */ |
SYNOPSIS
Remove mapping configuration template.
SYNTAX
Remove-ASMappingConfigurationTemplate [-Core] <ConnectCore> [-ContainerMappingTemplateId] <int[]> [<CommonParameters>]
DESCRIPTION
The Remove-ASMappingConfigurationTemplate cmdlet removes Container Mapping Configuration Template. Core parameter in the cmdlet is mandatory. You can specify core as a parameter, or call Connect-ASCore once and the core parameter will be automatically added from the session state.
Example:
Remove-ASMappingConfigurationTemplate -ContainerMappingTemplateId 1 Remove-ASMappingConfigurationTemplate -ContainerMappingTemplateId 2,3 |
/* Removes specified mapping template */ /* Removes specified mapping templates */ |
Get-ASMappingConfigurationTemplate | Remove-ASMappingConfigurationTemplate |
/* Gets all mapping templates, then removes all */ |
SYNOPSIS
Add Archive Shuttle Journal Explosion user group.
SYNTAX
Add-ASJEUserGroup [-Core] <ConnectCore> [-GroupName] [<string[]>] [<CommonParameters>]
DESCRIPTION
The Add-ASJEUserGroup cmdlet creates new Archive Shuttle Journal Explosion User groups. Core parameter in the cmdlet is mandatory. You can specify core as a parameter, or call Connect-ASCore once and the core parameter will be automatically added from the session state.
Example:
Add-ASJEUserGroup -Name JEGROUP01 |
|
Add-ASJEUserGroup -Name JEGROUP01,JEGROUP02,JEGROUP03,JEGROUP04 |
|
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center