<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Windows 7 is Missing NETDOM.EXE</title>
	<atom:link href="http://iboyd.net/index.php/2009/10/23/windows-7-is-missing-netdom-exe/feed/" rel="self" type="application/rss+xml" />
	<link>http://iboyd.net/index.php/2009/10/23/windows-7-is-missing-netdom-exe/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 20:12:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: WT</title>
		<link>http://iboyd.net/index.php/2009/10/23/windows-7-is-missing-netdom-exe/comment-page-1/#comment-7879</link>
		<dc:creator>WT</dc:creator>
		<pubDate>Wed, 11 Aug 2010 18:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=224#comment-7879</guid>
		<description>I found that if you copy \sytem32\netdom.exe and \system32\en-us\netdom.exe.mui from a machine where you installed RSAT (only the AD tools) to the same location on any other machine (win7) that netdom will run fine. I did not try to mix 32/64 bit so I can&#039;t comment on interchangebility. Anyway this let me continue using the methodology I had been using, for vista and now win7 ghost and \windows\setup\scripts\SetupComplete.cmd
(no powershell, rsat)</description>
		<content:encoded><![CDATA[<p>I found that if you copy \sytem32\netdom.exe and \system32\en-us\netdom.exe.mui from a machine where you installed RSAT (only the AD tools) to the same location on any other machine (win7) that netdom will run fine. I did not try to mix 32/64 bit so I can&#8217;t comment on interchangebility. Anyway this let me continue using the methodology I had been using, for vista and now win7 ghost and \windows\setup\scripts\SetupComplete.cmd<br />
(no powershell, rsat)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhiraj</title>
		<link>http://iboyd.net/index.php/2009/10/23/windows-7-is-missing-netdom-exe/comment-page-1/#comment-5989</link>
		<dc:creator>Dhiraj</dc:creator>
		<pubDate>Sat, 27 Mar 2010 13:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=224#comment-5989</guid>
		<description>Good, i have created these two files. domainjoin.ps1 &amp; domainjoin.bat. now when i ran domainjoin.bat, it&#039;s asking for the username/password to run. how can i run it under username/password privileges which i have specified in domainjoin.ps1 file.</description>
		<content:encoded><![CDATA[<p>Good, i have created these two files. domainjoin.ps1 &amp; domainjoin.bat. now when i ran domainjoin.bat, it&#8217;s asking for the username/password to run. how can i run it under username/password privileges which i have specified in domainjoin.ps1 file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boyd</title>
		<link>http://iboyd.net/index.php/2009/10/23/windows-7-is-missing-netdom-exe/comment-page-1/#comment-5387</link>
		<dc:creator>Boyd</dc:creator>
		<pubDate>Tue, 02 Feb 2010 03:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=224#comment-5387</guid>
		<description>Yes... something like this should work:

&lt;pre&gt;
$credential = get-credential
Add-Computer -DomainName &quot;MY.DOMAIN.COM&quot; -Credential $credential -OUPath (&quot;OU=Computers,DC=MY,DC=DOMAIN,DC=COM&quot;)
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Yes&#8230; something like this should work:</p>
<pre>
$credential = get-credential
Add-Computer -DomainName "MY.DOMAIN.COM" -Credential $credential -OUPath ("OU=Computers,DC=MY,DC=DOMAIN,DC=COM")
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marka</title>
		<link>http://iboyd.net/index.php/2009/10/23/windows-7-is-missing-netdom-exe/comment-page-1/#comment-5382</link>
		<dc:creator>Marka</dc:creator>
		<pubDate>Mon, 01 Feb 2010 16:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=224#comment-5382</guid>
		<description>Nice script, thanx. But ... is there possibility for password prompt within script? Thank you M.</description>
		<content:encoded><![CDATA[<p>Nice script, thanx. But &#8230; is there possibility for password prompt within script? Thank you M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boyd</title>
		<link>http://iboyd.net/index.php/2009/10/23/windows-7-is-missing-netdom-exe/comment-page-1/#comment-4843</link>
		<dc:creator>Boyd</dc:creator>
		<pubDate>Wed, 09 Dec 2009 17:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=224#comment-4843</guid>
		<description>Thanks, I added an update to this post this morning as I stumbled upon netdom.exe after I needed to install some RSAT components for the dsquery and dsadd tools on a server. Thanks for the advice about moving NETDOM as well. I&#039;m also wondering is whether NETDOM is platform (x86 vs. x64) specific. I&#039;ll have to investigate.</description>
		<content:encoded><![CDATA[<p>Thanks, I added an update to this post this morning as I stumbled upon netdom.exe after I needed to install some RSAT components for the dsquery and dsadd tools on a server. Thanks for the advice about moving NETDOM as well. I&#8217;m also wondering is whether NETDOM is platform (x86 vs. x64) specific. I&#8217;ll have to investigate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james p morgan</title>
		<link>http://iboyd.net/index.php/2009/10/23/windows-7-is-missing-netdom-exe/comment-page-1/#comment-4842</link>
		<dc:creator>james p morgan</dc:creator>
		<pubDate>Wed, 09 Dec 2009 16:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=224#comment-4842</guid>
		<description>Windows 7 and Vista both have their own NETDOM.EXE, for 32-bit and 64-bit.

You have to install:

Install RSAT (After you have extracted the tools): (took me awhile to find the link)


http://www.microsoft.com/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d&amp;displaylang=en



start /w pkgmgr /n:%SystemDrive%\Install\RSAT\Windows6.1-KB958830-x86.xml


Enable some RSAT tools (including NETDOM)

start /w pkgmgr /iu:RemoteServerAdministrationTools-Roles-AD-DS-SnapIns;RemoteServerAdministrationTools-Roles-AD-DS;RemoteServerAdministrationTools-Roles-AD;RemoteServerAdministrationTools-Roles;RemoteServerAdministrationTools


You will then have a &quot;c:\windows\system32\netdom.exe&quot; that supports the &#039;older&#039; Netdom syntax.


HOWEVER, IF YOU MOVE THE &#039;NETDOM.EXE&quot; FROM THE &#039;SYSTEM32&#039; SUB-DIR IT WILL NOT WORK???!!
IT WILL JUST &#039;EXIT&#039; UPON EXECUTION??


BUT , if you WANT to move it, which i did. you have to do &#039;something&#039; EXTRA.

To whatever sub-dir you move the RSAT NETDOM.EXE to :

1) FOR EXAMPLE,  create a sub-dir called : %temp%\EN-US

2) COPY /Y &quot;%SYSTEMROOT%\SYSTEM32\EN-US\NETDOM.EXE.MUI&quot; &quot;%TEMP%\EN-US

Then if you execute NETDOM.EXE from &quot;%TEMP%&quot;  you should &#039;see&#039; the familiar &#039;help&#039;
messages..

NOTE: I have not, as of Dec 8, 2009 actually TESTED the FULL &#039;moved&#039; NETDOM.EXE functionality,
          but WILL in the next day or so,.

          ALSO, someone made the comment that if it was moved&#039; to another compouter it would not work also,
          I will verify that statement also.

Hope this helps, as i DONT like the Powershell approach..

J P Morgan james_p_morgan@hotmail.com</description>
		<content:encoded><![CDATA[<p>Windows 7 and Vista both have their own NETDOM.EXE, for 32-bit and 64-bit.</p>
<p>You have to install:</p>
<p>Install RSAT (After you have extracted the tools): (took me awhile to find the link)</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d&amp;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d&amp;displaylang=en</a></p>
<p>start /w pkgmgr /n:%SystemDrive%\Install\RSAT\Windows6.1-KB958830-x86.xml</p>
<p>Enable some RSAT tools (including NETDOM)</p>
<p>start /w pkgmgr /iu:RemoteServerAdministrationTools-Roles-AD-DS-SnapIns;RemoteServerAdministrationTools-Roles-AD-DS;RemoteServerAdministrationTools-Roles-AD;RemoteServerAdministrationTools-Roles;RemoteServerAdministrationTools</p>
<p>You will then have a &#8220;c:\windows\system32\netdom.exe&#8221; that supports the &#8216;older&#8217; Netdom syntax.</p>
<p>HOWEVER, IF YOU MOVE THE &#8216;NETDOM.EXE&#8221; FROM THE &#8216;SYSTEM32&#8242; SUB-DIR IT WILL NOT WORK???!!<br />
IT WILL JUST &#8216;EXIT&#8217; UPON EXECUTION??</p>
<p>BUT , if you WANT to move it, which i did. you have to do &#8216;something&#8217; EXTRA.</p>
<p>To whatever sub-dir you move the RSAT NETDOM.EXE to :</p>
<p>1) FOR EXAMPLE,  create a sub-dir called : %temp%\EN-US</p>
<p>2) COPY /Y &#8220;%SYSTEMROOT%\SYSTEM32\EN-US\NETDOM.EXE.MUI&#8221; &#8220;%TEMP%\EN-US</p>
<p>Then if you execute NETDOM.EXE from &#8220;%TEMP%&#8221;  you should &#8216;see&#8217; the familiar &#8216;help&#8217;<br />
messages..</p>
<p>NOTE: I have not, as of Dec 8, 2009 actually TESTED the FULL &#8216;moved&#8217; NETDOM.EXE functionality,<br />
          but WILL in the next day or so,.</p>
<p>          ALSO, someone made the comment that if it was moved&#8217; to another compouter it would not work also,<br />
          I will verify that statement also.</p>
<p>Hope this helps, as i DONT like the Powershell approach..</p>
<p>J P Morgan <a href="mailto:james_p_morgan@hotmail.com">james_p_morgan@hotmail.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
