<?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: Powershell script to change from static to dynamic IP addressing</title>
	<atom:link href="http://thebackroomtech.com/2008/08/08/powershell-script-to-change-from-static-to-dynamic-ip-addressing/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebackroomtech.com/2008/08/08/powershell-script-to-change-from-static-to-dynamic-ip-addressing/</link>
	<description>serving up the info back room techs everywhere find interesting</description>
	<lastBuildDate>Sun, 07 Nov 2010 18:59:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Eric</title>
		<link>http://thebackroomtech.com/2008/08/08/powershell-script-to-change-from-static-to-dynamic-ip-addressing/#comment-963</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 16 Dec 2009 17:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=578#comment-963</guid>
		<description>Hi Julie,
I have found this script very useful, but have one question, how would you set it to run the same type of info on remote machines, that I have listed in a txt file.  For example, I have recently decommissioned a dc and need to change the dns and wins listings on about 50 servers and would like to script out the process rather than login and perform manually.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Julie,<br />
I have found this script very useful, but have one question, how would you set it to run the same type of info on remote machines, that I have listed in a txt file.  For example, I have recently decommissioned a dc and need to change the dns and wins listings on about 50 servers and would like to script out the process rather than login and perform manually.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunnie</title>
		<link>http://thebackroomtech.com/2008/08/08/powershell-script-to-change-from-static-to-dynamic-ip-addressing/#comment-962</link>
		<dc:creator>Sunnie</dc:creator>
		<pubDate>Tue, 28 Jul 2009 08:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=578#comment-962</guid>
		<description>Hi, Julie
I have both IPv4 and IPv6 on my machine,
after I ran setdynamic.ps1, IPv6 is still static.
then how to apply dynamic IP address on IPv6 using Powershell?</description>
		<content:encoded><![CDATA[<p>Hi, Julie<br />
I have both IPv4 and IPv6 on my machine,<br />
after I ran setdynamic.ps1, IPv6 is still static.<br />
then how to apply dynamic IP address on IPv6 using Powershell?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://thebackroomtech.com/2008/08/08/powershell-script-to-change-from-static-to-dynamic-ip-addressing/#comment-961</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 09 Aug 2008 12:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=578#comment-961</guid>
		<description>I use the following batch files to accomplish this...
To switch to dhcp
netsh interface ip set address &quot;Local Area Connection&quot; dhcp
netsh interface ip set dns &quot;Local Area Connection&quot; dhcp

To assign an ip address
netsh interface ip set address name=&quot;Local Area Connection&quot; static 192.168.1.6 255.255.255.0 192.168.1.1 1
netsh interface ip set dns &quot;Local Area Connection&quot; static 4.2.2.1

For static the first set is your ip, then subnet mask then gateway then metric. I use 4.2.2.1 as it&#039;s a public dns server and easy to remember.</description>
		<content:encoded><![CDATA[<p>I use the following batch files to accomplish this&#8230;<br />
To switch to dhcp<br />
netsh interface ip set address &#8220;Local Area Connection&#8221; dhcp<br />
netsh interface ip set dns &#8220;Local Area Connection&#8221; dhcp</p>
<p>To assign an ip address<br />
netsh interface ip set address name=&#8221;Local Area Connection&#8221; static 192.168.1.6 255.255.255.0 192.168.1.1 1<br />
netsh interface ip set dns &#8220;Local Area Connection&#8221; static 4.2.2.1</p>
<p>For static the first set is your ip, then subnet mask then gateway then metric. I use 4.2.2.1 as it&#8217;s a public dns server and easy to remember.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/5 queries in 0.001 seconds using disk: basic
Object Caching 192/195 objects using disk: basic

Served from: thebackroomtech.com @ 2012-02-08 16:08:02 -->
