愿得一人心,白首不相离。

域控制器上的 SYSVOL 复制失败并显示 DFSR 错误 4612

症状

受影响的 DC 在 net share 命令中没有列出 SYSVOL 或 NETLOGON 共享。

受影响 DC 上的 DFS 复制事件日志包含 DFSR 错误 4612 和 5008。两个错误中指示的合作伙伴服务器是不再可用的 DC。

Error 4612:

The DFS Replication service initialized SYSVOL at local path [path] and is waiting to perform initial replication. The replicated folder will remain in the initial synchronization state until it has replicated with its partner [partner]. If the server was in the process of being promoted to a domain controller, the domain controller will not advertise and function as a domain controller until this issue is resolved. This can occur if the specified partner is also in the initial synchronization state, or if sharing violations are encountered on this server or the sync partner. If this event occurred during the migration of SYSVOL from File Replication service (FRS) to DFS Replication, changes will not replicate out until this issue is resolved. This can cause the SYSVOL folder on this server to become out of sync with other domain controllers.

Jack 2024/2/21 0评论

域常用命令

1、同步所有域控 repadmin /syncall

2、查看当前域同步状态 repadmin /showrepl *

3、查看指定DC的同步状态 repadmin /showrepl DC4

3、域控中 DNS测试 DCDiag /test:dns

4、显示域控制器之间复制数量和状态 repadmin /replsummary


Jack 2024/2/21 0评论

技术支持

win11跳过登录微软账号进入新系统界面

1、新买的电脑正常开机,按步骤操作“下一步”;

2、遇到需要连接网络的界面时,按下键盘的Shift+F10,打开命令提示符(部分笔记本需按下Shift+Fn+F10);

3、输入以下命令(oobe和/bypassnro之间没有空格)oobe/bypassnro

4、 Windows重启,重新设置地区->键盘布局。。

Jack 2023/12/18 0评论