<?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>Jeremy Taylor &#187; Scripts</title>
	<atom:link href="http://www.jeremytaylor.net/tag/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremytaylor.net</link>
	<description>SharePoint &#38; more</description>
	<lastBuildDate>Wed, 25 Jan 2012 07:14:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>SharePoint 2010 Products and Technologies Configuration Wizard in PowerShell</title>
		<link>http://www.jeremytaylor.net/2011/01/12/sharepoint-2010-products-and-technologies-configuration-wizard-in-powershell/</link>
		<comments>http://www.jeremytaylor.net/2011/01/12/sharepoint-2010-products-and-technologies-configuration-wizard-in-powershell/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 07:45:56 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell Commands]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SharePoint PowerShell]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=418</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2011/01/12/sharepoint-2010-products-and-technologies-configuration-wizard-in-powershell/" title="SharePoint 2010 Products and Technologies Configuration Wizard in PowerShell"></a>I have been living and breathing SharePoint 2010 PowerShell the past two months. During this time, I have created PowerShell scripts to prepare the farm, install SharePoint 2010, install and provision all service applications with their custom database names solely &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2011/01/12/sharepoint-2010-products-and-technologies-configuration-wizard-in-powershell/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2011/01/12/sharepoint-2010-products-and-technologies-configuration-wizard-in-powershell/" title="SharePoint 2010 Products and Technologies Configuration Wizard in PowerShell"></a><p>I have been living and breathing SharePoint 2010 PowerShell the past two months.<br />
During this time, I have created PowerShell scripts to prepare the farm, install SharePoint 2010, install and provision all service applications with their custom database names solely with PowerShell. This is on a multi-server SharePoint 2010 environment. So my scripts had to be able to create and join servers to the farm, start relevant services on App servers. No more stsadm for me!</p>
<p>The crawl server (index) was the most interesting as my script creates the Search SA and then modifies it with the specific database names that your variables you provide.</p>
<p>There were some (many) lessons learned and I will write more on that later.<br />
I would like to show you how the SharePoint Products and Technologies Wizard works underneath and then marry those steps with equivalent PowerShell commands&#8230;.</p>
<p><span id="more-418"></span><br />
Here are the steps the SharePoint Products and Technologies Wizard (sometimes referred to the grey wizard) takes to create a new farm:</p>
<p>1. Initializing SharePoint Products configuration&#8230;</p>
<p>2. Initiating install check&#8230;</p>
<p>3. Installing help collections&#8230;</p>
<p>4. Securing the SharePoint resources&#8230;</p>
<p>5. Registering SharePoint services&#8230;</p>
<p>6. Registering SharePoint features&#8230;</p>
<p>7. Provisioning the SharePoint Central Administration  web Application&#8230;</p>
<p>8. Installing the application content files&#8230;</p>
<p>9. Finalizing the Sharepoint products configuration&#8230;</p>
<p>Ok, here are the equivalent commands in PowerShell. Be sure to run them in this order otherwise you may have issues deploying your Search Service Application.<br />
1. Initializing SharePoint Products configuration&#8230;</p>
<p>2. Initiating install check&#8230;</p>
<p>New-SPConfigurationDatabase -DatabaseName DatabaseName –AdministrationContentDatabaseName AdministrationContentDatabaseName –DatabaseServer SQLServerName -Passphrase Passphrase -FarmCredentials (get-credential)</p>
<p>3. Installing help collections&#8230;</p>
<p>Install-SPHelpCollection –All<br />
4. Securing the SharePoint resources&#8230;</p>
<p>Initialize-SPResourceSecurity<br />
5. Registering SharePoint services&#8230;</p>
<p>Install-SPService<br />
6. Registering SharePoint features&#8230;</p>
<p>Install-SPFeature –AllExistingFeatures<br />
7. Provisioning the SharePoint Central Administration  web Application&#8230;</p>
<p>New-SPCentralAdministration -Port 44444 -WindowsAuthProvider &#8220;ntlm&#8221;</p>
<p>8. Installing the application content files&#8230;</p>
<p>Install-SPApplicationContent</p>
<p>9. Finalizing the Sharepoint products configuration&#8230;<br />
(No equivalent PowerShell cmd)</p>
<p>If you need more help with PowerShell, contact me. My colleague and I have put together a simple GUI tool to build your entire SharePoint 2010 multiserver (or single server) farm! This tool works with the PowerShell scripts I created. If you think your organisation needs an easy PowerShell deployment GUI tool for SharePoint 2010 which runs these PowerShell scripts, please contact me.
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2011%2F01%2F12%2Fsharepoint-2010-products-and-technologies-configuration-wizard-in-powershell%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.jeremytaylor.net%2F2011%2F01%2F12%2Fsharepoint-2010-products-and-technologies-configuration-wizard-in-powershell%2F&amp;title=SharePoint%202010%20Products%20and%20Technologies%20Configuration%20Wizard%20in%20PowerShell" id="wpa2a_2"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2011/01/12/sharepoint-2010-products-and-technologies-configuration-wizard-in-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint slow start &#8211; warm up script</title>
		<link>http://www.jeremytaylor.net/2009/05/19/sharepoint-slow-start-warm-up-script/</link>
		<comments>http://www.jeremytaylor.net/2009/05/19/sharepoint-slow-start-warm-up-script/#comments</comments>
		<pubDate>Tue, 19 May 2009 12:21:44 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SharePoint warm up]]></category>
		<category><![CDATA[slowness]]></category>
		<category><![CDATA[warm up]]></category>
		<category><![CDATA[warmupserver.zip]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=115</guid>
		<description><![CDATA[<a href="http://www.jeremytaylor.net/2009/05/19/sharepoint-slow-start-warm-up-script/" title="SharePoint slow start - warm up script"></a>Imagine accounting for the time spent waiting for SharePoint to start up in the morning or after a server reboot or an iisreset? It takes such a long time to load, but after it has loaded, then SharePoint behaves normally. &#8230;<p class="read-more"><a href="http://www.jeremytaylor.net/2009/05/19/sharepoint-slow-start-warm-up-script/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.jeremytaylor.net/2009/05/19/sharepoint-slow-start-warm-up-script/" title="SharePoint slow start - warm up script"></a><p>Imagine accounting for the time spent waiting for SharePoint to start up in the morning or after a server reboot or an iisreset?</p>
<p>It takes such a long time to load, but after it has loaded, then SharePoint behaves normally. The cause for this is when your Application pool is recycled in IIS. By default it recycles at 2:00AM daily.</p>
<p>The best way to &#8216;Warm Up&#8217; SharePoint is to run some scripts that would fire up SharePoint in the wee hours of the morning. Read more on how to get this script..</p>
<p><span id="more-115"></span><br />
<a rel="attachment wp-att-116" href="http://www.jeremytaylor.net/2009/05/19/sharepoint-slow-start-warm-up-script/warmupserver/">Click here to download warmupserver.zip</a></p>
<p><strong>warmupserver.zip contains the following 3 files:</strong></p>
<p><strong>Startup.bat &#8211; </strong>Calls the warmupserver.cmd script and passes in the servername parameter (modify this to fit the hostname of your server)</p>
<p><strong>Warmupserver.cmd</strong> &#8211; checks for servername parameter then leverages the HttpRequest.vbs script to hit the relevant admin pages (change the pages and ports to the relevant ones)</p>
<p><strong>HTTPRequest.vbs -</strong> This script executes an HTTP query using the<a href="http://www.4guysfromrolla.com/webtech/110100-1.shtml"> XMLHTTP </a>object</p>
<p><strong>Read more here: http://blogs.msdn.com/joelo/archive/2006/08/13/697044.aspx</strong></p>
<p>Please contact me if you want any topics that interest you.
<div class="fblike_button" style="margin: 10px 0;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F05%2F19%2Fsharepoint-slow-start-warm-up-script%2F&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:23px"></iframe></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F05%2F19%2Fsharepoint-slow-start-warm-up-script%2F&amp;title=SharePoint%20slow%20start%20%26%238211%3B%20warm%20up%20script" id="wpa2a_4"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/05/19/sharepoint-slow-start-warm-up-script/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

