利用 Microsoft Outlook 保护规则,可以在发送邮件之前,通过应用 Outlook 2010 中的 Active Directory 权限管理服务 (AD RMS) 模板,来使用信息权限管理 (IRM) 保护邮件。
使用命令行管理程序创建 Outlook 保护规则
本示例将创建 Outlook 保护规则 Project Contoso。 通过 AD RMS 模板关键业务,该规则可以保护发送至 ContosoPMs 通讯组的邮件。
New-OutlookProtectionRule -Name “Project Contoso” -SentTo “DL-ContosoPMs@contoso.com” -ApplyRightsProtectionTemplate “Business Critical”
Exchange 2013 创建 Outlook 保护规则
利用 Microsoft Outlook 保护规则,可以在发送邮件之前,通过应用 Outlook 2010 中的 Active Directory 权限管理服务 (AD RMS) 模板,来使用信息权限管理 (IRM) 保护邮件。
使用命令行管理程序创建 Outlook 保护规则
本示例将创建 Outlook 保护规则 Project Contoso。 通过 AD RMS 模板关键业务,该规则可以保护发送至 ContosoPMs 通讯组的邮件。
New-OutlookProtectionRule -Name “Project Contoso” -SentTo “DL-ContosoPMs@contoso.com” -ApplyRightsProtectionTemplate “Business Critical”
此示例删除 Outlook 保护规则 OPR-DG-Finance。
Remove-OutlookProtectionRule -Identity “OPR-DG-Finance”
此示例删除 Exchange 组织中的所有 Outlook 保护规则。
Get-OutlookProtectionRule | Remove-OutlookProtectionRule
Latest posts by Exchange中文站 (see all)
- 微软发布Azure PlayFab公众预览 - 2021年10月22日
- 微软发布全新云计算资料分析工具Azure Synapse - 2020年12月15日
- Exchange Server 版本号和发行日期汇总 - 2020年9月21日
发布于:
浏览:3604 次
还没有评论