Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.4 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Password Options Window</TITLE>
  5. <link rel=stylesheet type=text/css href=MCS-Help.css>
  6. <META NAME="MS-HAID" CONTENT="a_WindowPasswordOption">
  7. <SCRIPT LANGUAGE="JScript" SRC="MCSshared.js"></SCRIPT>
  8. </HEAD>
  9. <BODY>
  10. <H1>Password Options Window</H1>
  11. <P>
  12. Allows you to specify how the Active Directory Migration Tool assigns passwords to migrated user accounts. The fields are defined as follows:
  13. </P>
  14. <DL>
  15. <DT><B>Generate complex passwords</B></DT>
  16. <DD>
  17. Generates a complex password for each migrated user account. This option allows you to specify a file name in the <B>New password output file</B> field. The Active Directory Migration Tool records the new, generated passwords in the specified file.
  18. </DD>
  19. <DT><B>Set password to user name</B></DT>
  20. <DD>
  21. Sets the password for each copied user account to the first 14 characters of the user account name. This option allows you to specify a file in the <B>New password output file</B> field. The Active Directory Migration Tool records the passwords in the specified file. If you migrate service accounts, complex passwords are always generated for service accounts.
  22. </DD>
  23. <DT><B>New password output file</B></DT>
  24. <DD>
  25. Specifies a file to which the assigned or generated passwords are written.
  26. </DD>
  27. </DL>
  28. </BODY>
  29. </HTML>