SYNOPSIS
Add Target Path Name Policy.
SYNTAX
Add-ASTargetPathNamePolicy [-Core] <ConnectCore> [-Name] <string> [-NamingPolicy] <string> [<CommonParameters>]
DESCRIPTION
The Add-ASTargetPathNamePolicy cmdlet creates a new 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.
Examples:
Add-ASTargetPathNamePolicy -Name ARName&ID-NamingPolicy *archivename*_*archiveid* |
/*Add new policy with specific name and tokes*/ |
SYNOPSIS
PowerShell command for adding of Office 365 leavers configuration.
SYNTAX
Add-ASO365LeaversConfiguration [-Core] <ConnectCore> [-LinkId] <Guid?> [-LinkName] <string> [-SettingType] <Office365MailboxProvisioningSettingType> [-NamingScheme] <string> [-UsageLocation] <string> [-EMailSuffix]<string> [[-HideFromAddresslist] <SwitchParameter>] [[-BlockCredential] <SwitchParameter>] -LegalHoldType <Office365LegalHoldType> [-Office365LicenseId <int>] [-MaxRollingLicenses <int?>] [-DLNamingScheme <string>] -GroupMailboxNamingScheme <string> [-DeleteMailboxPermanently <bool?>] [<CommonParameters>]
DESCRIPTION
The Add-ASO365LeaversConfiguration creates leavers setting. Link names or linkIds can be used. The core parameter 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:
$o365link = Get-ASLink -Type Office365 -LinkName "O365" $o365license = Get-ASO365License -AccountSkuId "quadrotechlab3:ENTERPRISEPACK"
Add-ASO365LeaversConfiguration -LinkId $o365link.LinkId -SettingType Leavers -NamingScheme "LEAVER_MapId_*containermappingID*_*archivename*" -UsageLocation UnitedStates -EMailSuffix "@domain.com" -HideFromAddresslist -BlockCredential -Office365LicenseId $o365license.Office365LicenseId -MaxRollingLicenses 5 |
/* Creates Standard Office 365 Leavers configuration */ /* Post Archive Shuttle 9.5, it is possible to create leavers configuration only with Litigation hold, which is set automatically by default */ |
Add-ASO365LeaversConfiguration -LinkId $o365link.LinkId -SettingType VirtualJournal -NamingScheme "VJOURNAL_MapId_*containermappingID*_*archivename*" -UsageLocation UnitedStates -EMailSuffix "@domain.com" -HideFromAddresslist -BlockCredential -Office365LicenseId $o365license.Office365LicenseId -MaxRollingLicenses 5 |
/* Creates Virtual Journal Leavers configuration */ |
Add-ASO365LeaversConfiguration -LinkId $o365link.LinkId -SettingType VirtualJournal -NamingScheme "MAORVJOURNAL_MapId_*containermappingID*_*archivename*" -UsageLocation UnitedStates -EMailSuffix "@domain.com" -HideFromAddresslist -BlockCredential -Office365LicenseId $o365license.Office365LicenseId -MaxRollingLicenses 5 |
/* Creates Journal Explosion Leavers configuration */ |
SYNOPSIS
Get Archive Shuttle Office 365 license.
SYNTAX
Get-ASO365License [-Core] <ConnectCore> -Office365LicenseId] [<int[]>-AccountSkuId] [<string[]> [<CommonParameters>]
DESCRIPTION
The Get-ASO365License cmdlet gets Office 365 licenses. 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-ASO365License |
/* Retrieves all Office 365 licenses present within Archive Shuttle Database */ |
Get-ASO365License -AccountSkuId "quadrotechlab3:ENTERPRISEPACK" Get-ASO365License -Office365LicenseId 1 |
/* Retrieves only license with specified AccountSkuId */ /* Retrieves only license with specified ID (internal Archive Shuttle DB Id) */ |
SYNOPSIS
PowerShell command for setting of Office 365 leavers configuration.
SYNTAX
Set-ASO365LeaversConfiguration [-Core] <ConnectCore> [-LinkId] <Guid?> [-LinkName] <string> [-SettingType] <Office365MailboxProvisioningSettingType> [[-NamingScheme] <string>] [[-UsageLocation] <Location?>] [[-EMailSuffix] <string>] [[-HideFromAddresslist] <bool?>] [[-BlockCredential] <bool?>] [-LegalHoldType <Office365LegalHoldType>] [-Office365LicenseId <int?>] [-MaxRollingLicenses <int?>] [-DLNamingScheme <string>] [-GroupMailboxNamingScheme <string>] [-DeleteMailboxPermanently <bool?>] [<CommonParameters>]
DESCRIPTION
The Set-ASO365LeaversConfiguration sets leavers setting. Link names or linkIds can be used. The core parameter 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-ASO365LeaversConfiguration -LinkName "O365" -SettingType Leavers -UsageLocation Slovakia |
/* Sets UsageLocation of existing leavers configuration */ |
Set-ASO365LeaversConfiguration -LinkName "O365" -SettingType VirtualJournal -Office365LicenseId $o365license.Office365LicenseId -MaxRollingLicenses 1 |
/* Sets Rolling license count of existing leavers configuration */ |
Set-ASO365LeaversConfiguration -LinkName "O365" -SettingType VirtualJournal -DeleteMailboxPermanently 1 |
/* Sets Delete mailbox permanently */ |
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center