摘自网络:
   当你的系统账号成千上万的时候,你手动去迁移,那是很痛苦的,现在我介绍两个工具来实现这个功能:
   
   addusers
   
   在wind2k resource kit中的命令工具。
   
   A, 备份AD账号
   
   命令: c:\addusers.exe /d:u Account.bak //名字不能改,必须是Account.bak;
   
   B, 备份账号密码:
   
   copypwd.exe
   
   命令: c:\copypwd.exe dump > copypwd.txt //同样,名字不能改,copypwd.exe只认copypwd.txt
   
   =====
   
   注意:要删除account.bak,copypwd.txt总于账号无关的内容
   
   ==========
   
   导入:
   
   先通过addusers导入账号:
   
   命令: c:\addusers.exe /p:L /c Account.bak
   
   导入密码:
   
   c:\copypwd.exe set //备份的密码文文件要在同一个目录下。
   
   =======
有时候不一定要导入数据,而其实在新的服务器上加一些默认的用户,这样的话,又有另外的方法:
   直接在ms-dos下跑下面命令即可
   
   net user account_name account_psw /add
   
   net user account_name account_psw /add
   
   net user account_name account_psw /add
   
   net user account_name account_psw /add
   
   net user account_name account_psw /add
   
   net user account_name account_psw /add
   
   net user account_name account_psw /add
   
   net user account_name account_psw /add
  
 
