Share via

exchange 2016集成ADRMS功能时,修改InternalLicensingEnabled状态时报错

龚德沨 0 Reputation points
2023-10-11T08:31:01.4766667+00:00

执行的命令

Set-IRMConfiguration -InternalLicensingEnabled $true

具体报错

请求因 HTTP 状态 401 失败: Unauthorized。 ---> 从 https://win-k8o1hngkiol.test.com/_wmcs/certification/server.asmx 获取
服务器信息失败。
    + CategoryInfo          : InvalidOperation: (:) [Set-IRMConfiguration],Exception
    + FullyQualifiedErrorId : [Server=WIN-K8O1HNGKIOL,RequestId=9eae45f5-051b-4b04-9975-c7811d86f614,TimeStamp=2023/10
   /11 8:14:13] [FailureCategory=Cmdlet-Exception] CC7E8B18,Microsoft.Exchange.Management.RightsManagement.SetIRMConf
  iguration
    + PSComputerName        : win-k8o1hngkiol.test.com
Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.


2 answers

Sort by: Most helpful
  1. Aholic Liang-MSFT 13,926 Reputation points Microsoft External Staff
    2023-10-12T09:54:24.6933333+00:00

    您好 @ 龚德沨

    很高兴得知您已找到解决方案并感谢您将其分享出来。

    由于Microsoft问答社区有一项政策,即“问题作者不能接受自己的答案。他们只能接受别人的回答。“根据这里介绍的场景:Answering your own questions on Microsoft Q&A,我会对这个线程做一个简短的总结:

    问题症状:

    在exchange 2016和ADRMS 集成后,无法运行Set-IRMConfiguration

    并得到以下报错:

    请求因 HTTP 状态 401 失败: Unauthorized。 ---> 从 https://win-k8o1hngkiol.test.com/_wmcs/certification/server.asmx 获取服务器信息失败。
    

    解决方案:

    IIS管理器中身份验证方式启用内核模式身份认证。


    您可以单击此摘要的“接受答案”按钮以关闭此线程,这可以使其他社区成员在阅读此线程时更容易看到有用的信息。

    感谢您的操作~

    Was this answer helpful?

    0 comments No comments

  2. 龚德沨 0 Reputation points
    2023-10-12T08:20:09.6866667+00:00

    找到问题了,IIS管理器中身份验证需要启用内核模式身份认证

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.