Veritas Enterprise Vault™ PowerShell Cmdlets
- Introducing the Enterprise Vault PowerShell cmdlets
- Archiving: Exchange
- Archiving: FSA
- Archiving: Skype for Business
- Archiving: SMTP
- Backup
- Classification
- Databases
- IMAP access
- Indexing
- Records management
- Retention plans
- Roles-based administration
- Sites and servers
- Tasks and services
- Vault stores and archives
Remove-EVExchangeFolderPolicy
Remove-EVExchangeFolderPolicy removes Enterprise Vault filter settings from folders within a mailbox. The folders affected can be restricted to only include Exchange Managed Folders.
Remove-EVExchangeFolderPolicy is provided by Symantec.EnterpriseVault.PowerShell.Snapin.dll, which is loaded by the Enterprise Vault Management Shell.
Remove-EVExchangeFolderPolicy -PrimarySMTPAddress <String> [-DomainController <String>] [-DontUseSSL] [-Credential <PSCredential>] [-ManagedFolders] [-MailServer <String>] [-LogFile <String>] [-ExchangeWebServicesURL <String>] [<CommonParameters>]
Table: Remove-EVExchangeFolderPolicy parameters
Parameter | Description |
---|---|
-PrimarySMTPAddress (required) | Specifies the primary SMTP address of the mailbox to be used. |
-DomainController | Specifies the domain controller that the LDAP lookup query should be run against. |
-DontUseSSL | Specifies that SSL should not be used when connecting to the Exchange Server. |
-Credential | Specifies the PSCredentials that should be used to connect to the Exchange Server. This should be your Enterprise Vault administrator account. |
-ManagedFolders | Restricts the delete to only folders that have an Exchange Managed Folder policy set against them. |
-MailServer | Overrides the mailbox server value associated with the mailbox and attempts to use the server specified. |
-LogFile | Log the output to the file specified instead of to the console. |
-ExchangeWebServicesURL | Specifies the Exchange Web Services URL in Exchange 2010 environments. Use this parameter if Remove-EVExchangeFolderPolicy fails to determine the Exchange Web Services URL automatically. |
Remove-EVExchangeFolderPolicy -PrimarySMTPAddress user1@example.com -ManagedFolders
Removes any Enterprise Vault filter settings from Exchange Managed Folders located in the mailbox with the SMTP address of user1@example.com.