SYNOPSIS
Enables Item Gathering for container.
SYNTAX
Enable-ASCollection [[-Core] <ConnectCore>] [-ContainerMappingId] <int> [<CommonParameters>]
DESCRIPTION
The Enable-ASCollection cmdlet enables item gathering for a specified Container Mapping. After the command is executed, the mapping can be checked in the Archive Shuttle user interface. All parameters in the cmdlet are 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:
Enable-ASCollection -ContainerMappingId 1
Get-ASMappings| Enable-ASCollection
Result:
Collection was enabled for ContainerMappingId 2
Collection was enabled for ContainerMappingId 3
Collection was enabled for ContainerMappingId 1
SYNOPSIS
Enables migration for a container.
SYNTAX
Enable-ASMigration [[-Core] <ConnectCore>] [-ContainerMappingId] <int> [<CommonParameters>]
DESCRIPTION
The Enable-ASMigration cmdlet enables migration for a specified Container Mapping. After the command is executed, the mapping can be checked in the Archive Shuttle user interface. All parameters in the cmdlet are 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:
Enable-ASMigration -ContainerMappingId 1
Get-ASMappings | Enable-ASMigration
Result:
Migration was enabled for ContainerMappingId 1
Migration was enabled for ContainerMappingId 2
Migration was enabled for ContainerMappingId 3
SYNOPSIS
Disables Item Gathering for a container mapping.
SYNTAX
Disable-ASCollection [[-Core] <ConnectCore>] [-ContainerMappingId] <int> [<CommonParameters>]
DESCRIPTION
The Disable-ASCollection cmdlet disables item gathering for a specified Container Mapping. After the command is executed, the mapping can be checked in the Archive Shuttle user interface. All parameters in the cmdlet are 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:
Disable-ASCollection -ContainerMappingId 1
Get-ASMappings | Disable-ASCollection
Result:
Collection was disabled for ContainerMappingId 2
Collection was disabled for ContainerMappingId 3
Collection was disabled for ContainerMappingId 1
SYNOPSIS
Disables migration for container.
SYNTAX
Disable-ASMigration [[-Core] <ConnectCore>] [-ContainerMappingId] <int> [<CommonParameters>]
DESCRIPTION
The Disable-ASMigration cmdlet disables migration for a specified Container Mapping. After the command is executed, the mapping can be checked in the Archive Shuttle user interface. All parameters in the cmdlet are 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:
Disable-ASMigration -ContainerMappingId 1
Get-ASMappings | Disable-ASMigration
Result:
Migration was disabled for ContainerMappingId 1
Migration was disabled for ContainerMappingId 2
Migration was disabled for ContainerMappingId 3
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center