<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Jeff Nuckolls {Application Platform and Development Tools} : LDAP</title><link>http://blogs.msdn.com/jeff/archive/tags/LDAP/default.aspx</link><description>Tags: LDAP</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Synchronize Active Directory to ADAM with ADAMSync (step-by-step)</title><link>http://blogs.msdn.com/jeff/archive/2007/04/01/synchronize-active-directory-to-adam-with-adamsync-step-by-step.aspx</link><pubDate>Sun, 01 Apr 2007 19:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2006851</guid><dc:creator>jeffnuck</dc:creator><slash:comments>8</slash:comments><comments>http://blogs.msdn.com/jeff/comments/2006851.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jeff/commentrss.aspx?PostID=2006851</wfw:commentRss><description>&lt;P mce_keep="true"&gt;I have created two sets of step-by-step instructions.&amp;nbsp; The first is for someone who may be already somewhat familiar with using ADAM and ADAM tools, the second is for those who would prefer a little more detail.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Here is the first set of step-by-step instructions (if you'd like more detail see the second set of step-by-step instructions below).&lt;/P&gt;
&lt;P mce_keep="true"&gt;Before we begin you must setup the&amp;nbsp;environment.&amp;nbsp; Create a partition using &lt;STRONG&gt;dsmgmt&lt;/STRONG&gt;:&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;create nc dc=MySchool,dc=edu contoso-sp:389&lt;/STRONG&gt;&lt;BR&gt;&lt;BR&gt;To use Active Directory to ADAM Synchronizer for the first time&lt;/P&gt;
&lt;P mce_keep="true"&gt;1. Click Start, point to All Programs, click ADAM, and then click ADAM Tools &lt;BR&gt;Command Prompt to open a command window in the ADAM directory. &lt;/P&gt;
&lt;P mce_keep="true"&gt;2. To extend the ADAM schema to match the default Windows Server 2003 schema objects in Active Directory, at the command prompt, type the following command on a single line, and then press ENTER: &lt;BR&gt;&lt;STRONG&gt;ldifde -i -s localhost -c CN=Configuration,DC=X #ConfigurationNamingContext -f MS-AdamSchemaW2k3.ldf&lt;/STRONG&gt; &lt;/P&gt;
&lt;P mce_keep="true"&gt;3. To extend the ADAM schema to include schema objects that are required by Active Directory to ADAM Synchronizer, at the command prompt, type the following command on a single line, and then press ENTER: &lt;BR&gt;&lt;STRONG&gt;ldifde -i -s localhost:389 -c CN=Configuration,DC=X #ConfigurationNamingContext -f MS-AdamSyncMetadata.ldf&lt;/STRONG&gt; &lt;/P&gt;
&lt;P mce_keep="true"&gt;4. Modify the configuration file MS-AdamSyncConf.xml with the appropriate parameters: &lt;BR&gt;· Replace the value of &amp;lt;source-ad-name&amp;gt; with the name of the source Active Directory domain controller, for example, &amp;lt;source-ad-name&amp;gt;SeattleDC1&amp;lt;/source-ad-name&amp;gt;. &lt;BR&gt;· Replace the value of &amp;lt;source-ad-partition&amp;gt; with the distinguished name of the source domain, for example, &amp;lt;source-ad-partition&amp;gt;dc=fabrikam,dc=com&amp;lt;/source-ad-partition&amp;gt;. &lt;BR&gt;· Replace the value of &amp;lt;source-ad-account&amp;gt; with the name of an account in the Domain Admins group of the source domain, for example, &amp;lt;source-ad-account&amp;gt;administrator&amp;lt;/source-ad-account&amp;gt;. &lt;BR&gt;· Replace the value of &amp;lt;account-domain&amp;gt; with the fully qualified name of the source domain, for example, &amp;lt;account-domain&amp;gt;fabrikam.com&amp;lt;/account-domain&amp;gt;. &lt;BR&gt;· Replace the value of &amp;lt;target-dn&amp;gt; with the name of the partition of the target ADAM instance, in this case, &amp;lt;target-dn&amp;gt;o=microsoft,c=US&amp;lt;/target-dn&amp;gt;. &lt;BR&gt;· Replace the value of &amp;lt;base-dn&amp;gt; with the base distinguished name of the source domain, for example, &amp;lt;base-dn&amp;gt;dc=fabrikam,dc=com&amp;lt;/base-dn&amp;gt;. Important&amp;nbsp; Do not delete any unused fields from this file. &lt;/P&gt;
&lt;P mce_keep="true"&gt;5. Install the configuration file. At a command prompt, type the following command, and then press ENTER: &lt;BR&gt;&lt;STRONG&gt;ADAMSync /install localhost:389 %windir%\ADAM\MS-AdamSyncConf.xml&lt;/STRONG&gt; &lt;/P&gt;
&lt;P mce_keep="true"&gt;6. Synchronize the data from the Active Directory forest to the ADAM configuration set. At a command prompt, type the following command, and then press ENTER: &lt;BR&gt;&lt;STRONG&gt;ADAMSync /sync localhost:389 "o=microsoft,c=US" /log&lt;/STRONG&gt; &lt;BR&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;The /log option displays detailed information about the status of the synchronization. You can also use ADAM ADSI Edit to verify that the data has been synchronized.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;&amp;nbsp;That's It!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;The next set of instructions is a step-by-step for accomplishing the same thing, but includes more detail.&lt;/STRONG&gt;&lt;BR&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: medium none; PADDING-LEFT: 0in; PADDING-BOTTOM: 6pt; BORDER-LEFT: medium none; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; mso-element: para-border-div; mso-border-bottom-alt: solid windowtext .5pt"&gt;
&lt;H1 style="MARGIN: 24pt 0in 6pt"&gt;&lt;A class="" title=_Toc163155486 name=_Toc163155486&gt;&lt;/A&gt;Jeff’s AD-to-ADAM Sync Instructions&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/H1&gt;&lt;/DIV&gt;
&lt;P class=BulletedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=Nuck-Green-H3 style="MARGIN: 0.25in 0in 3pt"&gt;&lt;A class="" title=_Toc163155487 name=_Toc163155487&gt;&lt;/A&gt;&lt;A class="" title=DSDOC_bba6e32b_9e39_4d45_9995_e0661efd69 name=DSDOC_bba6e32b_9e39_4d45_9995_e0661efd69&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;FONT size=5&gt;&lt;FONT color=#ffff00&gt;&lt;FONT style="BACKGROUND-COLOR: #007434"&gt;&lt;FONT face=Tahoma&gt;&lt;SPAN style="mso-bookmark: _Toc163155487"&gt;Step 1&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(Installing ADAM)&lt;/SPAN&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 3pt 0in"&gt;You can install an ADAM instance either by using the Active Directory Application Mode Setup Wizard or by using the ADAM unattended installation process. &lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 3pt 0in"&gt;Below demonstrates installing ADAM using the Active Directory Application Mode Setup Wizard.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 3pt 0in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=Style1 style="MARGIN: 0in 0in 0pt"&gt;&lt;STRONG&gt;&lt;FONT style="BACKGROUND-COLOR: #bfbfbf" face=Tahoma color=#007434 size=3&gt;To install ADAM&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;
&lt;TABLE class=MsoNormalTable style="WIDTH: 431.25pt; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 480; mso-padding-alt: 0in 0in 0in 0in" cellSpacing=0 cellPadding=0 width=575 border=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="HEIGHT: 274.5pt; mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: #d4d0c8; PADDING-RIGHT: 0in; BORDER-TOP: #d4d0c8; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 431.25pt; PADDING-TOP: 0in; BORDER-BOTTOM: #d4d0c8; HEIGHT: 274.5pt; BACKGROUND-COLOR: transparent" vAlign=top width=575&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .25in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: l4 level1 lfo8; tab-stops: .25in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;1.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;To install ADAM, log on as an administrator, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Start&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, point to &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Control Panel&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Add or Remove Programs&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;. &lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;2.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Add/Remove Windows Components&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;3.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Select the check box next to &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Active Directory Services&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Details&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;4.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Select the check box next to &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Active&amp;nbsp;Directory Application Mode (ADAM)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;OK&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Next&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;5.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Review the message that appears. Based on the contents of message, do one of the following: &lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: none; tab-stops: .5in"&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;If the message "You have successfully completed the Windows Component Wizard" appears, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Finish&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: none; tab-stops: .5in"&gt;&lt;SPAN style="FONT-FAMILY: Symbol"&gt;·&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;If an error message appears, make a note of the error, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Finish&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and then review the ADAM event messages in Event Viewer.&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: none; tab-stops: .5in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=Nuck-Green-H3 style="MARGIN: 0.25in 0in 3pt"&gt;&lt;A class="" title=_Toc163155488 name=_Toc163155488&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;FONT size=5&gt;&lt;FONT style="BACKGROUND-COLOR: #007434" face=Tahoma color=#ffff00&gt;Step 2&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(Create an ADAM Instance)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;You have create multiple ADAM instances to support multiple application directories by assigning each ADAM instance a different Instance Name and Port #.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The first ADAM instance will default to 389 (Since Active Directory also uses port 389, you should not install ADAM on the Domain Controller.)&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Then every subsequent ADAM instance you create will increment by 1 starting at 50000 and assign the SSL port # to 50001 (for example: 50000/50001, 50002/50003, etc…), but you can configure it to use which ever port #s you chose.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;To create an ADAM instance you have two options:&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.75in; TEXT-INDENT: -0.25in; mso-list: l4 level2 lfo8"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;a.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;Create an ADAM Instance using a command line tool “dsmgmt.exe”&lt;BR&gt;&lt;BR&gt;&lt;/B&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: Wingdings; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;à&lt;/SPAN&gt;&lt;/SPAN&gt;OR&lt;/B&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: Wingdings; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;ß&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.75in; TEXT-INDENT: -0.25in; mso-list: l4 level2 lfo8"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;b.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;Create an ADAM Instance using the “ADAM Setup Wizard”&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=Style1 style="MARGIN: 0in 0in 0pt"&gt;&lt;STRONG&gt;&lt;FONT size=3&gt;&lt;FONT color=#007434&gt;&lt;FONT style="BACKGROUND-COLOR: #bfbfbf"&gt;&lt;FONT face=Tahoma&gt;Option A&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(To install an ADAM instance by using Command line tool “dsmgmt.exe”)&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;I style="mso-bidi-font-style: normal"&gt;[To avoid Naming Violation schema errors later, create the new ADAM instance as a DC such as DC=MySchool &lt;B style="mso-bidi-font-weight: normal"&gt;or&lt;/B&gt; DC=MySchool,DC=edu]&lt;o:p&gt;&lt;/o:p&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: l9 level1 lfo5"&gt;&lt;SPAN style="BACKGROUND: yellow; mso-fareast-font-family: Arial; mso-bidi-font-family: Arial; mso-highlight: yellow"&gt;&lt;SPAN style="mso-list: Ignore"&gt;1.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;First we will simply list all the existing Naming Contexts to see what is installed.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;NOTE: Be sure to use the port # of the local ADAM Instance you are working with…. In this case it’s 389 because this is the first ADAM instance I’m creating (every ADAM instance will have a different port #)… For the following command however, the port # doesn’t matter so much because it’s really looking at the ADAM configuration context which is shared by all ADAM instances, but it is still a good practice to use the appropriate port # especially later when we start importing schemas.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BACKGROUND: black; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid windowtext .5pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 1pt solid; WIDTH: 5.65in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt" vAlign=top width=542&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;C:\WINDOWS\ADAM&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: white"&gt;dsmgmt&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;dsmgmt: &lt;/SPAN&gt;&lt;SPAN style="COLOR: white"&gt;partition management&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;partition management: &lt;/SPAN&gt;&lt;SPAN style="COLOR: white"&gt;connections&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;server connections: &lt;/SPAN&gt;&lt;SPAN style="COLOR: white"&gt;connect to server &lt;B style="mso-bidi-font-weight: normal"&gt;adam-poc:389&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Binding to localhost:50000 ...&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Connected to adam-poc:50000 using credentials of locally logged on user.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;server connections: &lt;/SPAN&gt;&lt;SPAN style="COLOR: white"&gt;q&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;partition management: &lt;/SPAN&gt;&lt;SPAN style="COLOR: white"&gt;list&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Note: Directory partition names with International/Unicode characters will only&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;display correctly if appropriate fonts and language support are loaded&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Found 2 Naming Context(s)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;0 - CN=Configuration,CN={5D51FDDE-6E30-4AF8-80E9-0F357AD3EB3D}&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;1 - CN=Schema,CN=Configuration,CN={5D51FDDE-6E30-4AF8-80E9-0F357AD3EB3D}&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;I style="mso-bidi-font-style: normal"&gt;[Continue to Create a new ADAM instance]&lt;o:p&gt;&lt;/o:p&gt;&lt;/I&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;2.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;Now we can create a new Naming Context&lt;/B&gt; (called “dc=MySchool,dc=edu”) by running the following command:&lt;BR&gt;&lt;I style="mso-bidi-font-style: normal"&gt;(NOTE: &lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;you can also delete any existing Naming Contexts by running “delete NC dc=xyz,dc=com DomainDNS NULL&lt;/SPAN&gt;”… assuming you replace dc=xyz,dc=com with the name of the Naming Context you wish to delete.)&lt;/I&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BACKGROUND: black; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid windowtext .5pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 1pt solid; WIDTH: 5.65in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt" vAlign=top width=542&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;partition management: &lt;/SPAN&gt;&lt;SPAN style="COLOR: white"&gt;create NC dc=MySchool,dc=edu DomainDNS NULL&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;adding object dc=MySchool,dc=edu&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;partition management: &lt;/SPAN&gt;&lt;SPAN style="COLOR: white"&gt;quit&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;dsmgmt: &lt;/SPAN&gt;&lt;SPAN style="COLOR: white"&gt;quit&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=Style1 style="MARGIN: 0in 0in 0pt"&gt;&lt;STRONG&gt;&lt;FONT size=3&gt;&lt;FONT style="BACKGROUND-COLOR: #bfbfbf" face=Tahoma color=#007434&gt;Option B&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(To install an ADAM instance by using the Active Directory Application Mode Setup Wizard)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE class=MsoNormalTable style="MARGIN: auto auto auto 0.25in; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 480; mso-padding-alt: 0in 0in 0in 0in" cellSpacing=0 cellPadding=0 border=0 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: #d4d0c8; PADDING-RIGHT: 0in; BORDER-TOP: #d4d0c8; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH: 6.15in; PADDING-TOP: 0in; BORDER-BOTTOM: #d4d0c8; BACKGROUND-COLOR: transparent" vAlign=top width=590&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;1.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;To start the Active Directory Application Mode Setup Wizard, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Start&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, point to &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;All Programs&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, point to &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;ADAM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Create an ADAM instance&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;. The first page of the Active Directory Application Mode Setup Wizard looks like the following:&lt;/P&gt;
&lt;P class=FigureinList1 style="MARGIN: 3pt 0in 3pt 0.25in"&gt;&lt;o:p&gt;&lt;FONT size=1&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;2.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;On the &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Welcome to the Active Directory Application Mode Setup Wizard&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; page, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Next&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;3.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;On the &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Setup Options&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; page, you can choose whether to install a unique ADAM instance or join an existing configuration set. Because you are installing the first ADAM instance, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;A unique instance&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; (as shown in the following), and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Next&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;. Later, you will create additional ADAM instances and join them in a configuration set.&lt;/P&gt;
&lt;P class=FigureinList1 style="MARGIN: 3pt 0in 3pt 0.25in"&gt;&lt;o:p&gt;&lt;FONT size=1&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;4.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;On the &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Instance Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; page, provide a name for the ADAM instance that you are installing. This name is used on the local computer to uniquely identify the ADAM instance. For this exercise, simply accept the default name of instance1, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Next&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=FigureinList1 style="MARGIN: 3pt 0in 3pt 0.25in"&gt;&lt;o:p&gt;&lt;FONT size=1&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;5.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;On the &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Ports&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; page, specify the communications ports that the ADAM instance uses to communicate. ADAM can communicate using both LDAP and Secure Sockets Layer (SSL); therefore, you must provide a value for each port. For this exercise, accept the default values of 389 and 636, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Next&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=FigureinList1 style="MARGIN: 3pt 0in 3pt 0.25in"&gt;&lt;o:p&gt;&lt;FONT size=1&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=AlertLabelinList1 style="MARGIN: 6pt 0in 0pt 0.25in"&gt;&lt;?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" /&gt;&lt;v:shape id=_x0000_i1029 style="WIDTH: 18pt; HEIGHT: 13.5pt" type="#_x0000_t75"&gt;&lt;v:imagedata o:title="note_dd" src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image005.gif" mce_src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image005.gif"&gt;&lt;FONT size=1&gt;&lt;/FONT&gt;&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;&lt;STRONG&gt;Note &lt;o:p&gt;&lt;/o:p&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=AlertTextinList1 style="MARGIN: 3pt 0.25in 3pt 0.5in"&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;If you install ADAM on a computer where either of the default ports is in use, the Active Directory Application Mode Setup Wizard automatically locates the first available port, starting at 50000. For example, Active&amp;nbsp;Directory uses ports 389 and 636, as well as ports 3268 and 3269 on global catalog servers. &lt;B style="mso-bidi-font-weight: normal"&gt;Therefore, if you install ADAM on a domain controller, the Active Directory Application Mode Setup Wizard provides a default value of 50000 for the LDAP port and 50001 for the SSL port.&lt;/B&gt;&lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;6.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;On the &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Application Directory Partition&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; page, you can create an application directory partition (or naming context) by clicking &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Yes, create an application directory partition&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;. Or, you can click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;No, do not create an application directory partition&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, in which case you must create an application directory partition manually after installation. For this exercise, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Yes, create an application directory partition&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;. When you create an application directory partition, you smust provide a distinguished name for the new partition. For this exercise, type &lt;SPAN class=LabelEmbedded&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;DC=MySchool,DC=EDU&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; as the distinguished name (as shown below), and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Next&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=TableSpacinginList1 style="MARGIN: 4pt 0in 4pt 0.25in"&gt;&lt;o:p&gt;&lt;FONT size=1&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=AlertLabelinList1 style="MARGIN: 6pt 0in 0pt 0.25in"&gt;&lt;v:shape id=_x0000_i1031 style="WIDTH: 18pt; HEIGHT: 13.5pt" type="#_x0000_t75"&gt;&lt;v:imagedata o:title="note_dd" src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image005.gif" mce_src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image005.gif"&gt;&lt;FONT size=1&gt;&lt;/FONT&gt;&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;STRONG&gt;Note &lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=AlertTextinList1 style="MARGIN: 3pt 0.25in 3pt 0.5in"&gt;ADAM supports both X.500-style and Domain Name System (DNS)-style distinguished names for top-level directory partitions.&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;7.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;On the &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;File Locations&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; page, you can view and change the installation directories for ADAM data and recovery (log) files. By default, ADAM data and recovery files are installed in %ProgramFiles%\Microsoft ADAM\&lt;SPAN class=Placeholder&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;EM&gt;instancename&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;\data, where &lt;SPAN class=Placeholder&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;EM&gt;instancename&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; represents the ADAM instance name that you specify on the &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Instance Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; page. For this exercise, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Next&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; to accept the default file locations.&lt;/P&gt;
&lt;P class=FigureinList1 style="MARGIN: 3pt 0in 3pt 0.25in"&gt;&lt;o:p&gt;&lt;FONT size=1&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=AlertLabelinList1 style="MARGIN: 6pt 0in 0pt 0.25in"&gt;&lt;v:shape id=_x0000_i1033 style="WIDTH: 18pt; HEIGHT: 13.5pt" type="#_x0000_t75"&gt;&lt;v:imagedata o:title="important_dd" src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image009.gif" mce_src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image009.gif"&gt;&lt;FONT size=1&gt;&lt;/FONT&gt;&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;STRONG&gt;Important &lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=AlertTextinList1 style="MARGIN: 3pt 0.25in 3pt 0.5in"&gt;When installing ADAM on a computer running Windows&amp;nbsp;XP, you must install these files on the same logical volume. When installing ADAM on Windows Server&amp;nbsp;2003 and Windows Server&amp;nbsp;2003&amp;nbsp;R2 in a production environment, it is recommended that you install the files on separate physical disks.&lt;/P&gt;
&lt;P class=AlertLabelinList1 style="MARGIN: 6pt 0in 0pt 0.25in"&gt;&lt;v:shape id=_x0000_i1034 style="WIDTH: 18pt; HEIGHT: 13.5pt" type="#_x0000_t75"&gt;&lt;v:imagedata o:title="note_dd" src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image005.gif" mce_src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image005.gif"&gt;&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;STRONG&gt;Note &lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=AlertTextinList1 style="MARGIN: 3pt 0.25in 3pt 0.5in"&gt;ADAM setup installs program files and administration tools in %windir%\ADAM.&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;8.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;On the &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Service Account Selection&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; page, you select an account to be used as the service account for ADAM. The account that you select determines the security context in which the ADAM instance runs. Unless you are installing ADAM on a domain controller, the Active Directory Application Mode Setup Wizard defaults to the Network Service account. For this exercise, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Next&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; to accept the &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Network service account&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; default. &lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;Or, if you are installing ADAM on a domain controller, click &lt;/SPAN&gt;&lt;SPAN class=UI&gt;&lt;SPAN style="BACKGROUND: yellow; mso-bidi-font-family: 'Times New Roman'; mso-highlight: yellow"&gt;&lt;STRONG&gt;This account&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;, and then select a domain user account to use as the ADAM service account&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=TableSpacinginList1 style="MARGIN: 4pt 0in 4pt 0.25in"&gt;&lt;o:p&gt;&lt;FONT size=1&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=AlertLabelinList1 style="MARGIN: 6pt 0in 0pt 0.25in"&gt;&lt;v:shape id=_x0000_i1036 style="WIDTH: 18pt; HEIGHT: 13.5pt" type="#_x0000_t75"&gt;&lt;v:imagedata o:title="note_dd" src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image005.gif" mce_src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image005.gif"&gt;&lt;FONT size=1&gt;&lt;/FONT&gt;&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;STRONG&gt;Note &lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=AlertTextinList1 style="MARGIN: 3pt 0.25in 3pt 0.5in"&gt;You can change the ADAM service account after ADAM is installed by using the Dsmgmt command-line tool. When you install ADAM on a domain controller, you must select a domain user account as the ADAM service account.&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;9.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;On the &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;ADAM Administrators&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; page, you select a user or group to become the default administrator for the ADAM instance. The user or group that you select will have full administrative control of the ADAM instance. By default, the Active&amp;nbsp;Directory Application Mode Setup Wizard specifies the currently logged on user. You can change this selection to any local or domain account or group on your network. For this exercise, click the default value of &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Currently logged on user&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Next&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=TableSpacinginList1 style="MARGIN: 4pt 0in 4pt 0.25in"&gt;&lt;o:p&gt;&lt;FONT size=1&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;10.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp; &lt;/SPAN&gt;On the &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Importing LDIF Files&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; page, you can import into the ADAM schema two .ldf files containing &lt;SPAN class=LabelEmbedded&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;user&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; class object definitions. Importing these &lt;SPAN class=LabelEmbedded&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;user&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; class object definitions is optional. However, these object definitions are required later in this guide so, you should import these definitions now:&lt;/P&gt;
&lt;P class=NumberedList2 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: none; tab-stops: .5in"&gt;a.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Import the selected LDIF files for this instance of ADAM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=NumberedList2 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: none; tab-stops: .5in"&gt;b.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;MS-InetOrgPerson.LDF&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Add&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=NumberedList2 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: none; tab-stops: .5in"&gt;c.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;MS-User.LDF&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Add&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=NumberedList2 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: none; tab-stops: .5in"&gt;d.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;MS-UserProxy.LDF&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Add&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Next&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=TableSpacinginList1 style="MARGIN: 4pt 0in 4pt 0.25in"&gt;&lt;o:p&gt;&lt;FONT size=1&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;11.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp; &lt;/SPAN&gt;The &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Ready to Install&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; page gives you an opportunity to review your installation selections. After you click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Next&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, the Active Directory Application Mode Setup Wizard begins copying files and setting up ADAM on your computer.&lt;/P&gt;
&lt;P class=TableSpacinginList1 style="MARGIN: 4pt 0in 4pt 0.25in"&gt;&lt;o:p&gt;&lt;FONT size=1&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .25in"&gt;12.&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp; &lt;/SPAN&gt;When the Active Directory Application Mode Setup Wizard finishes installing ADAM, it displays this message: “You have successfully completed the Active Directory Application Mode Setup Wizard.” When the &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Completing the Active Directory Application Mode Setup Wizard&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; page appears, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Finish&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; to close the wizard.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P class=AlertLabel style="MARGIN: 6pt 0in 0pt"&gt;&lt;v:shape id=_x0000_i1040 style="WIDTH: 18pt; HEIGHT: 13.5pt" type="#_x0000_t75"&gt;&lt;v:imagedata o:title="note_dd" src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image005.gif" mce_src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image005.gif"&gt;&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;STRONG&gt;Note &lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=AlertText style="MARGIN: 3pt 0.25in"&gt;If the Active Directory Application Mode Setup Wizard does not complete successfully, an error message describing the reason for the failure appears on the Summary page.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 3pt 0in"&gt;If an error occurs in the Active Directory Application Mode Setup Wizard before the &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; page, you can review the error message that appears. In addition, you can click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Start&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and type either of the following:&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 3pt 0in"&gt;&lt;SPAN class=System&gt;&lt;SPAN style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;SPAN style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none"&gt;&lt;STRONG&gt;%windir%\Debug\adamsetup.log&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 3pt 0in"&gt;&lt;SPAN class=System&gt;&lt;SPAN style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; mso-bidi-font-family: 'Times New Roman'"&gt;&lt;SPAN style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none"&gt;&lt;STRONG&gt;%windir%\Debug\adamsetup_loader.log&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: none; tab-stops: .5in"&gt;The Adamsetup.log and Adamsetup_loader.log files contain information that can help you troubleshoot the cause of an ADAM setup failure.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P class=Nuck-Green-H3 style="MARGIN: 0.25in 0in 3pt"&gt;&lt;A class="" title=_Toc163155489 name=_Toc163155489&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;FONT size=5&gt;&lt;FONT style="BACKGROUND-COLOR: #007434" face=Tahoma color=#ffff00&gt;Step 3 &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;(Create a place to log synchronization events)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;3.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Must first ensure that the c:\windows\adam\logs directory exists or is created prior to running the following. (&lt;B style="mso-bidi-font-weight: normal"&gt;Simply create a new directory called “logs” under c:\windows\adam\&lt;/B&gt;.)&lt;/P&gt;
&lt;P class=Nuck-Green-H3 style="MARGIN: 0.25in 0in 3pt"&gt;&lt;A class="" title=_Toc163155490 name=_Toc163155490&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;FONT size=5&gt;&lt;FONT style="BACKGROUND-COLOR: #007434" face=Tahoma color=#ffff00&gt;Step 4&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(Define Schema Elements for Synchronization)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: l2 level1 lfo6; tab-stops: .5in"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;1.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;Define the Objects and Attributes you’d like to have synchronized from Active Directory to your ADAM instance.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;You have two options&lt;/SPAN&gt;… &lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 1in; mso-list: l2 level2 lfo6; tab-stops: .5in"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;a.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;Use the ADSchemaAnalyzer tool&lt;/B&gt; to select specific Objects and Attribute to synchronize.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;NOTE: This tool is good for comparing schemas, but there is also an &lt;B style="mso-bidi-font-weight: normal"&gt;ADAM Schema&lt;/B&gt; &lt;B style="mso-bidi-font-weight: normal"&gt;mmc snap-in&lt;/B&gt; that provide you the ability to add/remove attributes to the Class Objects prior to running ADAMsync (I will discuss this further at the end of Step 6).&lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: Wingdings; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;à&lt;/SPAN&gt;&lt;/SPAN&gt;OR&lt;/B&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: Wingdings; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;ß&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 1in; mso-list: l2 level2 lfo6; tab-stops: .5in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;b.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;Import the AdamSchemaW2K3.LDF&lt;/B&gt; and bring over all the default Windows 2003 AD objects and attributes. &lt;BR&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="COLOR: red"&gt;&amp;lt;This option is by far easier!&amp;gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.25in; mso-list: none; tab-stops: .5in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=Style1 style="MARGIN: 0in 0in 0pt"&gt;&lt;STRONG&gt;&lt;FONT size=3&gt;&lt;FONT style="BACKGROUND-COLOR: #bfbfbf" face=Tahoma color=#007434&gt;Option A&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(Use the ADSchemaAnalyzer Tool)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 3pt 0in"&gt;You can use ADSchemaAnalyzer to help migrate the Active&amp;nbsp;Directory schema to ADAM, from one ADAM instance to another, or from any LDAP-compliant directory to an ADAM instance. You can use ADSchemaAnalyzer to load a target (source) schema, mark the elements you want to migrate, and then export them to the base ADAM schema. You can also compare the two schemas.&lt;/P&gt;
&lt;P class=AlertLabel style="MARGIN: 6pt 0in 0pt"&gt;&lt;v:shape id=_x0000_i1041 style="WIDTH: 18pt; HEIGHT: 13.5pt" type="#_x0000_t75"&gt;&lt;v:imagedata o:title="important_dd" src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image009.gif" mce_src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image009.gif"&gt;&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;STRONG&gt;Important &lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=AlertText style="MARGIN: 3pt 0.25in"&gt;When using ADSchemaAnalyzer to create an LDIF file, you should load both a target and a base schema. Otherwise, the resulting LDIF file might not be usable by the ldifde tool&lt;/P&gt;
&lt;P class=ProcedureTitle style="MARGIN: 12pt 0in 3pt 0.25in"&gt;&lt;v:shape id=_x0000_i1042 style="WIDTH: 18pt; HEIGHT: 13.5pt" type="#_x0000_t75" o:bullet="t"&gt;&lt;v:imagedata o:title="procedure_dd" src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image014.gif" mce_src="file:///C:\Users\jeffnuck\AppData\Local\Temp\msohtmlclip1\01\clip_image014.gif"&gt;&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;STRONG&gt;To create an LDIF file with ADSchemaAnalyzer&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: l10 level1 lfo7; tab-stops: .25in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;1.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Start&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, point to &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;All Programs&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, point to &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;ADAM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;ADAM Tools Command Prompt&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and then, at the command prompt, type: &lt;/P&gt;
&lt;P class=TextinList1 style="MARGIN: 3pt 0in 3pt 0.25in"&gt;&lt;STRONG&gt;&lt;SPAN class=System&gt;&lt;SPAN style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BACKGROUND: black; BORDER-LEFT: medium none; COLOR: yellow; BORDER-BOTTOM: medium none; mso-bidi-font-family: 'Times New Roman'; mso-highlight: black"&gt;&lt;SPAN style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none"&gt;adschemaanalyzer&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: l10 level1 lfo7; tab-stops: .25in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;2.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;To load a target schema, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;File&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Load target schema&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and then do one of the following:&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in 3pt 1in; mso-list: l10 level2 lfo7; tab-stops: .5in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;a.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;To load the domain Active Directory schema as the target schema, in the dialog box, type your user name, password, and domain, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;OK&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in 3pt 1in; mso-list: l10 level2 lfo7; tab-stops: .5in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;b.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;To load a different schema (such as the schema of an Active Directory forest or an another LDAP-compliant directory), in the dialog box, type the server name and port of the directory containing the target schema, type your user name ,password, and domain as needed, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;OK&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.5in; mso-list: none; tab-stops: .5in"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;It should look as follows: (&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;NOTE: Use the name of your Domain Controller server&lt;/SPAN&gt;… no need to specify the port in this case because AD defaults to 389)&lt;/B&gt;&lt;/P&gt;
&lt;P class=TableSpacinginList1 style="MARGIN: 4pt 0in 4pt 0.25in"&gt;&lt;o:p&gt;&lt;FONT size=1&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: l10 level1 lfo7; tab-stops: .25in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;3.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;To load the schema of your ADAM instance as the base schema, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;File&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Load base schema&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and then in &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Server[:port]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, type the server name and port of the ADAM instance. &lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: l10 level1 lfo7; tab-stops: .25in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;4.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;In the dialog box, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;OK&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;BR&gt;(&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;NOTE: Use the name of the computer where ADAM is installed and&amp;nbsp;the Port&amp;nbsp;(ie. MyADAMServer:389). Be sure to use the appropriate port on which this particular ADAM instance is running&lt;/SPAN&gt;.)&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=FigureinList1 style="MARGIN: 3pt 0in 3pt 0.25in; TEXT-ALIGN: center" align=center mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.5in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .25in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: l10 level1 lfo7; tab-stops: .25in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;5.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;In the resulting tree, mark all elements that you want to export to your base schema by right-clicking the element and selecting one of the following options:&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in 3pt 1in; mso-list: l10 level2 lfo7; tab-stops: .5in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;a.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Auto&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; automatically marks an element as included or excluded in the export. If an element is marked as &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Auto (included)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, you can right-click that element, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Why auto included?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; to see the reverse dependency tree for the element.&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in 3pt 1in; mso-list: l10 level2 lfo7; tab-stops: .5in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;b.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Included&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; marks an element so that it is included in the export. ADSchemaAnalyzer marks all related elements, such as superclasses, auxClasses, must/may contains, defaultObjectCategory, and possSuperiors. ADSchemaAnalyzer includes propsets for included attributes and back-links for links.&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in 3pt 1in; mso-list: l10 level2 lfo7; tab-stops: .5in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;c.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Excluded&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; marks an element so that it is not included in the export. You can block certain paths in the dependency graph. For example, you might want to import domainDns, but not samAccountDomain (which is an auxClass of domainDns). You can exclude a complete element, such as the samAccountDomain class, or you can exclude a relationship; for example, you can remove the auxClass reference from the domainDns class. If you exclude a relationship, any other classes that reference that element continue to include it.&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in 3pt 1in; mso-list: l10 level2 lfo7; tab-stops: .5in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;d.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Present&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; means that the element is present on the target server. By default, the top class is marked as present.&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;(NOTE: If after you load both the target and base schemas you notice some that there were some “mismatch” errors reported on certain Objects/Atributes or you notice some Objects/Atributes appear in &lt;SPAN style="COLOR: red"&gt;Red Text&lt;/SPAN&gt; you may experience a problem later when running ADAMSync (ie you receive an “Object Class Violation”)… in this case see my comments about how to resolve this problem using the ADAM Schema mmc snap-in at the end of Step 6.)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in 3pt 1in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in 3pt 0.5in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;In my case I just select the “user” class to import only user information, which as a dependency automatically includes memberOf information from the “group” class.&lt;/P&gt;
&lt;P class=FigureinList1 style="MARGIN: 3pt 0in 3pt 0.25in; TEXT-ALIGN: center" align=center mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;OL style="MARGIN-TOP: 0in" type=1 start=6&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l10 level1 lfo7"&gt;To create the LDIF file, click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;File&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, and then click &lt;SPAN class=UI&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'"&gt;&lt;STRONG&gt;Create LDIF file&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;For example: I saved my LDIF file as “JeffsUserClassOnly.LDF”, I’ll be using this file in the next step when I use ldifde.exe to import the target schema elements from AD (as defined in this LDF file) into my base ADAM schema.&lt;/SPAN&gt;)&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l10 level1 lfo7"&gt;Run the ldifde.exe command line tool to import the new schema elements from AD into ADAM using the LDF file you created in the previous steps:&lt;/LI&gt;&lt;/OL&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;(NOTE: You’ll notice that &lt;B style="mso-bidi-font-weight: normal"&gt;JeffsUsersClassOnly.&lt;/B&gt;LDF refers to my custom LDF file we just created above, &lt;B style="mso-bidi-font-weight: normal"&gt;adam-poc&lt;/B&gt; refers to the computer name where I running ADAM on currently, and &lt;B style="mso-bidi-font-weight: normal"&gt;389&lt;/B&gt; refers to the port # for this particular ADAM instance we are working with currently.)&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BACKGROUND: black; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid windowtext .5pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 1pt solid; WIDTH: 5.65in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt" vAlign=top width=542&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;C:\WINDOWS\ADAM&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: white"&gt;ldifde -i -j c:\windows\adam\logs -f &lt;B style="mso-bidi-font-weight: normal"&gt;JeffsUsersClassOnly.LDF&lt;/B&gt; -s&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="COLOR: white"&gt;adam-poc&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="COLOR: white"&gt; -t &lt;B style="mso-bidi-font-weight: normal"&gt;389&lt;/B&gt; -c "cn=configuration,dc=x" #configurationNamingContext&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Connecting to "adam-poc"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Logging in as current user using SSPI&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Importing directory from file "JeffsUsersClassOnly.LDF"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Loading entries.................................................................&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;................................................................................&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;................................................................................&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;...............&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;239 entries modified successfully.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;The command has completed successfully&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="BACKGROUND: yellow; COLOR: red; mso-highlight: yellow"&gt;Now go to “Step 5”!&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=Style1 style="MARGIN: 0in 0in 0pt"&gt;&lt;STRONG&gt;&lt;FONT size=3&gt;&lt;FONT style="BACKGROUND-COLOR: #bfbfbf"&gt;&lt;FONT face=Tahoma&gt;&lt;FONT color=#007434&gt;Option B (Import the AdamSchemaW2K3.LDF) &lt;/FONT&gt;&lt;SPAN style="COLOR: red"&gt;&amp;lt;easiest option!&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;This option brings over everything from AD to your ADAM instance, so it may be overkill, but at least you don’t have to figure out what Objects and Attributes dependencies are required for to meet your specific needs.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This is good for testing purposes, perhaps later prior to going into production you may want to consider synchronizing only a subset of these Objects and Attributes. &lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;NOTE: You may need to use the “-t” parameter to specify the port # for your ADAM Instance if it is anything other than 389, otherwise it will simply default to 389… I specified it below only as a best practice.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BACKGROUND: black; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid windowtext .5pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 1pt solid; WIDTH: 5.65in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt" vAlign=top width=542&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;C:\WINDOWS\ADAM&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: white"&gt;ldifde -i -j c:\windows\adam\logs -f MS-AdamSchemaW2K3.LDF -s adam-poc -t 389 -c "cn=configuration,dc=x" #configurationNamingContext&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Connecting to "adam-poc"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Logging in as current user using SSPI&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Importing directory from file "MS-AdamSchemaW2K3.LDF"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Loading entries.................................................................&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;................................................................................&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;................................................................................&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;................................................................................&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;................................................................................&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;................................................................................&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;.........................................&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;1009 entries modified successfully.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;The command has completed successfully&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="BACKGROUND: yellow; COLOR: red; mso-highlight: yellow"&gt;Now go to “Step 5”!&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=Nuck-Green-H3 style="MARGIN: 0.25in 0in 3pt"&gt;&lt;A class="" title=_Toc163155491 name=_Toc163155491&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;FONT size=5&gt;&lt;FONT style="BACKGROUND-COLOR: #007434" face=Tahoma color=#ffff00&gt;Step 5&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(Import Metadata &amp;amp; Install Configuration File for ADAMSync)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=NumberedList1 style="MARGIN: 3pt 0in 3pt 0.5in; mso-list: l3 level1 lfo10; tab-stops: .5in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;1.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Import the AdamSyncMetadata.LDF file to extend the ADAM configuration schema to support AD specific objects and attributes.&lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BACKGROUND: black; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid windowtext .5pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 1pt solid; WIDTH: 5.65in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt" vAlign=top width=542&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;C:\WINDOWS\ADAM&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: white"&gt;ldifde -i -j c:\windows\adam\logs -s adam-poc –t 389 -c&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt; &lt;/SPAN&gt;&lt;SPAN style="COLOR: white"&gt;CN=Configuration,DC=X #ConfigurationNamingContext -f MS-AdamSyncMetadata.LDF&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Connecting to "adam-poc"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Logging in as current user using SSPI&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Importing directory from file "MS-AdamSyncMetadata.LDF"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Loading entries..........&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;9 entries modified successfully.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;The command has completed successfully&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;OL style="MARGIN-TOP: 0in" type=1 start=2&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l3 level1 lfo10"&gt;Copy the existing defaut configuration file for ADAMSynch “MS-AdamSyncConf.XML”&lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P mce_keep="true"&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BACKGROUND: black; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid windowtext .5pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 1pt solid; WIDTH: 5.65in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt" vAlign=top width=542&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;C:\WINDOWS\ADAM&amp;gt;&lt;/SPAN&gt;copy MS-AdamSyncConf.XML ADAMSyncDemo.XML&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;1 file(s) copied.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;OL style="MARGIN-TOP: 0in" type=1 start=3&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l3 level1 lfo10"&gt;Modify XML file used as the config point for ADAMSynch.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;You can use “Notepad.exe” to make modifications by running the following command Notepad should load the XML file appropriately.&lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P mce_keep="true"&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BACKGROUND: black; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid windowtext .5pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 1pt solid; WIDTH: 5.65in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt" vAlign=top width=542&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;C:\WINDOWS\ADAM&amp;gt;&lt;/SPAN&gt;notepad.exe adamsyncdemo.xml&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;OL style="MARGIN-TOP: 0in" type=1 start=4&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l3 level1 lfo10"&gt;For this example we will make minimal changes to the XML file as follows and then Save it:&lt;/LI&gt;&lt;/OL&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BACKGROUND: #d9d9d9; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid windowtext .5pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 1pt solid; WIDTH: 5.65in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt" vAlign=top width=542&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&amp;lt;doc&amp;gt;&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;lt;configuration&amp;gt;&lt;SPAN style="mso-tab-count: 2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;description&amp;gt;&lt;SPAN style="COLOR: red"&gt;Sample Adamsync configuration file&lt;/SPAN&gt;&amp;lt;/description&amp;gt;&lt;SPAN style="mso-tab-count: 2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;security-mode&amp;gt;object&amp;lt;/security-mode&amp;gt;&lt;SPAN style="mso-tab-count: 1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;source-ad-name&amp;gt;&lt;SPAN style="COLOR: red"&gt;DC-POC&lt;/SPAN&gt;&amp;lt;/source-ad-name&amp;gt;&lt;SPAN style="mso-tab-count: 2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;source-ad-partition&amp;gt;&lt;SPAN style="COLOR: red"&gt;dc=POC,dc=edu&lt;/SPAN&gt;&amp;lt;/source-ad-partition&amp;gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;source-ad-account&amp;gt;&amp;lt;/source-ad-account&amp;gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;account-domain&amp;gt;&amp;lt;/account-domain&amp;gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;target-dn&amp;gt;&lt;SPAN style="COLOR: red"&gt;dc=MySchool,dc=edu&lt;/SPAN&gt;&amp;lt;/target-dn&amp;gt;&lt;SPAN style="mso-tab-count: 2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;query&amp;gt;&lt;SPAN style="mso-tab-count: 3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;base-dn&amp;gt;&lt;SPAN style="COLOR: red"&gt;dc=POC,dc=edu&lt;/SPAN&gt;&amp;lt;/base-dn&amp;gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;etc....&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;NOTE:&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 1.25in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo9"&gt;&lt;SPAN style="BACKGROUND: yellow; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; mso-highlight: yellow"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;&amp;lt;description&amp;gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt; = This may contain ADAM Instance &amp;amp; Application specific information that describe what this configuration file is used for.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 1.25in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo9"&gt;&lt;SPAN style="BACKGROUND: yellow; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; mso-highlight: yellow"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;&amp;lt;source-ad-name&amp;gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt; = This is the computer name of the Domain Controller server you are synchronizing from… in my case my domain controller server name is &lt;B style="mso-bidi-font-weight: normal"&gt;DC-POC&lt;/B&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 1.25in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo9"&gt;&lt;SPAN style="BACKGROUND: yellow; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; mso-highlight: yellow"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;&amp;lt;source-ad-partition&amp;gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt; = This allows you to specify which partition othe Active Directory you are synchronizing from. (For example: dc=BusinessSchool,dc=MyUniversity,dc=edu)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 1.25in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo9"&gt;&lt;SPAN style="BACKGROUND: yellow; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; mso-highlight: yellow"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;&amp;lt;target-dn&amp;gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt; = This is the root ADAM directory partition you are synchronizing to.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 1.25in; TEXT-INDENT: -0.25in; mso-list: l0 level1 lfo9"&gt;&lt;SPAN style="BACKGROUND: yellow; FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol; mso-highlight: yellow"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;&amp;lt;base-dn&amp;gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt; = This is the root Active Directory domain partition you are synchronizing from.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;OL style="MARGIN-TOP: 0in" type=1 start=5&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l3 level1 lfo10"&gt;Install XML File into ADAM by running the following command, modifying the &lt;B style="mso-bidi-font-weight: normal"&gt;&amp;lt;serverName&amp;gt;:&amp;lt;port#&amp;gt;&lt;/B&gt; as follows:&lt;/LI&gt;&lt;/OL&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BACKGROUND: black; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid windowtext .5pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 1pt solid; WIDTH: 5.65in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt" vAlign=top width=542&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;C:\WINDOWS\ADAM&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="COLOR: white"&gt;adamsync /install &lt;B style="mso-bidi-font-weight: normal"&gt;adam-poc:389&lt;/B&gt; ADAMSyncDemo.XML&lt;/SPAN&gt;&lt;SPAN style="COLOR: yellow"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;Done.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=Nuck-Green-H3 style="MARGIN: 0.25in 0in 3pt"&gt;&lt;A class="" title=_Toc163155492 name=_Toc163155492&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;FONT size=5&gt;&lt;FONT style="BACKGROUND-COLOR: #007434" face=Tahoma color=#ffff00&gt;Step 6&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;(Synchronize ADAM with AD using ADAMSync)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;OL style="MARGIN-TOP: 0in" type=1&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l1 level1 lfo11"&gt;Run the adamsync tool modifying the &lt;B style="mso-bidi-font-weight: normal"&gt;&amp;lt;serverName&amp;gt;:&amp;lt;port#&amp;gt;&lt;/B&gt; and naming context &lt;B style="mso-bidi-font-weight: normal"&gt;dc=xyz,dc=edu&lt;/B&gt; as follows:&lt;/LI&gt;&lt;/OL&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid windowtext .5pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; BACKGROUND: black; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 1pt solid; WIDTH: 5.65in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; mso-border-alt: solid windowtext .5pt" vAlign=top width=542&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: yellow"&gt;C:\WINDOWS\ADAM&amp;gt;&lt;/SPAN&gt;adamsync /sync &lt;B style="mso-bidi-font-weight: normal"&gt;adam-poc:389 dc=MySchool,dc=edu&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 3pt 0in"&gt;That’s It!&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;If successful. you won’t see anything printed out on the screen… it will just return to a command prompt. &lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-bidi-font-size: 10.0pt"&gt;Congratz!!!&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-bidi-font-size: 10.0pt"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-SIZE: 12pt; BACKGROUND: yellow; FONT-FAMILY: Wingdings; mso-highlight: yellow; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-char-type: symbol; mso-symbol-font-family: Wingdings; mso-bidi-font-size: 10.0pt"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;J&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 3pt 0in"&gt;However if you do get an error you should have the results written to a log file by using the /log parameter as follows:&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 3pt 0in"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;adamsync /sync adam-poc:389 dc=MySchool,dc=edu /log c:\windows\adam\logs\mysync.log&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 3pt 0in"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;NOTE: &lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;If you are importing the entire AD to ADAM that has several thousand objects/attributes this log file will grow huge, so be aware of this… and don’t run the logging in production sync scenarios for the sake of resource consumption.&lt;/SPAN&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 3pt 0in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 3pt 0in"&gt;You may confirm that the synchronization was successful by running the &lt;B style="mso-bidi-font-weight: normal"&gt;ADAM ADSI Edit&lt;/B&gt; tool.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=FigureinList1 style="MARGIN: 3pt 0in 3pt 0.25in; TEXT-ALIGN: center" align=center mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;Important Note:&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;If your adamsync fails and you run it with the /log switch as described above and find the following error message: &lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;
&lt;TABLE class=MsoNormalTable style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-alt: solid windowtext .5pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1 class="MsoNormalTable"&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
&lt;TD class="" style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: windowtext 1pt solid; WIDTH: 5.65in; PADDING-TOP: 0in; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: solid windowtext .5pt" vAlign=top width=542&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;Processing Entry: Page 3, Frame 1, Entry 22, Count 1, USN 0&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;Processing source entry &amp;lt;guid=d2db15678418e546bd1c58a98e0e6c60&amp;gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;Processing in-scope entry d2db15678418e546bd1c58a98e0e6c60.&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;Adding target object CN=NuckollsJeff,OU=Admin,OU=Schools,OU=CentralIT Users,OU=CentralIT,dc=MySchool,dc=edu.&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;Adding attributes: sourceobjectguid, objectClass, &lt;B style="mso-bidi-font-weight: normal"&gt;sn, title, description, physicalDeliveryOfficeName, givenName, initials, instanceType, info, company, sAMAccountName, mail, lastagedchange,&lt;/B&gt; &lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;Ldap error occured. ldap_add_sW: &lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;Object Class Violation&lt;/SPAN&gt;. &lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;Extended Info: 0000&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;207D&lt;/SPAN&gt;: UpdErr: DSID-0315119D, &lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;problem 6002&lt;/SPAN&gt; (&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;OBJ_CLASS_VIOLATION&lt;/SPAN&gt;), data -1777014404&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;.&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;Ldap error occured. ldap_add_sW: &lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;Object Class Violation&lt;/SPAN&gt;. &lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;Extended Info: 0000&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;207D&lt;/SPAN&gt;: UpdErr: DSID-0315119D, &lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;problem 6002&lt;/SPAN&gt; (&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;OBJ_CLASS_VIOLATION&lt;/SPAN&gt;), data -1777014404&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;.&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;Saving Configuration File on DC=MySchool,DC=edu&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;Saved configuration file.&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;Then you will want to review the Objects/Attributes that are causing the error, in this case its listed in the above error (&lt;B style="mso-bidi-font-weight: normal"&gt;sn, title, description, physicalDeliveryOfficeName, givenName, initials, instanceType, info, company, sAMAccountName, mail, lastagedchange&lt;/B&gt;)&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;Resolution:&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;To recover from this error do the following:&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.5in; mso-list: l11 level1 lfo12; tab-stops: .5in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;1.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Start &lt;SPAN style="FONT-FAMILY: Wingdings; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;à&lt;/SPAN&gt;&lt;/SPAN&gt; Run "&lt;B style="mso-bidi-font-weight: normal"&gt;mmc /a&lt;/B&gt;"&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.5in; mso-list: l11 level1 lfo12; tab-stops: .5in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;2.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;When the mmc console opens select &lt;B style="mso-bidi-font-weight: normal"&gt;File &lt;/B&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-FAMILY: Wingdings; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;à&lt;/SPAN&gt;&lt;/SPAN&gt; Add/Remove Snap-in...&lt;/B&gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1in; mso-list: l11 level2 lfo12; tab-stops: .5in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;a.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Select &lt;B style="mso-bidi-font-weight: normal"&gt;Add&lt;/B&gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1in; mso-list: l11 level2 lfo12; tab-stops: .5in"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;b.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;When the Add/Remove Snap-in window opens select "&lt;B style="mso-bidi-font-weight: normal"&gt;ADAM Schema&lt;/B&gt;" from the list, then click &lt;B style="mso-bidi-font-weight: normal"&gt;Add&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1in; mso-list: l11 level2 lfo12; tab-stops: .5in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;c.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Expand the &lt;B style="mso-bidi-font-weight: normal"&gt;Classes&lt;/B&gt; list, scroll down to the &lt;B style="mso-bidi-font-weight: normal"&gt;Person&lt;/B&gt; class&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1in; mso-list: l11 level2 lfo12; tab-stops: .5in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;d.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;right-click, select &lt;B style="mso-bidi-font-weight: normal"&gt;Properties&lt;/B&gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1in; mso-list: l11 level2 lfo12; tab-stops: .5in"&gt;&lt;SPAN style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial"&gt;&lt;SPAN style="mso-list: Ignore"&gt;e.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Click on the&lt;B style="mso-bidi-font-weight: normal"&gt; Attributes&lt;/B&gt; tab, then &lt;B style="mso-bidi-font-weight: normal"&gt;Add&lt;/B&gt; the following:&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1.5in; TEXT-INDENT: -9pt; mso-list: l5 level3 lfo13; tab-stops: .5in"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;sn&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1.5in; TEXT-INDENT: -9pt; mso-list: l5 level3 lfo13; tab-stops: .5in"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Title&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1.5in; TEXT-INDENT: -9pt; mso-list: l5 level3 lfo13; tab-stops: .5in"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Description&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1.5in; TEXT-INDENT: -9pt; mso-list: l5 level3 lfo13; tab-stops: .5in"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;physicalDeliveryOfficeName&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1.5in; TEXT-INDENT: -9pt; mso-list: l5 level3 lfo13; tab-stops: .5in"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;givenName&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1.5in; TEXT-INDENT: -9pt; mso-list: l5 level3 lfo13; tab-stops: .5in"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;initials&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1.5in; TEXT-INDENT: -9pt; mso-list: l5 level3 lfo13; tab-stops: .5in"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;instanceType&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1.5in; TEXT-INDENT: -9pt; mso-list: l5 level3 lfo13; tab-stops: .5in"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;info, company&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1.5in; TEXT-INDENT: -9pt; mso-list: l5 level3 lfo13; tab-stops: .5in"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;sAMAccountName&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1.5in; TEXT-INDENT: -9pt; mso-list: l5 level3 lfo13; tab-stops: .5in"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;mail&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1.5in; TEXT-INDENT: -9pt; mso-list: l5 level3 lfo13; tab-stops: .5in"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;lastagedchange&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 1.5in; TEXT-INDENT: -9pt; mso-list: l5 level3 lfo13; tab-stops: .5in"&gt;&lt;SPAN style="FONT-FAMILY: Symbol; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol"&gt;&lt;SPAN style="mso-list: Ignore"&gt;·&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;displayNamePrintable (&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;even though this one didn’t show up in our error message, you should add this one regardless&lt;/SPAN&gt;)&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-bidi-font-size: 10.0pt"&gt;Now try running AdamSync /sync again! Successfully this time! &lt;/SPAN&gt;&lt;/B&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: Wingdings; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-char-type: symbol; mso-symbol-font-family: Wingdings; mso-bidi-font-size: 10.0pt"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;J&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="FONT-SIZE: 12pt; mso-bidi-font-size: 10.0pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=BulletedList2 style="MARGIN: 3pt 0in; TEXT-INDENT: 0in; mso-list: none; tab-stops: .5in"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2006851" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jeff/archive/tags/LDAP/default.aspx">LDAP</category><category domain="http://blogs.msdn.com/jeff/archive/tags/AD/default.aspx">AD</category></item></channel></rss>