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-EVClassificationPolicy
Remove-EVClassificationPolicy removes the specified Enterprise Vault classification policy, if it is not in use. The cmdlet prompts you to confirm the removal of the classification policy.
Remove-EVClassificationPolicy is provided by the snap-in Symantec.EnterpriseVault.PowerShell.AdminAPI.dll
.
Remove-EVClassificationPolicy [[-SiteId] <String>] [-Name] <String> [<CommonParameters>]
Table: Remove-EVClassificationPolicy parameters
Parameter | Description |
---|---|
-SiteId | The ID of the site to which the Enterprise Vault classification policy belongs. If you omit this parameter, and the cmdlet cannot determine the ID by looking in the registry, then Remove-EVClassificationPolicy prompts you to enter the required ID. You can use Get-EVSite to obtain the site ID. |
-Name (required) | The name of the Enterprise Vault classification policy to remove. |
Remove-EVClassificationPolicy -SiteId 13E...EV.example.com -Name "Classification policy"
Removes the Enterprise Vault classification policy that is named "Classification policy" from the specified Enterprise Vault site.
None.