Please enter search query.
Search <book_title>...
Enterprise Vault™ PowerShell Cmdlets
Last Published:
2018-03-29
Product(s):
Enterprise Vault (12.3)
- 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-EVExchangeMailboxPolicy
Remove-EVExchangeMailboxPolicy deletes an Exchange Mailbox policy.
Remove-EVExchangeMailboxPolicy is provided by the snap-in Symantec.EnterpriseVault.PowerShell.AdminAPI.dll
.
Syntax
Remove-EVExchangeMailboxPolicy -Name <String> [-SiteId <String>] [-EntryId <String>] [<CommonParameters>]
Parameters
Table: Remove-EVExchangeMailboxPolicy parameters
Parameter | Description |
---|---|
-Name (required) | Name of the Exchange Mailbox policy to delete. |
-SiteId | The directory entry ID of the Enterprise Vault site in which the policy is configured. |
-EntryId | The directory entry ID of the policy. |
Examples
Remove-EVExchangeMailboxPolicy -Name "Test Policy"
Deletes the Exchange Mailbox policy called "Test Policy".
Output
None.
Related cmdlets