<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS 7.0  - PowerShell</title><link>http://forums.iis.net/1151.aspx</link><description>All about IIS 7.0 PowerShell integration. Use this forum to ask PowerShell questions, discuss issues, request features and yell at IIS team members.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Script request.</title><link>http://forums.iis.net/thread/1899888.aspx</link><pubDate>Wed, 08 Apr 2009 13:57:35 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1899888</guid><dc:creator>Dazevo</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1899888.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1151&amp;PostID=1899888</wfw:commentRss><description>&lt;p&gt;Update: &lt;/p&gt;
&lt;p&gt;&amp;nbsp;I got this now.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Param&lt;br /&gt;(&lt;br /&gt;&amp;nbsp;[String]$Name,&amp;nbsp;&amp;nbsp;&amp;nbsp; #The Name of the site&lt;br /&gt;&amp;nbsp;[String]$Path=&amp;quot;c:\inetpub\wwwroot&amp;quot;,&amp;nbsp;&amp;nbsp;&amp;nbsp; #The Physical Path of the site&lt;br /&gt;&amp;nbsp;[String]$AppPool=&amp;quot;My Default Application Pool&amp;quot;,&amp;nbsp; #The name of the appPool the default app is part of&lt;br /&gt;&amp;nbsp;[Int]$SiteID&lt;/p&gt;
&lt;p&gt;)&lt;br /&gt;&amp;nbsp;&lt;br /&gt;[System.Reflection.Assembly]::LoadWithPartialName(&amp;quot;Microsoft.Web.Administration&amp;quot;)&lt;br /&gt;$iis = new-object Microsoft.Web.Administration.ServerManager&lt;br /&gt;#$Site = $iis.Sites.Add($Name, $Path, 8080)&lt;br /&gt;#$Site.ServerAutoStart = $true&lt;br /&gt;$Site = $iis.Sites.CreateElement()&lt;br /&gt;$Site.ID = $SiteID&lt;br /&gt;$Site.Name = $Name&lt;br /&gt;$Site.Applications.Add(&amp;quot;/&amp;quot;, $Path)&lt;br /&gt;$Site.Applications[&amp;quot;/&amp;quot;].ApplicationPoolName = $AppPool&lt;br /&gt;$iis.Sites.Add($Site)&lt;br /&gt;$iis.CommitChanges()&lt;/p&gt;
&lt;p&gt;$objIIS = new-object System.DirectoryServices.DirectoryEntry(&amp;quot;C:\test\test&amp;quot;)&lt;br /&gt;$objIIS | get-member(&amp;quot;NewFolder&amp;quot;,&amp;quot;C:\test&amp;quot;)&lt;/p&gt;</description></item><item><title>Script request.</title><link>http://forums.iis.net/thread/1899838.aspx</link><pubDate>Wed, 08 Apr 2009 09:09:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1899838</guid><dc:creator>Dazevo</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1899838.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1151&amp;PostID=1899838</wfw:commentRss><description>Never mind</description></item></channel></rss>