Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
Enterprise Vault™ PowerShell Cmdlet
- Enterprise Vault PowerShell Cmdlet 简介
- 归档:Exchange
- 归档:FSA
- 归档:Skype for Business
- 归档: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
- 备份
- 分类
- Disable-EVClassification
- Get-EVClassificationFCITags
- Get-EVClassificationPolicy
- Get-EVClassificationStatus
- Get-EVClassificationTestMode
- Get-EVClassificationVICTags
- Import-EVClassificationFCIRules
- Initialize-EVClassificationVIC
- New-EVClassificationPolicy
- Publish-EVClassificationFCIRules
- Remove-EVClassificationPolicy
- Set-EVClassificationPolicy
- Set-EVClassificationTestMode
- 数据库
- IMAP 访问
- 索引
- 记录管理
- 保留计划
- 基于角色的管理
- 站点和服务器
- 任务和服务
- 保管库存储和归档
Remove-EVExchangeFolderPolicy
Remove-EVExchangeFolderPolicy 会从邮箱中的文件夹删除 Enterprise Vault 筛选器设置。可以将受影响的文件夹限制为仅包括 Exchange 托管文件夹。
Remove-EVExchangeFolderPolicy 由管理单元 Symantec.EnterpriseVault.PowerShell.Snapin.dll 提供。
Remove-EVExchangeFolderPolicy -PrimarySMTPAddress <String> [-DomainController <String>] [-DontUseSSL] [-Credential <PSCredential>] [-ManagedFolders] [-MailServer <String>] [-LogFile <String>] [-ExchangeWebServicesURL <String>] [<CommonParameters>]
表:Remove-EVExchangeFolderPolicy 参数
|
参数 |
说明 |
|---|---|
|
-PrimarySMTPAddress(必填) |
指定要使用的邮箱的主 SMTP 地址。 |
|
-DomainController |
指定应该针对其运行 LDAP 查找查询的域控制器。 |
|
-DontUseSSL |
指定在连接到 Exchange Server 时不应使用 SSL。 |
|
-Credential |
指定应该用于连接到 Exchange Server 的 PSCredentials。这应该是 Enterprise Vault 管理员帐户。 |
|
-ManagedFolders |
仅限于对设置了 Exchange 托管文件夹策略的文件夹执行删除操作。 |
|
-MailServer |
覆盖与邮箱相关的邮箱服务器值,并尝试使用指定的服务器。 |
|
-LogFile |
将输出记录到指定的文件而不是控制台。 |
|
-ExchangeWebServicesURL |
指定 Exchange 2010 环境中的 Exchange Web 服务 URL。如果 Remove-EVExchangeFolderPolicy 未能自动确定 Exchange Web 服务 URL,则使用此参数。 |
Remove-EVExchangeFolderPolicy -PrimarySMTPAddress user1@example.com -ManagedFolders
从 SMTP 地址为 user1@example.com 的邮箱中的 Exchange 托管文件夹删除任何 Enterprise Vault 过滤器设置。