仅当想要在运行 Exchange、SharePoint 或 Windows Server 的服务器上手动添加或检查注册表设置时,才使用以下部分中的表。 这些注册表设置将服务器配置为使用 RMS 连接器。 配置这些服务器的建议方法是使用Microsoft RMS 连接器的服务器配置工具。
使用这些设置时的说明:
<YourTenantURL>是 Azure 信息保护租户的 Azure Rights Management 服务 URL。 若要查找此值,请:运行 Get-AipServiceConfiguration cmdlet,以获取 Azure Rights Management 服务的配置。 如果尚未安装 AIPService 模块,请参阅 安装 Azure Right Management 服务的 AIPService PowerShell 模块。
在输出中,标识 LicensingIntranetDistributionPointUrl 值。
例如: LicensingIntranetDistributionPointUrl: https://5c6bb73b-1038-4eec-863d-49bded473437.rms.na.aadrm.cn/_wmcs/licensing
从该字符串的值中删除/_wmcs/licensing。 其余字符串是 Azure Rights Management 服务 URL。 在我们的示例中,Azure Rights Management 服务 URL 将是以下值:
https://5c6bb73b-1038-4eec-863d-49bded473437.rms.na.aadrm.cn
可以通过运行以下 PowerShell 命令来验证是否具有正确的值:
(Get-AipServiceConfiguration).LicensingIntranetDistributionPointUrl -match "https:\/\/[0-9A-Za-z\.-]*" | Out-Null; $matches[0]
<ConnectorFQDN>是在连接器的 DNS 中定义的负载均衡名称。 例如, rmsconnector.contoso.com。如果已将连接器配置为使用 HTTPS 与本地服务器通信,请使用连接器 URL 的 HTTPS 前缀。 有关详细信息,请参阅主要说明中的 “配置 RMS 连接器以使用 HTTPS ”部分。 Azure Rights Management 服务 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/certificationhttps://<ConnectorFQDN>/_wmcs/certification
注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSIPC\ServiceLocation\EnterprisePublishing
类型:Reg_SZ
值:默认值
数据:以下项之一,具体取决于通过 Exchange 服务器连接到 RMS 连接器时是使用 HTTP 还是 HTTPS:
http://<ConnectorFQDN>/_wmcs/licensinghttps://<ConnectorFQDN>/_wmcs/licensing
注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSIPC\ServiceLocation\LicensingRedirection
类型:Reg_SZ
值:/_wmcs/licensing
数据:以下项之一,具体取决于通过 Exchange 服务器连接到 RMS 连接器时是使用 HTTP 还是 HTTPS:
http://<ConnectorFQDN>/_wmcs/licensinghttps://<ConnectorFQDN>/_wmcs/licensing
SharePoint 2016 或 SharePoint 2013 注册表设置
注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSIPC\ServiceLocation\LicensingRedirection
类型:Reg_SZ
值:https://*<YourTenantURL>*/_wmcs/licensing
数据:以下之一,具体取决于您是否使用 HTTP 或 HTTPS 通过 SharePoint 服务器连接至 RMS 连接器:
http://*<ConnectorFQDN>*/_wmcs/licensinghttps://*<ConnectorFQDN>*/_wmcs/licensing
注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSIPC\ServiceLocation\EnterpriseCertification
类型:Reg_SZ
值:默认值
数据:以下之一,具体取决于您是否使用 HTTP 或 HTTPS 通过 SharePoint 服务器连接至 RMS 连接器:
http://<ConnectorFQDN>/_wmcs/certificationhttps://<ConnectorFQDN>*/_wmcs/certification
注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSIPC\ServiceLocation\EnterprisePublishing
类型:Reg_SZ
值:默认值
数据:以下之一,具体取决于您是否使用 HTTP 或 HTTPS 通过 SharePoint 服务器连接至 RMS 连接器:
http://<ConnectorFQDN>/_wmcs/licensinghttps://<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