利用 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 云服务 - 2020年9月17日
- Windows Terminal 1.0正式发布 - 2020年5月25日
- Azure Lighthouse 相关介绍 - 2020年3月2日
发布于:
浏览:3070 次
还没有评论