サポートと今すぐチャット
サポートとのチャット

Archive Shuttle 11.4 - PowerShell Guide

Archive Shuttle and PowerShell Get Archive Shuttle commands Public commands table Available commands sorted to groups Available commands
Connect-ASCore Connect to core in AS.Cloud? Set-ASConfiguration Get-ASConfiguration Add-ASSettingSchedule Set-ASSettingSchedule Get-ASSettingSchedule Add-ASSettingDefinitionToSchedule Get-ASFailedItemThreshold Set-ASFailedItemThreshold Get-ASWatermark Set-ASWatermark Get-ASRetentionCategory Get-ASEVRetentionCategoryMapping Add-ASEVRetentionCategoryMapping Add-ASWorkflowPolicy Set-ASWorkflowPolicy Get-ASWorkflowPolicyStep Add-ASWorkflowPolicyStep Set-ASWorkflowPolicyStep Add-ASFilterPolicy Add-ASFilterCondition Get-ASFileNamePolicy Set-ASFileNamePolicy Add-ASFileNamePolicy? Get-ASTargetPathNamePolicy? Set-ASTargetPathNamePolicy? Add-ASTargetPathNamePolicy? Add-ASO365LeaversConfiguration Get-ASO365License Set-ASO365LeaversConfiguration Get-ASO365LeaversConfiguration Get-ASModule Set-ASModule Set-ASModuleLogLevel Get-ASModulePerformance Enable-ASModule Disable-ASModule Start-ASModule Stop-ASModule Restart-ASModule Start-ASCommand Get-ASCommandQueueStatus Set-ASCommandIntervalLastExecutedDate Get-ASScheduledTask Set-ASScheduledTask Enable-ASActiveDirectorySync Disable-ASActiveDirectorySync Get-ASADGroup Get-ASADGroupMember Get-ASADDomain Start-ASSyncADDomains Get-ASExchangeServer Get-ASExchangeDatabase Add-ASEnvironment Set-ASEnvironment Get-ASEnvironment Get-ASVaultStore Enable-ASArchiveGathering Disable-ASArchiveGathering Start-ASArchiveGathering Get-ASLicense Add-ASLink Get-ASLink Get-ASLinkHealth Get-ASLinkModule Set-ASLinkModule Remove-ASLinkDatabase Add-ASItemDatabase Set-ASStagingAreaPath Start-ASStagingAreaCleanup Get-ASProgressStatistics Add-ASPstSourcePath Remove-ASPstSourcePath Set-ASPstSourcePath Set-ASPstTargetPath Set-ASPstTemporaryPath Add-ASContainer Add-ASContainerToUser Get-ASArchive Get-ASUser Get-ASContainers Get-AdamContainer Get-ASMailbox Get-ASUserSyncStatus Set-ASContainer Start-ASSyncADUsers Start-ASO365SyncMailboxes Start-ASADSyncSingleUser Start-ASO365SyncSingleUser Add-ASContainerMapping Set-ASContainerMapping Get-ASBulkMappingWizardTemplate Get-ASMappings Get-ASPremigrationStatus Get-ASStage1Statistics Get-ASStage2Status Get-ASWorkflowPolicy Get-ASFilterPolicy? Enable-ASCollection Enable-ASMigration Disable-ASCollection Disable-ASMigration Enable-ASStage2 Start-ASRetryFailedItems Remove-ASContainerMapping Add-ASMappingConfigurationTemplate??? Set-ASMappingConfigurationTemplate??? Get-ASMappingConfigurationTemplate??? Remove-ASMappingConfigurationTemplate??? Add-ASJEUserGroup? Get-ASJEUserGroup Set-ASJEUserGroup Add-ASFolderNamePolicy Get-ASFolderNamePolicy Set-ASFolderNamePolicy? Get-ASJESenderRecipient Add-ASJEUserMapping Get-ASJEUserMapping Set-ASJEUserMapping Remove-ASJEUserMapping Add-ASJELeaverMapping Get-ASJELeaverMapping Set-ASJELeaverMapping Remove-ASJELeaverMapping Get-ASJEStage1Statistics Add-ASJEEmailAddressRule Get-ASJEEmailAddressRule Set-ASJEEmailAddressRule Remove-ASJEEmailAddressRule Add-ASJEADUserRule Get-ASJEADUserRule Remove-ASJEADUserRule Add-ASJEDistributionListRule Get-ASJEDistributionListRule Remove-ASJEDistributionListRule Set-ASJEDistributionListRule Copy-ASJEAutoCreationRules (Copy-ASJECreationRules) Get-ASMailboxQuotaStatus?? Update-ASMailboxSizeAndQuota?? Get-ASJELeaversStatus Set-ASJELeaversStatus Add-ASGroup Set-ASGroup Get-ASGroup Add-ASUserToGroup Add-ASTag Set-ASTag Get-ASTag Add-ASContainerToTag Recreate-ASMapiProfile Set-ASStage2Status Set-ASPremigrationAction Get-ASHealthStatus Get-ASModuleCredential Set-ASModuleCredential

Enable-ASStage2

SYNOPSIS

Enables Stage 2 migration for container.

SYNTAX

Enable-ASStage2 [[-Core] <ConnectCore>] [-ContainerMappingId] <int> [<CommonParameters>]

DESCRIPTION

The Enable-ASStage2 cmdlet enables Stage 2 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-ASStage2 -ContainerMappingId 1

Get-ASMappings | Enable-ASStage2

Result:

Stage2 was enabled for ContainerMappingId 2

Stage2 was enabled for ContainerMappingId 3

Stage2 was enabled for ContainerMappingId 1

Start-ASRetryFailedItems

SYNOPSIS

Starts retry failed items.

SYNTAX

Start-ASRetryFailedItems [-Core] <ConnectCore> [-ContainerMappingId] <int[]> [[-Type] <ImportExportTypeEnum>] [[-RetryableFailed] <SwitchParameter>] [[-PermanentlyFailed] <SwitchParameter>] [[-Hanging] <SwitchParameter>] [<CommonParameters>]

DESCRIPTION

The Start-ASRetryFailedItems command retries failed (retryable, permanent) or hanging items for specified container mapping. This actions can be defined for export, import or both. In case there is no definition within command of what should be retried, then everything available is applied for whole container mapping. 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:

Start-ASRetryFailedItems -ContainerMappingId 1 -Type Export -RetryableFailed -Hanging

​/* Retires exported retryable failed and hanging items for specified mapping */

Get-ASMappings -All | Start-ASRetryFailedItems -Type Both

​/* Retries all types of exported and imported items (retryable, permanently failed and hanging) for all existing mappings */

Remove-ASContainerMapping

SYNOPSIS

Delete container mapping.

SYNTAX

Remove-ASContainerMapping [-Core] <ConnectCore> [-ContainerMapping] [<int[]>] -IncludeItemData] [<SwitchParameter> [<CommonParameters>]

DESCRIPTION

The Remove-ASContainerMapping cmdlet removes container mapping (migration). 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-ASContainerMapping -ContainerMappingId 1

Remove-ASContainerMapping -ContainerMappingId 1 -IncludeItemData

​/* Deletes specified single mapping */

​/* Deletes specified mapping with all related data in Item database */

​Remove-ASContainerMapping -ContainerMappingId 1,2,3,4,5 -IncludeItemData

Get-ASMappings -First 5 | Remove-ASContainerMapping

​/* Deletes specified mappings */

​/* First gets list of mappings and then deletes it */

Add-ASMappingConfigurationTemplate???

SYNOPSIS

Add new mapping configuration template.

SYNTAX

Add-ASMappingConfigurationTemplate [-Core] <ConnectCore> [-Name] <string> [[-Description] <string>] [<CommonParameters>]

DESCRIPTION

The Add-ASMappingConfigurationTemplate cmdlet creates new Container Mapping Configuration Template 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:

Add-ASMappingConfigurationTemplate -Name NAME01 -Description DESC01

​/* Creates mapping template */

関連ドキュメント

The document was helpful.

評価を選択

I easily found the information I needed.

評価を選択