千家信息网

windows server 2016 DC重置用户密码报错

发表于:2024-11-24 作者:千家信息网编辑
千家信息网最后更新 2024年11月24日,最近在做一个简单的项目:windows server 2016 DC部署,遇到了个问题,重置某用户密码的时候报错了,错误如下:找了好久,终于找到了链接,链接见下:https://support.mic
千家信息网最后更新 2024年11月24日windows server 2016 DC重置用户密码报错

最近在做一个简单的项目:windows server 2016 DC部署,遇到了个问题,重置某用户密码的时候报错了,错误如下:

找了好久,终于找到了链接,链接见下:

https://support.microsoft.com/en-us/help/4034661/windows-10-update-kb4034661

此KB修复的问题中有一条,如下:

Addressed issue where a computer account loses its domain membership with the error 1789, "The trust relationship between this workstation and the primary domain failed." The same problem happens internally when a user password cannot be changed with error 0xc0000206, "The size of the buffer is invalid for the specified operation."

通过以下链接下载KB:

http://www.catalog.update.microsoft.com/Search.aspx?q=KB4034661

下载后,在win server 2016 DC上安装

完成后问题解决。

0