SYNOPSIS
Sets low or high watermark of link path.
SYNTAX
Set-ASWatermark [-Core] <ConnectCore> [-LinkId] <Guid[]> [-LowWatermark] <long[]> [-HighWatermark] <long[]> [[-Type] <WatermarkType(StagingAreaPath/PstOutputPath)>] [<CommonParameters>]
DESCRIPTION
The Set-ASWatermark cmdlet sets value for low or high watermark of links staging area path (-Type StagingAreaPath) or PST output path (-Type PstOutputPath). If no LinkId is set, it will set staging area watermark values of all links. If no Type is specified, StagingAreaPath type will be used as default. After the command is executed, the module status 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.
Staging Area:
LowWaterMark - If the free disk space on a links' staging area drops below this value, exporting of new data will be suspended.
HighWaterMark - If the amount of data which has been exported, but not imported for a particular link exceeds this value, exporting of new data will be suspended.
PST Output Path:
LowWatermark: If the free disk space where the PST output path folder is located drops below this value, moving of PST files from staging area will be suspended.
HighWatermark: If the amount of data within the PST output path exceeds this value, moving of PST files from staging area will be suspended.
Example:
Set-ASWatermark -LowWatermark 1474836480 -HighWatermark 1474836480 Set-ASWatermark -Type StagingAreaPath -LowWatermark 1474836480 -HighWatermark 1474836480 Set-ASWatermark -Type PstOutputPath -LowWatermark 1474836480 -HighWatermark 1474836480 |
/* Sets watermark 1 GB for all staging area paths existing in Archive Shuttle system */ /* Sets watermark 1 GB for all staging area paths existing in Archive Shuttle system */ /* Sets watermark 1 GB for all PST Output paths of PST links existing in Archive Shuttle system */ |
Set-ASWatermark -LinkId "e4b4d6e1-10e4-4bdd-8adb-ff8605b81538" -LowWatermark 5474836480 -HighWatermark 5474836480 |
/* Sets watermark for staging area related to specified link */ |
Get-ASLink -LinkName "EnterpriseVault10" | Set-ASWatermark -LowWatermark 15474836480 -HighWatermark 5474836480 |
/* Sets watermark for staging area related to specified link */ |
SYNOPSIS
Gets retention category.
SYNTAX
Get-ASRetentionCategory [[-Core] <ConnectCore>] [[-Name] <string[]>] [[-EVSiteId] <string[]>] [[-EVRetentionCategoryId] <string[]>] [<CommonParameters>]
DESCRIPTION
The Get-EVRetentionCategory return EV retention category. 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-ASRetentionCategory |
/* Retrieves all EV Retention Categories */ |
Get-ASRetentionCategory -EVRetentionCategoryId 173E142CD3FDE11479691B286FF8B920B1b10000QA-EV10-01.qa.lab.quadrotech-it.com |
/* Retrieves specified EV Retention Category based on Retention Category ID*/ |
Get-ASRetentionCategory | Where-Object { $_.Name -like "TEST*"}| Format-Table -AutoSize |
/* Retrieves all EV Retention Categories with name starting with "TEST" + results are formatted in table */ |
SYNOPSIS
Get retention category mapping.
SYNTAX
Get-ASEVRetentionCategoryMapping [-Core] <ConnectCore> -SourceSiteName] [<string>-SourceSiteId] [<string>-SourceRetentionCategoryName] <string>] [[-SourceRetentionCategoryId] <string>] [[-TartgetSiteName] [<string>-TartgetSiteId] [<string>
-TartgetRetentionCategoryName] [<string>-TartgetRetentionCategoryId] [<string> [<CommonParameters>]
DESCRIPTION
The Get-ASEVRetentionCategoryMapping cmdlet gets retention category 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:
Get-ASEVRetentionCategoryMapping -IncludeTotalCount |
/* Retrieves all Enterprise Vault retention category mappings and total count of results */ |
---|---|
Get-ASEVRetentionCategoryMapping -SourceSiteName "EV12" | Format-Table -AutoSize |
/* Retrieves only Enterprise Vault retention category mappings of specified Enterprise Vault site */ |
SYNOPSIS
Add retention category mapping.
SYNTAX
Add-ASEVRetentionCategoryMapping [-Core] <ConnectCore> [-Intrasite] <SwitchParameter> [-SourceEVRetentionCategoryId] <SwitchParameter> [-SourceEVSite] <string> [-SourceRetentionCategoryName] <string>[-TargetEVRetentionCategoryId] <string> [-TargetO365RetentionId] <string>[[-TargetEVSite] <string>] [[-TargetO365LinkId] <string>] [-TargetRetentionName] <string> [<CommonParameters>]
DESCRIPTION
The Add-ASEVRetentionCategoryMapping cmdlet creates new retention category 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:
Add-ASEVRetentionCategoryMapping -Intrasite |
/* Creates mapping for all intrasite retention categories (UI action button "Add Intrasite Migration Mappings") */ |
Add-ASEVRetentionCategoryMapping -SourceEVSite "EV10" -SourceRetentionCategoryName "Name1" TargetEVSite "EV12" -TargetRetentionName "Name2" |
/* Creates retention maping with specified parameters for EV Extrasite migrations */ |
Add-ASEVRetentionCategoryMapping -SourceEVSite "EV10"-SourceRetentionCategoryName "Name1" -TargetO365 "O365GUID" -TargetRetentionName "O365TAG" |
/* Creates retention maping with specified parameters for EV to O365 migrations - feature message stamping with O365 retention tag*/ |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center