SYNOPSIS
Get Archive Shuttle Journal Explosion user group.
SYNTAX
Get-ASJEUserGroup [-Core] <ConnectCore> -GroupName] [<string[]>-GroupId] [<int[]> [<CommonParameters>]
DESCRIPTION
The Get-ASJEUserGroup cmdlet gets Archive Shuttle Journal Explosion User groups. 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-ASJEUserGroup -GroupName JEGROUP01 Get-ASJEUserGroup -GroupId |
/* Retrieves Journal Explosion group based on its name */ /* Retrieves Journal Explosion group based on its ID */ |
SYNOPSIS
Set Archive Shuttle Journal Explosion user group.
SYNTAX
Set-ASJEUserGroup [-Core] <ConnectCore> -GroupName] [<string[]>-GroupId] [<int[]> [<CommonParameters>]
DESCRIPTION
The Set-ASJEUserGroup cmdlet update Archive Shuttle Journal Explosion User groups. 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:
Set-ASJEUserGroup -GroupId 1 -GroupName JEGROUP_01 |
/* Changes Journal Explosion groups name */ |
SYNOPSIS
Add Folder Name Policy
SYNTAX
Add-ASFolderNamePolicy [-Core] <ConnectCore> [-Name] <string> -NamingPolicy] [<string>-UsePurgesFolder] [<SwitchParameter> [<CommonParameters>]
DESCRIPTION
The Add-ASFolderNamePolicy cmdlet creates new Folder Name Policy that can be used for Journal Explosion migrations. Core parameter in the cmdlet is mandatory. You can specify core as a parameter, or call Connect-ASCore once and core parameter will be automatically added from session state.
Example:
Add-ASFolderNamePolicy -Name FNP01 -NamingPolicy PREFIX_*originalsmtpaddress*_SUFFIX Add-ASFolderNamePolicy -Name FNP02 -UsePurgesFolder |
/* Creates new Folder name policy with specified naming policy */ /* Creates new Folder name policy which points to Purges folder (naming policy does not apply) */ |
SYNOPSIS
Gets Folder Name policy.
SYNTAX
Get-ASFolderNamePolicy [-Core] <ConnectCore> -Name] [<string>-FolderNamePolicyId] [<int> [<CommonParameters>]
DESCRIPTION
The Get-ASFolderNamePolicy cmdlet gets Folder Name policy information. 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. You can use FolderNamePolicyId or Name parameter or both, but using one of them is mandatory.
Example:
Get-ASFolderNamePolicy |
/* Retrieves all available Folder Name Policies */ |
Get-ASFolderNamePolicy -Name FNP01 Get-ASFolderNamePolicy -FolderNamePolicyId 1 |
/* Retrieves Folder Name Policy with specified name */ /* Retrieves Folder Name Policy with specified ID */ |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center