<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Script to create a NLB-cluster for Exchange Server 2010</title>
	<atom:link href="http://blog.powershell.no/2010/05/21/script-to-create-a-nlb-cluster-for-the-cas-role-in-exchange-server-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.powershell.no/2010/05/21/script-to-create-a-nlb-cluster-for-the-cas-role-in-exchange-server-2010/</link>
	<description>On Windows PowerShell and other admin-related topics</description>
	<lastBuildDate>Fri, 09 Dec 2011 10:08:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Robbe</title>
		<link>http://blog.powershell.no/2010/05/21/script-to-create-a-nlb-cluster-for-the-cas-role-in-exchange-server-2010/#comment-286</link>
		<dc:creator><![CDATA[Robbe]]></dc:creator>
		<pubDate>Thu, 29 Jul 2010 08:16:59 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/05/21/script-to-create-a-nlb-cluster-for-the-cas-role-in-exchange-server-2010/#comment-286</guid>
		<description><![CDATA[Thanks! With some small modifications it works flawless.]]></description>
		<content:encoded><![CDATA[<p>Thanks! With some small modifications it works flawless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert smit</title>
		<link>http://blog.powershell.no/2010/05/21/script-to-create-a-nlb-cluster-for-the-cas-role-in-exchange-server-2010/#comment-246</link>
		<dc:creator><![CDATA[robert smit]]></dc:creator>
		<pubDate>Thu, 24 Jun 2010 11:01:58 +0000</pubDate>
		<guid isPermaLink="false">https://janegilring.wordpress.com/2010/05/21/script-to-create-a-nlb-cluster-for-the-cas-role-in-exchange-server-2010/#comment-246</guid>
		<description><![CDATA[great script but if you don&#039;t want to use static IP on the NLB nic. this is only if you want a dedicated nic for your NLB.

and want to install the NLB feature adjust the script
at the TOP to give your nic a fake fixed IP - later removed
Netsh interface ip set address name=&quot;NLB&quot; static 1.1.1.1 255.255.255.0 
add the NLB to the server
Add-WindowsFeature NLB

right after the port creation before add nodes remove the fake IP
Remove-NlbClusterNodeDIP 1.1.1.1 -force]]></description>
		<content:encoded><![CDATA[<p>great script but if you don&#8217;t want to use static IP on the NLB nic. this is only if you want a dedicated nic for your NLB.</p>
<p>and want to install the NLB feature adjust the script<br />
at the TOP to give your nic a fake fixed IP &#8211; later removed<br />
Netsh interface ip set address name=&#8221;NLB&#8221; static 1.1.1.1 255.255.255.0<br />
add the NLB to the server<br />
Add-WindowsFeature NLB</p>
<p>right after the port creation before add nodes remove the fake IP<br />
Remove-NlbClusterNodeDIP 1.1.1.1 -force</p>
]]></content:encoded>
	</item>
</channel>
</rss>

