Chatee ahora con Soporte
Chat con el soporte

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

Get-ASJEADUserRule

SYNOPSIS

Gets Journal Explosion Active Directory User Rule.

SYNTAX

Get-ASJEADUserRule [-Core] <ConnectCore> [[-JournalExplosionUserQueueId] <int[]>] [[-ContainerMappingId] <int[]>] [[-UserSid] <string[]>] [[-All] <SwitchParameter>] [<CommonParameters>]​

DESCRIPTION

The Get-ASJEADUserRule cmdlet gets the Journal Explosion Active Directory User Rule. 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-ASJEADUserRule -ContainerMappingId 1 -All

Get-ASJEADUserRule -JournalExplosionUserQueueId 1

/* Retrieves all Active Directory user rules of specified Journal Explosion mapping */

/* Retrieves specific Active Directory user rule */​

Get-ASMappings | Get-ASJEADUserRule -All | Sort-Object -Property JournalExplosionUserQueueId | Format-Table

Get-ASJEADUserRule

/* Retrieves all Active Directory user rules of all Journal Explosion mappings */​

Remove-ASJEADUserRule

SYNOPSIS

Removes Journal Explosion Active Directory User Rule.

SYNTAX

Remove-ASJEADUserRule [-Core] <ConnectCore> [[-JournalExplosionUserQueueId] <int[]>] [[-ContainerMappingId] <int[]>] [[-UserSid] <string[]>] [<CommonParameters>]​  

DESCRIPTION

The Remove-ASJEADUserRule cmdlet removes the Journal Explosion Active Directory User Rule. 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-ASJEADUserRule -ContainerMappingId 1

Remove-ASJEADUserRule -ContainerMappingId 1 -Confirm:$false

Remove-ASJEADUserRule -JournalExplosionUserQueueId 22

Remove-ASJEADUserRule -UserSid  "S-1-5-21-1234567890-100000000-100000000-1000"

/* Removes all Active Directory user rules of specified Journal Explosion mapping */

/* Removes all Active Directory user rules of specified Journal Explosion mapping straight away by ignoring confirm action​ */

/* Removes specified Active Directory user rule */​

/* Removes Active Directory user rules for specified mailbox based on UserSid */

Get-ASMappings | ForEach-Object {Remove-ASJEADUserRule -ContainerMappingId $_.ContainerMappingId}

Get-ASMappings | Get-ASJEADUserRule | ForEach-Object {Remove-ASJEADUserRule -JournalExplosionUserQueueId $_.JournalExplosionUserQueueId} ​

Remove-ASJEADUserRule

/* Removes all Active Directory user rules of all Journal Explosion mappings */​

Add-ASJEDistributionListRule

SYNOPSIS

Add Distribution List rule.

SYNTAX

Add-ASJEDistributionListRule [-Core] <ConnectCore> [-ContainerMappingId] <int> [-Expression] <string> [<CommonParameters>

DESCRIPTION

The Add-ASJEDistributionListRule will add new distribution list rule. 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-ASJEDistributionListRule -ContainerMappingId 1 -Expression "dll*"

/* Creates Distribution list rule for specified Journal Transformation mapping with specified expression  */

Get-ASJEDistributionListRule

SYNOPSIS

Get Distribution List Rule.

SYNTAX

Get-ASJEDistributionListRule [-Core] <ConnectCore> [-JournalExplosionDistributionListRuleId] <int[]> [-ContainerMappingId] <int[]> [-Expression] <string[]> [<CommonParameters>]​

DESCRIPTION

The Get-ASJEDistributionListRule will return existing distribution list rules. 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-ASJEDistributionListRule

Get-ASJEDistributionListRule -ContainerMappingId 1,2

Get-ASJEDistributionListRule -JournalExplosionDistributionListRuleId 1,2

Get-ASJEDistributionListRule -Expression "dll*"

/* Retrieves all Distribution list rules for all Journal Transformation mapping */

/* Retrieves all Distribution list rules for specified Journal Transformation mappings */

/* Retrieves Distribution list rules of specified IDs */

/* Retrieves Distribution list rule of specified expression */

Documentos relacionados

The document was helpful.

Seleccionar calificación

I easily found the information I needed.

Seleccionar calificación