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-EVSMTPHoldingFolder
Get-EVSMTPHoldingFolder displays details of the SMTP holding folder that is configured on the Enterprise Vault server where you run the cmdlet. If the SMTP Archiving task is not configured, Get-EVSMTPHoldingFolder produces no output. If the SMTP Archiving task cannot locate the holding folder, the total values displayed by Get-EVSMTPHoldingFolder are zero.
Get-EVSMTPHoldingFolder is provided by the snap-in  Symantec.EnterpriseVault.PowerShell.Core.dll.
Get-EVSMTPHoldingFolder [<CommonParameters>]
PowerShell common parameters only.
Get-EVSMTPHoldingFolder
Displays details of the SMTP holding folder that is configured on the Enterprise Vault server where you run the cmdlet.
Get-EVSMTPHoldingFolder returns an object of the type Symantec.EnterpriseVault.PowerShell.Core.Output.SMTPHoldingFolder, which contains the properties listed in the following table.
Table: Get-EVSMTPHoldingFolder properties
Name  | Type  | Description  | 
|---|---|---|
TaskName  | String  | The name of the SMTP Archiving task that is using the holding folder.  | 
TaskEntryId  | String  | The directory entry ID of the SMTP Archiving task that is using the holding folder.  | 
Path  | String  | The full path to the SMTP holding folder.  | 
TotalQuotaGBytesFree  | Double  | The total space unused, in gigabytes  | 
TotalQuotaGBytesUsed  | Double  | The total space used, in gigabytes.  | 
TotalQuotaGBytesAvailable  | Double  | The total space available, in gigabytes.  |