SYNOPSIS
Gets Archive Shuttle mailbox.
SYNTAX
Get-ASMailbox -Core <ConnectCore> [[-SAMAccountName] <string[]>] [[-UserSid] [[-UserPrincipalName] <string[]>]<SecurityIdentifier[]>] [[-MailboxType] <ExchangeMailboxTypeEnum>] [[-MailboxKind] <MailboxKindEnum>] [[-MailboxKind] <SwitchParameter>] [<CommonParameters>]
DESCRIPTION
The Get-ASMailbox returns mailboxes. 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. All Parameters are accepted as composite filter.
Example:
Get-ASMailbox |
|
Get-ASMailbox -All -IncludeTotalCount |
|
Get-ASMailbox -First 1 -Skip 1000|fl |
|
Get-ASMailbox -UserSid "S-1-5-21-141886343-4149337270-1996687478-6693" |
|
Get-ASMailbox -MailboxType DisabledUser -MailboxKind OnlinePrimary |
|
SYNOPSIS
Gets Office 365 synchronization.
SYNTAX
Get-ASUserSyncStatus [-Core] <ConnectCore> [-SAMAccountName] <string[]> [-UserPrincipalName] <string[]> [<CommonParameters>]
DESCRIPTION
The Get-ASUserSyncStatus returns last user sync date time. 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-ASUserSyncStatus -UserPrincipalName user1@domain1.onmicrosoft.com Result: Last O365 sync of User: user1 at 04.05.2016 13:09:20 (UTC). |
|
SYNOPSIS
Sets container.
SYNTAX
Set-ASContainer [-Core] <ConnectCore> [-ContainerId] <Guid[]>[[-DissociateArchiveUser] <SwitchParameter>] [[-RevokeArchiveDissociation] <SwitchParameter>] [<CommonParameters>]
DESCRIPTION
The Set-ASContainer cmdlet sets container parameters. 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-ASContainer -ContainerId 'c2dbaadb-566f-43e4-98ed-030eda591762' -DissociateArchiveUser |
/* Command dissociate user from archive container - container becomes onwerless*/ |
Set-ASContainer -ContainerId 'c2dbaadb-566f-43e4-98ed-030eda591762' -RevokeArchiveDissociation |
/* Command enable archive binding to user (if it exists) - container becomes non-ownerless after sync source environment*/ |
SYNOPSIS
Start Active Directory sync.
SYNTAX
Start-ASSyncADUsers [-Core] <ConnectCore> [-DistinguishedName] <string> [<CommonParameters>]
DESCRIPTION
The Start-ASSyncADUsers cmdlet starts Active Directory sync. 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.
Example:
Start-ASSyncADUsers -DistinguishedName "DC=qa,DC=lab,DC=quadrotech-it,DC=com" |
/* Command starts sync of Active Directory users for specified domain */ |
© ALL RIGHTS RESERVED. Conditions d’utilisation Confidentialité Cookie Preference Center