SYNOPSIS
Set file name policy.
SYNTAX
Set-ASFileNamePolicy [-Core] <ConnectCore> -FileNamePolicyId] [<int>-Name] <string>] [[-NamingPolicy] [<string> [<CommonParameters>]
DESCRIPTION
The Set-ASFileNamePolicy cmdlet gets the file name policy. 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-ASFileNamePolicy -FileNamePolicyId 1 -NamingPolicy "*archivename*_pstId-*pstid*_*pstnumber*.pst" |
/* Sets naming policy of specified file name policy */ |
SYNOPSIS
Add new file name policy.
SYNTAX
Add-ASFileNamePolicy [-Core] <ConnectCore> [-Name] <string> -NamingPolicy] [<string> [<CommonParameters>]
DESCRIPTION
The Add-ASFileNamePolicy cmdlet creates a new file name policy. 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-ASFileNamePolicy -Name OwnerlessCustom -NamingPolicy "*archivename*_pstId-*pstid*_*pstnumber*.pst" |
/* Creates new file name policy */ |
SYNOPSIS
Get Target Path Name Policy.
SYNTAX
Get-ASTargetPathNamePolicy [-Core] <ConnectCore> -TargetPathNamePolicyId][<int> [[-Name] <string>] [<CommonParameters>]
DESCRIPTION
The Get-ASTargetPathNamePolicy cmdlet gets the Target Path Name Policy. 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-ASTargetPathNamePolicy Get-ASTargetPathNamePolicy -TargetPathNamePolicyId 42 |
/*Retrieves all Target Path Name Policies */ /*Retrieves specific Target Path Name Policy with id 42 */ |
SYNOPSIS
Set Target Path Name Policy.
SYNTAX
Set-ASTargetPathNamePolicy [-Core] <ConnectCore> [-TargetPathNamePolicyId] <int> -Name] <string>] [[-NamingPolicy] [<string> [<CommonParameters>]
DESCRIPTION
The Set-ASTargetPathNamePolicy cmdlet sets the Target Path Name Policy. 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. call Connect-ASCore once and core parameter will be automatically added from session state.
Example:
Set-ASTargetPathNamePolicy -TargetPathNamePolicyId 2 -Name testPS |
/*Sets existing Target Path Name policy based on id */ |
Set-ASTargetPathNamePolicy -TargetPathNamePolicyId 2 -NamingPolicy *archivename*_*archiveid* |
/*Sets existing Target Path Name policy tokes based on id */ |
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center