我正在寻找有关将 2000 多个用户的主目录和配置文件从 Windows Server 2003 DC 盒移动到我们新的 Server 2012 DC 盒的建议?我如何保持目录权限完整并移动文件结构?我在高等教育环境中。
答案1
使用 Robocopy正确的选项。
robocopy /timfix /mir /zb /purge /copyall S:\source d:\destination
我正在寻找有关将 2000 多个用户的主目录和配置文件从 Windows Server 2003 DC 盒移动到我们新的 Server 2012 DC 盒的建议?我如何保持目录权限完整并移动文件结构?我在高等教育环境中。
使用 Robocopy正确的选项。
robocopy /timfix /mir /zb /purge /copyall S:\source d:\destination