Source code of Windows XP (NT5)
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.

49 lines
1.4 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Computer Options Window</TITLE>
  5. <link rel=stylesheet type=text/css href=MCS-Help.css>
  6. <META NAME="MS-HAID" CONTENT="a_WindowComputerOption">
  7. <SCRIPT LANGUAGE="JScript" SRC="MCSshared.js"></SCRIPT>
  8. </HEAD>
  9. <BODY>
  10. <H1>Computer Options Window</H1>
  11. <P>
  12. Allows you to specify how the Active Directory Migration Tool handles computers after it migrates the computer accounts to the target domain. The fields are defined as follows:
  13. </P>
  14. <DL>
  15. <DT><B>Restart computers in ___ minutes</B></DT>
  16. <DD>
  17. Automatically restarts computers migrated to the target domain to complete the migration process.
  18. </DD>
  19. <DT><B>Do not rename computers</B></DT>
  20. <DD>
  21. Tries to name the migrated computer account the same as the computer account in the source domain. If a naming conflict occurs, the options specified on the Naming Conflicts window control how the migrated computer account is named.
  22. </DD>
  23. <DT><B>Rename with prefix</B></DT>
  24. <DD>
  25. Adds the specified prefix to the name of each migrated computer account in the target domain. The original computer account with the same name in the target domain remains unchanged.
  26. </DD>
  27. <DT><B>Rename with suffix</B></DT>
  28. <DD>
  29. Adds the specified suffix to the name of each migrated computer account in the target domain. The original computer account with the same name in the target domain remains unchanged.
  30. </DD>
  31. </DL>
  32. </BODY>
  33. </HTML>