<?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>Sat, 21 Jan 2012 20:35:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fog and windows 7</title>
		<link>http://iboyd.net/index.php/2009/10/23/windows-7-is-missing-netdom-exe/comment-page-1/#comment-16458</link>
		<dc:creator>Fog and windows 7</dc:creator>
		<pubDate>Wed, 02 Mar 2011 20:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=224#comment-16458</guid>
		<description>[...] means no AD integration.   Here&#039;s what I&#039;ve found. Win7 has NETDOM, it&#039;s just not installed. This guy has a pretty good article on how to install it. However, that&#039;s only half of the battle because the [...]</description>
		<content:encoded><![CDATA[<p>[...] means no AD integration.   Here&#039;s what I&#039;ve found. Win7 has NETDOM, it&#039;s just not installed. This guy has a pretty good article on how to install it. However, that&#039;s only half of the battle because the [...]</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-14921</link>
		<dc:creator>Boyd</dc:creator>
		<pubDate>Mon, 31 Jan 2011 15:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=224#comment-14921</guid>
		<description>Hi Leleche,

Thanks for the heads up about the special characters. I&#039;m sure there are plenty of other people that use special characters for their &quot;domain join&quot; accounts.

I&#039;m not sure if the &lt;em&gt;right&lt;/em&gt; way to join a domain is through mini-setup, but we&#039;ve always done it after mini-setup... it just seems to be more reliable. To keep it unattended, I use the &lt;a href=&quot;http://technet.microsoft.com/en-us/library/cc766314%28WS.10%29.aspx&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;SetupComplete.cmd&lt;/a&gt; file: 

Thanks for commenting!</description>
		<content:encoded><![CDATA[<p>Hi Leleche,</p>
<p>Thanks for the heads up about the special characters. I&#8217;m sure there are plenty of other people that use special characters for their &#8220;domain join&#8221; accounts.</p>
<p>I&#8217;m not sure if the <em>right</em> way to join a domain is through mini-setup, but we&#8217;ve always done it after mini-setup&#8230; it just seems to be more reliable. To keep it unattended, I use the <a href="http://technet.microsoft.com/en-us/library/cc766314%28WS.10%29.aspx" target="_blank" rel="nofollow">SetupComplete.cmd</a> file: </p>
<p>Thanks for commenting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leleche</title>
		<link>http://iboyd.net/index.php/2009/10/23/windows-7-is-missing-netdom-exe/comment-page-1/#comment-14887</link>
		<dc:creator>Leleche</dc:creator>
		<pubDate>Sun, 30 Jan 2011 21:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=224#comment-14887</guid>
		<description>Thanks for posting this script, this worked out great for us at our company. I ended up using it within a Landesk Provisioning script for our Windows 7 deployment. Some of our newer Dell systems (e6410, e4310) do lot properly load a network driver during Mini-setup, and therefore I needed to add the PC to the domain after it was in Windows. The other bonus that this script gives is being able to specify which OU to place the computer, which is great.

One note I just wanted to add is that I had to wrap the password in a single quotes because we use special characters that Powershell tries to interpret ($, %).</description>
		<content:encoded><![CDATA[<p>Thanks for posting this script, this worked out great for us at our company. I ended up using it within a Landesk Provisioning script for our Windows 7 deployment. Some of our newer Dell systems (e6410, e4310) do lot properly load a network driver during Mini-setup, and therefore I needed to add the PC to the domain after it was in Windows. The other bonus that this script gives is being able to specify which OU to place the computer, which is great.</p>
<p>One note I just wanted to add is that I had to wrap the password in a single quotes because we use special characters that Powershell tries to interpret ($, %).</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-12417</link>
		<dc:creator>Boyd</dc:creator>
		<pubDate>Sun, 12 Dec 2010 05:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=224#comment-12417</guid>
		<description>Hey Geert,

If you call that .cmd file from the command line instead of clicking on it, I don&#039;t think you&#039;ll be prompted.

Regarding the OU path issue, make sure that you&#039;re putting the complete OU string between parentheses. You may also want to verify that your OU string is complete and correct. Remember, it needs to include your domain, like this: 
-OUPath (&quot;OU=Computers,DC=MY,DC=DOMAIN,DC=COM&quot;)

If it still doesn&#039;t work, let me know!</description>
		<content:encoded><![CDATA[<p>Hey Geert,</p>
<p>If you call that .cmd file from the command line instead of clicking on it, I don&#8217;t think you&#8217;ll be prompted.</p>
<p>Regarding the OU path issue, make sure that you&#8217;re putting the complete OU string between parentheses. You may also want to verify that your OU string is complete and correct. Remember, it needs to include your domain, like this:<br />
-OUPath (&#8220;OU=Computers,DC=MY,DC=DOMAIN,DC=COM&#8221;)</p>
<p>If it still doesn&#8217;t work, let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geert Vervoort</title>
		<link>http://iboyd.net/index.php/2009/10/23/windows-7-is-missing-netdom-exe/comment-page-1/#comment-12303</link>
		<dc:creator>Geert Vervoort</dc:creator>
		<pubDate>Thu, 09 Dec 2010 15:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=224#comment-12303</guid>
		<description>Oh and I forgot, the /OU parameter failes to put the computer in the correct OU, possible because there is a space in OU &quot;Site brussel&quot;, how do I go about fixing this?</description>
		<content:encoded><![CDATA[<p>Oh and I forgot, the /OU parameter failes to put the computer in the correct OU, possible because there is a space in OU &#8220;Site brussel&#8221;, how do I go about fixing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geert Vervoort</title>
		<link>http://iboyd.net/index.php/2009/10/23/windows-7-is-missing-netdom-exe/comment-page-1/#comment-12302</link>
		<dc:creator>Geert Vervoort</dc:creator>
		<pubDate>Thu, 09 Dec 2010 14:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=224#comment-12302</guid>
		<description>Hi Boyd,

Very useful page, thanks!
I created a .cmd file as in the article, including lowering the executionpolicy to unrestricted.
But, powershell still deems it necessary to warn me about the possible harm that could be done running the script, and it prompts me if I really want to continue.
So it still requires user intervention. Is there a way to avoid this message and thus the prompt to continue or not?</description>
		<content:encoded><![CDATA[<p>Hi Boyd,</p>
<p>Very useful page, thanks!<br />
I created a .cmd file as in the article, including lowering the executionpolicy to unrestricted.<br />
But, powershell still deems it necessary to warn me about the possible harm that could be done running the script, and it prompts me if I really want to continue.<br />
So it still requires user intervention. Is there a way to avoid this message and thus the prompt to continue or not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Townley</title>
		<link>http://iboyd.net/index.php/2009/10/23/windows-7-is-missing-netdom-exe/comment-page-1/#comment-10122</link>
		<dc:creator>Darren Townley</dc:creator>
		<pubDate>Wed, 20 Oct 2010 19:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=224#comment-10122</guid>
		<description>I am new to Powershell and scripting. I am using the above script with an answer file to join our domain. We install a lot of new PC&#039;s and I am trying to find a way to delete this script after the computer joins the domain. The script is in a syspreped image. I also am trying to find a way to join the domain on top of an existing computer account or delete the existing account before joining the domain. We do a lot of re-imaging of our computer labs. This is why I would like to join on top of an existing account. We use to be able to do this with a .vbs script with xp and Vista. We are now using windows 7 and want use Powershell to do this.</description>
		<content:encoded><![CDATA[<p>I am new to Powershell and scripting. I am using the above script with an answer file to join our domain. We install a lot of new PC&#8217;s and I am trying to find a way to delete this script after the computer joins the domain. The script is in a syspreped image. I also am trying to find a way to join the domain on top of an existing computer account or delete the existing account before joining the domain. We do a lot of re-imaging of our computer labs. This is why I would like to join on top of an existing account. We use to be able to do this with a .vbs script with xp and Vista. We are now using windows 7 and want use Powershell to do this.</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

