<?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: Create new Web Application with PowerShell</title>
	<atom:link href="http://mysharepointofview.com/2009/06/create-new-web-application-with-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://mysharepointofview.com/2009/06/create-new-web-application-with-powershell/</link>
	<description>Thoughts, reflections and solutions from the field in SharePoint land</description>
	<lastBuildDate>Sun, 29 Aug 2010 18:55:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mattias Karlsson</title>
		<link>http://mysharepointofview.com/2009/06/create-new-web-application-with-powershell/comment-page-1/#comment-6666</link>
		<dc:creator>Mattias Karlsson</dc:creator>
		<pubDate>Thu, 20 May 2010 13:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://mysharepointofview.com/?p=360#comment-6666</guid>
		<description>Hi Greg,

I recommend you to look at my web application builder script found here: http://mysharepointofview.com/2009/12/updated-version-of-the-create-web-application-script/

The short version is:
$WebAppURL = &quot;http://webapplicatoinurl&quot;
$Path = &quot;/&quot;
$Title = &quot;Site Title&quot;
$Description = &quot;Site Description&quot;
$AdminAccount = &quot;domain\primarysitecolladmin&quot;
$AdminName = &quot;Admin name&quot;
$AdminEmail = &quot;Admin email&quot;
$Template = &quot;and site template like: STS#1&quot;
$webapp = [Microsoft.SharePoint.Administration.SPWebApplication]::Lookup($WebAppURL)

$SiteCollection = $webApp.Sites.Add( $Path, $Title, $Description, 1033, $Template, $AdminAccount, $AdminName, $AdminEmail)

Hope this could help</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>I recommend you to look at my web application builder script found here: <a href="http://mysharepointofview.com/2009/12/updated-version-of-the-create-web-application-script/" rel="nofollow">http://mysharepointofview.com/2009/12/updated-version-of-the-create-web-application-script/</a></p>
<p>The short version is:<br />
$WebAppURL = &#8220;http://webapplicatoinurl&#8221;<br />
$Path = &#8220;/&#8221;<br />
$Title = &#8220;Site Title&#8221;<br />
$Description = &#8220;Site Description&#8221;<br />
$AdminAccount = &#8220;domain\primarysitecolladmin&#8221;<br />
$AdminName = &#8220;Admin name&#8221;<br />
$AdminEmail = &#8220;Admin email&#8221;<br />
$Template = &#8220;and site template like: STS#1&#8243;<br />
$webapp = [Microsoft.SharePoint.Administration.SPWebApplication]::Lookup($WebAppURL)</p>
<p>$SiteCollection = $webApp.Sites.Add( $Path, $Title, $Description, 1033, $Template, $AdminAccount, $AdminName, $AdminEmail)</p>
<p>Hope this could help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg williams</title>
		<link>http://mysharepointofview.com/2009/06/create-new-web-application-with-powershell/comment-page-1/#comment-6659</link>
		<dc:creator>greg williams</dc:creator>
		<pubDate>Wed, 19 May 2010 17:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://mysharepointofview.com/?p=360#comment-6659</guid>
		<description>is there a something simular to construct a site collection?</description>
		<content:encoded><![CDATA[<p>is there a something simular to construct a site collection?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Application builder &#171; My SharePoint of View</title>
		<link>http://mysharepointofview.com/2009/06/create-new-web-application-with-powershell/comment-page-1/#comment-3377</link>
		<dc:creator>Web Application builder &#171; My SharePoint of View</dc:creator>
		<pubDate>Tue, 08 Sep 2009 20:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://mysharepointofview.com/?p=360#comment-3377</guid>
		<description>[...] two earlier posts I have written about how to create a Web Application and how to extend a Web Applicationusing PowerShell. Now it’s time to combine the two into one [...]</description>
		<content:encoded><![CDATA[<p>[...] two earlier posts I have written about how to create a Web Application and how to extend a Web Applicationusing PowerShell. Now it’s time to combine the two into one [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#8220;Object already exists&#8221; when using ProvisionGlobally &#171; My SharePoint of View</title>
		<link>http://mysharepointofview.com/2009/06/create-new-web-application-with-powershell/comment-page-1/#comment-3292</link>
		<dc:creator>&#8220;Object already exists&#8221; when using ProvisionGlobally &#171; My SharePoint of View</dc:creator>
		<pubDate>Mon, 31 Aug 2009 14:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://mysharepointofview.com/?p=360#comment-3292</guid>
		<description>[...] two earlier posts I have written about how to create and extend a web application using PowerShell. Today I ran in to a problem when I extended a Web [...]</description>
		<content:encoded><![CDATA[<p>[...] two earlier posts I have written about how to create and extend a web application using PowerShell. Today I ran in to a problem when I extended a Web [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
