<?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: Installing Active-Directory on Windows 2008 Server Core R2</title>
	<atom:link href="http://www.powershell.nu/2009/01/17/installing-active-directory-on-windows-2008-server-core/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershell.nu/2009/01/17/installing-active-directory-on-windows-2008-server-core/</link>
	<description>Windows PowerShell</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:00:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Roger</title>
		<link>http://www.powershell.nu/2009/01/17/installing-active-directory-on-windows-2008-server-core/comment-page-1/#comment-8937</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Thu, 11 Aug 2011 07:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershell.nu/?p=316#comment-8937</guid>
		<description>Should it be...: ?

$adaptor=$NetworkConfig &#124; Where {$_.IPEnabled -eq $true -and $_.Description -match &quot;Intel&quot;}

$IP = &quot;10.0.0.2&quot;
$SubNet = &quot;255.0.0.0&quot;
$Gateway = &quot;10.0.0.1&quot;
$Metric = [int32]1

$adaptor.EnableStatic($IP,$SubNet)
$adaptor.SetGateWays($Gateway,$Metric)</description>
		<content:encoded><![CDATA[<p>Should it be&#8230;: ?</p>
<p>$adaptor=$NetworkConfig | Where {$_.IPEnabled -eq $true -and $_.Description -match &#8220;Intel&#8221;}</p>
<p>$IP = &#8220;10.0.0.2&#8243;<br />
$SubNet = &#8220;255.0.0.0&#8243;<br />
$Gateway = &#8220;10.0.0.1&#8243;<br />
$Metric = [int32]1</p>
<p>$adaptor.EnableStatic($IP,$SubNet)<br />
$adaptor.SetGateWays($Gateway,$Metric)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

