Enterprise Vault™ PowerShell Cmdlets
- Introducing the Enterprise Vault PowerShell cmdlets
 - Archiving: Exchange
 - Archiving: FSA
- Get-EVFSAComputerSettings
 - Get-EVFSAFileServer
 - Get-EVFSAFolder
 - Get-EVFSASiteSettings
 - Get-EVFSAVolume
 - New-EVFSAFileServer
 - New-EVFSAFolder
 - New-EVFSAVolume
 - Remove-EVFSAFileServer
 - Remove-EVFSAFolder
 - Remove-EVFSAVolume
 - Set-EVFSAComputerSettings
 - Set-EVFSAFileServer
 - Set-EVFSAFolder
 - Set-EVFSASiteSettings
 - Set-EVFSAVolume
 
 - Archiving: Skype for Business
 - Archiving: SMTP
- Get-EVSMTPHoldingFolder
 - Get-EVSMTPMessageTrackingLogLocation
 - Get-EVSMTPPolicy
 - Get-EVSMTPServerSettings
 - Get-EVSMTPTarget
 - New-EVSMTPPolicy
 - New-EVSMTPServerSettings
 - New-EVSMTPTarget
 - Remove-EVSMTPPolicy
 - Remove-EVSMTPTarget
 - Set-EVSMTPMessageTrackingLogLocation
 - Set-EVSMTPPolicy
 - Set-EVSMTPServerSettings
 - Set-EVSMTPTarget
 - Sync-EVSMTPServerSettings
 
 - Backup
- Get-EVIndexSnapshotLocationBackupMode
 - Set-EVIndexSnapshotLocationBackupMode
 - Clear-EVIndexSnapshotLocationBackupMode
 - Get-IndexLocationBackupMode
 - Set-IndexLocationBackupMode
 - Clear-IndexLocationBackUpMode
 - Get-VaultStoreBackupMode
 - Set-VaultStoreBackupMode
 - Clear-VaultStoreBackupMode
 - Set-EVIndexSnapshotLocation
 - Get-EVIndexSnapshotLocation
 - Remove-EVIndexSnapshotLocation
 - New-EVIndexSnapshot
 - Get-EVIndexSnapshot
 - Remove-EVIndexSnapshot
 - Restore-EVIndexSnapshot
 - Get-EVIndexSnapshotRepository
 - Remove-EVIndexSnapshotRepository
 
 - Classification
- Disable-EVClassification
 - Get-EVClassificationFCITags
 - Get-EVClassificationPolicy
 - Get-EVClassificationStatus
 - Get-EVClassificationTestMode
 - Get-EVClassificationVICTags
 - Import-EVClassificationFCIRules
 - Initialize-EVClassificationVIC
 - Set-EVClassificationVICFIPSMode
 - New-EVClassificationPolicy
 - Publish-EVClassificationFCIRules
 - Remove-EVClassificationPolicy
 - Set-EVClassificationPolicy
 - Set-EVClassificationTestMode
 
 - Databases
 - IMAP access
 - Indexing
 - Records management
 - Retention plans
 - Roles-based administration
 - Sites and servers
 - Tasks and services
 - Vault stores and archives
 
Get-EVIMAPUsers
Get-EVIMAPUsers gets the list of users enabled for IMAP access.
Get-EVIMAPUsers is provided by the snap-in  Symantec.EnterpriseVault.PowerShell.AdminAPI.dll.
Get-EVIMAPUsers -ArchiveName -NTUserName [<CommonParameters>]
Table: Get-EVIMAPUsers parameters
Parameter  | Description  | 
|---|---|
-ArchiveName  | Use -ArchiveName to display only the IMAP enabled users whose archive name matches the value you provide.  | 
-NTUserName  | Use -NTUserName to display only the IMAP enabled users whose Active Directory user name matches the value you provide.  | 
Get-EVIMAPUsers -ArchiveName John
Returns the users matching the archive name 'John'.
Get-EVIMAPUsers -NTUserName "Steve_B"
Returns the users matching the username entry 'Steve_B'.
Table: Get-EVIMAPUsers properties lists the properties that are available.
Table: Get-EVIMAPUsers properties
Name  | Type  | Description  | 
|---|---|---|
EnabledForIMAP  | Boolean  | Indicates whether the user is enabled for IMAP access. Possible values are: $true (user is enabled), $false (user is not enabled).  | 
MbxArchiveName  | String  | The name of the user's mailbox archive.  | 
MbxNTDomain  | String  | The Windows domain.  | 
MbxNTUser  | String  | The user's login name.  | 
ReadyForIMAP  | Boolean  | Indicates whether the metadata store has been built for the archive. Possible values: $true (the metadata store has been built), $false (the metadata store has not yet been built). Internet mail archives always have a metadata store, so ReadyForIMAP is always true for Internet mail archives.  | 
SID  | String  | The SID (security identifier) of the Active Directory user.  | 
Type  | String  | The type of archive. Possible values: "Exchange", "Internet Mail".  |