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.

41 lines
910 B

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>OU Selection Window</TITLE>
  5. <link rel=stylesheet type=text/css href=MCS-Help.css>
  6. <META NAME="MS-HAID" CONTENT="a_WindowOUSelect">
  7. <SCRIPT LANGUAGE="JScript" SRC="MCSshared.js"></SCRIPT>
  8. </HEAD>
  9. <BODY>
  10. <H1>OU Selection Window</H1>
  11. <P>
  12. Allows you to select the target container, such as an organizational unit (OU), where the Active Directory Migration Tool stores the migrated user accounts, groups, or computer accounts. Specify a value in the following format:
  13. </P>
  14. <PRE>
  15. <I>container</I>=<I>name</I>
  16. </PRE>
  17. <P>
  18. For example, to specify the Houston OU, type:
  19. </P>
  20. <PRE>
  21. OU=Houston
  22. </PRE>
  23. <P>
  24. To select the desired container from the list of available containers, click <B>Browse</B> and follow the instructions on the Select Container window.
  25. </P>
  26. </BODY>
  27. </HTML>