43 lines
1.4 KiB
HTML
43 lines
1.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
|
|
<TITLE>Password Options Window</TITLE>
|
|
|
|
<link rel=stylesheet type=text/css href=MCS-Help.css>
|
|
|
|
<META NAME="MS-HAID" CONTENT="a_WindowPasswordOption">
|
|
<SCRIPT LANGUAGE="JScript" SRC="MCSshared.js"></SCRIPT>
|
|
|
|
</HEAD>
|
|
|
|
<BODY>
|
|
|
|
<H1>Password Options Window</H1>
|
|
|
|
<P>
|
|
Allows you to specify how the Active Directory Migration Tool assigns passwords to migrated user accounts. The fields are defined as follows:
|
|
</P>
|
|
|
|
<DL>
|
|
<DT><B>Generate complex passwords</B></DT>
|
|
<DD>
|
|
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.
|
|
</DD>
|
|
|
|
<DT><B>Set password to user name</B></DT>
|
|
<DD>
|
|
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.
|
|
</DD>
|
|
|
|
<DT><B>New password output file</B></DT>
|
|
<DD>
|
|
Specifies a file to which the assigned or generated passwords are written.
|
|
</DD>
|
|
</DL>
|
|
|
|
|
|
</BODY>
|
|
</HTML>
|