您好,欢迎访问三七文档
当前位置:首页 > 办公文档 > 总结/报告 > 工作组计算机入域后用户文件迅速迁移方法
工作组计算机入域后用户文件迅速迁移方法从工作组加入到域环境时,用户加入域后系统将会重新建立域用户配置文件,原有使用用户配置文件都全部没有了,需要手工拷贝及设定,相当浪费时间。moveuser工具可以帮助我们方便的把本地用户的profile转移到域用户下面,对于大量转移有很大的帮助。转移包含:桌面、我的文档、OE、outlook等设定、打印机等等。注:这里只探讨用户转移时更快速的实现用户文件、配置迁移方式,对于域管理不作讨论,因为有可能ADMT3.0有更完善的方法。MoveUser官方解释:MoveUserusesthefollowingsyntax:moveuser[Domain\]OldUserAccount[Domain\]NewUserAccount[/c:Computer][/k][/y]ParametersOldUserAccountSpecifiesauserwhohasalocalprofile.SpecifydomainandusernamesintheDomain/Userortheuserprincipalname(UPN)format.IfDomainisomitted,OldUserAccountisassumedtobelongtothedomainofthecurrentuser.NewUserAccountSpecifiestheuserwhowillowntheOldUserAccountprofile.Thisaccountmustalreadyexist.SpecifydomainandusernamesintheDomain/Userortheuserprincipalname(UPN)format.IfDomainisomitted,NewUserAccountisassumedtobelongtothedomainofthecurrentuser./c:ComputerSpecifiesaremotecomputeronwhichtomakethechanges.Ifomitted,thelocalcomputerisassumed.Usethisparametertomovetheuserprofiletoanewcomputer./kSpecifiesthatOldUserAccountresidesinthelocaldatabaseofthecomputerandshouldnotbedeletedaftertheprofileismoved.保留本机帐户。/yDirectsMoveUsertooverwriteanyexistingprofiles.完全覆盖配置。本地工作组目录至域用户操作步骤:1、本地用户使用netdom登陆入域;(也可在我的电脑右键属性中设置)2、重启后,暂不要用本机域用户登陆,使用域管理员帐户登陆;3、拷贝moveuser执行文件到x:\windows\system32;4、moveuser本地用户名域\域用户/y/k;5、重新启动,使用本机域用户登陆;6、操作完成。本地用户1迁移至本地用户2操作步骤:1、使用具有超级管理员的用户登陆本机;2、拷贝moveuser执行文件到x:\windows\system32;3、moveuser本地用户名1本地用户名2/y/k;4、操作完成。
本文标题:工作组计算机入域后用户文件迅速迁移方法
链接地址:https://www.777doc.com/doc-2442520 .html