SYNOPSIS
Set the status for container mapping in stage 2.
SYNTAX
Set-ASStage2Status [-Core] <ConnectCore> [-ContainerMappingId] <int[]> [-Action] <Stage2Action> [[-WorkflowPolicyId] <int>] [[-WorkflowPolicyName] <string>] [<CommonParameters>]
DESCRIPTION
The Set-ASStage2Action will run the chosen stage 2 action. 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-ASStage2Status -ContainerMappingId '2' -Action ChangePolicy -WorkflowPolicyId 145 Set-ASStage2Status -ContainerMappingId '2' -Action Retry |
SYNOPSIS
Set the status for container mapping in pre-migration.
SYNTAX
Set-ASPremigrationAction [-Core] <ConnectCore> [-ContainerMappingId] <int[]> [-Action] <Stage2Action> [[-WorkflowPolicyId] <int>] [[-WorkflowPolicyName] <string>] [<CommonParameters>]
DESCRIPTION
The Set-ASPremigrationAction will run choosen premigration action. 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-ASPremigrationAction -ContainerMappingId 3 -Action ChangePolicy -WorkflowPolicyId 107 |
/* Will change pre-migration workflow policy for specified ContainerMappingId */ |
Set-ASPremigrationAction -ContainerMappingId 3 -Action Pause |
/* Will pause pre-migration workflow policy */ |
SYNOPSIS
Get the health status (UI/WS/DB/License) of Archive Shuttle/MM.
SYNTAX
Get-ASHealthStatus [-Core] <ConnectCore> [[-UIStatus] <SwitchParameter>] [[-WSStatus] <SwitchParameter>] [[-DBStatus] <SwitchParameter>] [[-IncludeItemDbs] <SwitchParameter>] [[-LicenseStatus] <SwitchParameter>] [<CommonParameters>]
DESCRIPTION
The Get-ASHealthStatus will return the AS/MM health status for UI/WS/DB/License. You can specify core as a parameter, or call Connect-ASCore once and the core parameter will be automatically added from the session state. Output is in the form of objects that can be further parsed in the pipeline. The user can use command ConvertToJson to unpack the object to a .json format. In the output, there is also Boolean object with name "IsHealthy" that is set to true when no errors/exceptions occur during the check, and also object errors where the found errors are stored and shown when some exceptions occur.
Example:
Get-ASHealthStatus Get-ASHealthStatus | ConvertTo-Json -Depth 6 |
/* Retrieve all parameters */ /* Retrieve all parameters unpacked*/ |
SYNOPSIS
Gets module credentials.
SYNTAX
Get-ASModuleCredential [-Core] <ConnectCore> [-CredentialType] <CredentialType> [[-Name] <string>] [[-ModuleId] <Guid>] <CommonParameters>]
DESCRIPTION
The Get-ASModuleCredential cmdlet gets module credential.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-ASModuleCredential -CredentialType Office365 Get-ASModuleCredential -CredentialType Exchange | Out-File 'c:\check.txt' |
/* Retrieve all credentials (type Office 365) */ /* Retrieve all credentials (type Exchange) and saves it into a .txt file*/ |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center