Rights Management 连接器的注册表设置

只有当需要在运行 Exchange、SharePoint 或 Windows Server 的服务器上手动添加或检查注册表设置时,才使用以下部分的表格。 这些注册表设置将服务器配置为使用 RMS 连接器。 配置这些服务器的推荐方法是使用适用于 Microsoft RMS 连接器的服务器配置工具。

有关使用这些配置时的说明:

  • <YourTenantURL> 是 Azure 信息保护租户的 Azure Rights Management 服务 URL。 查找此值:

    1. 针对 Azure Rights Management 服务运行 Get-AipServiceConfiguration cmdlet。 如果尚未安装 AIPService 模块,请参阅安装 AIPService PowerShell 模块

    2. 在输出中找到 LicensingIntranetDistributionPointUrl 值。

      例如:LicensingIntranetDistributionPointUrl:

    3. 该值中,将 /_wmcs/licensing 从此字符串删除。 剩余字符串为 Azure 权限管理服务 URL。 在本示例中,Azure 权限管理服务 URL 为以下值:

      https://5c6bb73b-1038-4eec-863d-49bded473437.rms.na.aadrm.com

      可以通过运行以下 PowerShell 命令验证是否具有正确的值:

      (Get-AipServiceConfiguration).LicensingIntranetDistributionPointUrl -match "https:\/\/[0-9A-Za-z\.-]*" | Out-Null; $matches[0]
      
  • <ConnectorFQDN> 是你在 DNS 中为连接器定义的负载平衡名称。 例如 rmsconnector.contoso.com

  • 如果你已将连接器配置为使用 HTTPS 与本地服务器通信,请使用 HTTPS 前缀作为连接器 URL。 有关详细信息,请参阅主要说明的《Configuring the RMS connector to use HTTPS》(将 RMS 连接器配置为使用 HTTPS)部分。 Azure 权限管理服务 URL 通常使用 HTTPS。

Exchange 2016 或 Exchange 2019 注册表设置

注册表路径:HKEY_LOCAL_MACHINE\Software\Microsoft\MSDRM\ServiceLocation\Activation

类型:Reg_SZ

:默认

数据https://<YourTenantURL>/_wmcs/certification


注册表路径:HKEY_LOCAL_MACHINE\Software\Microsoft\MSDRM\ServiceLocation\EnterprisePublishing

类型:Reg_SZ

:默认

数据https://<YourTenantURL>/_wmcs/Licensing


注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\v15\IRM\CertificationServerRedirection

类型:Reg_SZ

https://<YourTenantURL>

数据:以下两者之一,具体取决于从 Exchange 服务器到 RMS 连接器是使用 HTTP 还是 HTTPS:

  • http://<ConnectorFQDN>

  • https://<ConnectorFQDN>


注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\v15\IRM\LicenseServerRedirection

类型:Reg_SZ

https://<YourTenantURL>

数据:以下两者之一,具体取决于从 Exchange 服务器到 RMS 连接器是使用 HTTP 还是 HTTPS:

  • http://<ConnectorFQDN>

  • https://<ConnectorFQDN>


注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSIPC\ServiceLocation\EnterpriseCertification

类型:Reg_SZ

:默认

数据:以下两者之一,具体取决于从 Exchange 服务器到 RMS 连接器是使用 HTTP 还是 HTTPS:

  • http://<ConnectorFQDN>/_wmcs/certification

  • https://<ConnectorFQDN>/_wmcs/certification


注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSIPC\ServiceLocation\EnterprisePublishing

类型:Reg_SZ

:默认

数据:以下两者之一,具体取决于从 Exchange 服务器到 RMS 连接器是使用 HTTP 还是 HTTPS:

  • http://<ConnectorFQDN>/_wmcs/licensing

  • https://<ConnectorFQDN>/_wmcs/licensing


注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSIPC\ServiceLocation\LicensingRedirection

类型:Reg_SZ

/_wmcs/licensing

数据:以下两者之一,具体取决于从 Exchange 服务器到 RMS 连接器是使用 HTTP 还是 HTTPS:

  • http://<ConnectorFQDN>/_wmcs/licensing

  • https://<ConnectorFQDN>/_wmcs/licensing

SharePoint 2016 或 SharePoint 2013 注册表设置

注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSIPC\ServiceLocation\LicensingRedirection

类型:Reg_SZ

https://*<YourTenantURL>*/_wmcs/licensing

数据:以下两者之一,具体取决于从 SharePoint 到 RMS 连接器是使用 HTTP 还是 HTTPS:

  • http://*<ConnectorFQDN>*/_wmcs/licensing

  • https://*<ConnectorFQDN>*/_wmcs/licensing


注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSIPC\ServiceLocation\EnterpriseCertification

类型:Reg_SZ

:默认

数据:以下两者之一,具体取决于从 SharePoint 到 RMS 连接器是使用 HTTP 还是 HTTPS:

  • http://<ConnectorFQDN>/_wmcs/certification

  • https://<ConnectorFQDN>*/_wmcs/certification


注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSIPC\ServiceLocation\EnterprisePublishing

类型:Reg_SZ

:默认

数据:以下两者之一,具体取决于从 SharePoint 到 RMS 连接器是使用 HTTP 还是 HTTPS:

  • http://<ConnectorFQDN>/_wmcs/licensing

  • https://<ConnectorFQDN>/_wmcs/licensing

文件服务器和文件分类基础结构注册表设置

注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDRM\ServiceLocation\EnterprisePublishing

类型:Reg_SZ

:默认

数据http://<ConnectorFQDN>/_wmcs/licensing


注册表路径: :HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDRM\ServiceLocation\Activation

类型:Reg_SZ

:默认

数据http://<ConnectorFQDN>/_wmcs/certification

返回到部署 Microsoft Rights Management 连接器