<?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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-new-web-application-with-powershell</link>
	<description>Thoughs from the field in SharePoint land</description>
	<lastBuildDate>Tue, 29 Mar 2011 11:20:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://mysharepointofview.com/2009/06/create-new-web-application-with-powershell/#comment-313</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 25 Nov 2010 08:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://mysharepointofview.com/?p=360#comment-313</guid>
		<description>Thank you for the great post. I would like to know how can i modify this script to create a claim-based authentication web app.</description>
		<content:encoded><![CDATA[<p>Thank you for the great post. I would like to know how can i modify this script to create a claim-based authentication web app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattias Karlsson</title>
		<link>http://mysharepointofview.com/2009/06/create-new-web-application-with-powershell/#comment-312</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-312</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;domainprimarysitecolladmin&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;domainprimarysitecolladmin&#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-311</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-311</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-310</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-310</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-309</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-309</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>

