<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yusuf Ozturk &#187; new-item IIS website</title>
	<atom:link href="http://www.yusufozturk.info/tag/new-item-iis-website/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yusufozturk.info</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 30 Jan 2012 20:26:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creating a new Web Site on IIS7.5 with Powershell</title>
		<link>http://www.yusufozturk.info/windows-server/creating-a-new-web-site-on-iis7-5-with-powershell.html</link>
		<comments>http://www.yusufozturk.info/windows-server/creating-a-new-web-site-on-iis7-5-with-powershell.html#comments</comments>
		<pubDate>Sat, 27 Feb 2010 13:05:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting & IIS7]]></category>
		<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[create bindings iis7.5 powershell]]></category>
		<category><![CDATA[create web site powershell]]></category>
		<category><![CDATA[iis7.5 create website powershell]]></category>
		<category><![CDATA[new-item IIS website]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=1941</guid>
		<description><![CDATA[It&#8217;s really easy to create new web site on IIS7.5 with Powershell WebAdministration module. Import-Module WebAdministration New-Item IIS:\Sites\$Description -Bindings &#40;@&#123;Protocol=&#34;http&#34;;BindingInformation=&#34;*:80:$Domain&#34;&#125;,@&#123;Protocol=&#34;http&#34;;BindingInformation=&#34;*:80:www.$Domain&#34;&#125;&#41; -PhysicalPath &#34;$LogDir\http&#34; As you see, you can set Bindings with the same command. Next time, I&#8217;ll write a function.]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/windows-server/creating-a-new-web-site-on-iis7-5-with-powershell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

