<?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</title>
	<atom:link href="http://www.jeremytaylor.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremytaylor.net</link>
	<description>SharePoint &#38; more</description>
	<lastBuildDate>Sat, 18 May 2013 00:00:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Office 365 tutorial &#8211; Administration walkthrough videos</title>
		<link>http://www.jeremytaylor.net/2013/05/18/office-365-administration-walkthrough/</link>
		<comments>http://www.jeremytaylor.net/2013/05/18/office-365-administration-walkthrough/#comments</comments>
		<pubDate>Sat, 18 May 2013 00:00:09 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[Office 365]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=982</guid>
		<description><![CDATA[Here are two good videos that provide a great overview of Office 365.The first video is 9 minutes and runs you through the Admin interface. Note the remote PowerShell administration capability from your on-premise PowerShell prompt: Connect-MSOLService. There are other helpful PowerShell MSOLService commands illustrated here. The second video is just under 15 minutes but [...]]]></description>
				<content:encoded><![CDATA[<p>Here are two good videos that provide a great overview of Office 365.The first video is 9 minutes and runs you through the Admin interface. Note the remote PowerShell administration capability from your on-premise PowerShell prompt: Connect-MSOLService.<br />
There are other helpful PowerShell MSOLService commands illustrated here.<span id="more-982"></span></p>
<p><iframe src="http://labs.officeignite.com:80/embed/2m" height="350" width="560" frameborder="0" scrolling="no"></iframe></p>
<p>The second video is just under 15 minutes but it will be time well spent. It gives you a walk through the different Office 365 applications. Good for SharePoint guys to have a glance of Exchange and Lync online.</p>
<p><iframe src="http://labs.officeignite.com:80/embed/1i" height="350" width="560" frameborder="0" scrolling="no"></iframe></p>
<div class="twttr_button">
					<a href="http://twitter.com/share?url=http://www.jeremytaylor.net/2013/05/18/office-365-administration-walkthrough/&text=Office 365 tutorial - Administration walkthrough videos" target="_blank" title="Click here if you like this article.">
						<img src="http://www.jeremytaylor.net/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
					</a>
				</div>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2013/05/18/office-365-administration-walkthrough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2013 Distributed Cache service</title>
		<link>http://www.jeremytaylor.net/2013/04/22/sharepoint-2013-distrbuted-cache-service/</link>
		<comments>http://www.jeremytaylor.net/2013/04/22/sharepoint-2013-distrbuted-cache-service/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 13:37:32 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[AppFabric]]></category>
		<category><![CDATA[Caching]]></category>
		<category><![CDATA[Distributed Cache]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=954</guid>
		<description><![CDATA[This post is meant to give SharePoint Administrators an deeper look into the Distributed Cache along with some links to other resources on the internet. Background SharePoint 2013 uses the AppFabric (Caching) by Microsoft. Read here for a background on AppFabric. AppFabric Caching stores serialised managed objects in a &#8216;cache cluster&#8217;. The cache cluster consists [...]]]></description>
				<content:encoded><![CDATA[<p>This post is meant to give SharePoint Administrators an deeper look into the Distributed Cache along with some links to other resources on the internet.<strong><br />
</strong></p>
<p><strong>Background</strong><br />
SharePoint 2013 uses the AppFabric (Caching) by Microsoft. <a href="http://en.wikipedia.org/wiki/AppFabric" target="_blank">Read here for a background on AppFabric</a>. AppFabric Caching stores serialised managed objects in a &#8216;cache cluster&#8217;. The cache cluster consists of one or more machines (Cache Hosts) that pool their available physical memory. This pooled memory is presented  and used by SharePoint as a single source of caching memory.</p>
<p><strong>How is it used in SharePoint</strong><br />
SharePoint uses the Distributed Cache to store data for very fast retrieval across all entities. The Distributed Cache service provides in-memory caching services to several features in SharePoint Server 2013. Some of the features that use the Distributed Cache service include:<br />
· Newsfeeds<br />
· Authentication<br />
· OneNote client access<br />
· Security Trimming<br />
· Page load performance</p>
<p>In SharePoint Server 2013, there are several caches that exist, all of which depend on the Distributed Cache service.<br />
Different caches that depend on the Distributed Cache service as indicated in the following table:</p>
<table>
<tbody>
<tr>
<th>Name</th>
<th>Cache name</th>
<th> </th>
</tr>
<tr>
<td>Login Token Cache</td>
<td>DistributedLogonTokenCache</td>
<td> </td>
</tr>
<tr>
<td>Feed Cache</td>
<td>DistributedActivityFeedCache</td>
<td>This cache stores activities and conversations for use by the feeds on a user&#8217;s My Site.</td>
</tr>
<tr>
<td>Last Modified Time Cache</td>
<td>DistributedActivityFeedLMTCache</td>
<td>This cache stores time stamp information for all Feed Cache entities</td>
</tr>
<tr>
<td>OneNote Throttling</td>
<td>DistributedBouncerCache</td>
<td> </td>
</tr>
<tr>
<td>Access Cache</td>
<td>DistributedAccessCache</td>
<td> </td>
</tr>
<tr>
<td>Search Query Web Part</td>
<td>DistributedSearchCache</td>
<td> </td>
</tr>
<tr>
<td>Security Trimming Cache</td>
<td>DistributedSecurityTrimmingCache</td>
<td> </td>
</tr>
<tr>
<td>App Token Cache</td>
<td>DistributedServerToAppServerAccessTokenCache</td>
<td> </td>
</tr>
<tr>
<td>View State Cache</td>
<td>DistributedViewStateCache</td>
<td> </td>
</tr>
<tr>
<td>Default Cache</td>
<td>DistributedDefaultCache</td>
<td>This cache can be used by any feature.</td>
</tr>
</tbody>
</table>
<p>Source: http://technet.microsoft.com/en-us/library/jj219700.aspx</p>
<p><strong>Installation</strong><br />
AppFabric is a required component for SharePoint 2013 and is installed as part of the prerequisite installer. Thus each server automatically becomes part of the &#8216;cache cluster&#8217;. There is nothing to configure here as SharePoint does this automatically.</p>
<p><strong>Farm Architecture &#8211; modes</strong><br />
Here is some terminology that will be useful when talking SharePoint architecture and topology:<br />
There are two &#8216;modes&#8217; for Distributed Cache &#8211; A collocated mode or a dedicated mode. The Distributed Cache is started and run on all WFE and APP servers by default. If you have over 10000 users, you should look into a dedicated server (dedicated mode) Distributed Cache. Dedicated Mode simply means all other services are turned off and more memory is allocated to the Distributed Cache.</p>
<p><strong>Farm design</strong><br />
While designing your topology, could consider starting the Distributed Cache service on your WFE servers (for redundancy) and stop the Distributed Cache Service on the APP server if you are concerned with &#8216;overhead&#8217; caused by all the other services running on the APP server. You can consider a scale up plan if you are low on resources or scale out (by starting the Distributed Cache on other servers in the farm).<br />
Finally it boils down to memory allocation at the end of the day. By default, the Distributed memory allocation size defaults to a value of 10 percent of total physical memory when SharePoint Server 2013 installs. You can change the memory allocation with the <strong>Update-SPDistributedCacheSize</strong> cmdlet.</p>
<p>Here is a link that may help on the &#8216;right approach&#8217;: <a href="http://technet.microsoft.com/library/jj219572%28office.15%29.aspx" rel="nofollow">http://technet.microsoft.com/library/jj219572%28office.15%29.aspx</a> (note the &#8216;Capacity planning for the Distributed Cache service&#8217; section).</p>
<p><strong>Management<br />
</strong>The Distributed Cache service can be stopped or started via the Central Administration or via PowerShell.</p>
<p>Servers can be added or removed from the &#8216;Cache cluster&#8217; too. When removing the server, the Distributed Cache service is stopped, then unregistered from the server. Unregistering the Distributed Cache service means that you will not see the Distributed Cache service listed on the Services on Server page in Central Administration. Adding a server means that you will see the Distributed Cache service listed on Services on Server page in Central Administration.</p>
<p>To add a server and start the service in PowerShell: Add-SPDistributedCacheServiceInstance</p>
<p>To remove a server and stop the service in PowerShell:<br />
Remove-SPDistributedCacheServiceInstance</p>
<p>To stop (not remove) the Distributed Cache service by using Central Administration: In Central Administration, click Application Management. In Service Applications, click Manage Services on Server. On the Services on Server page, locate the Distributed Cache service. If the Distributed Cache service is started and you want to stop the service, under Action, click Stop.</p>
<p>To stop (not remove) the Distributed Cache service by using Windows PowerShell: At the Windows PowerShell command prompt, run the following command: $instanceName =&#8221;SPDistributedCacheService Name=AppFabricCachingService&#8221; $serviceInstance = Get-SPServiceInstance | ? {($<em>.service.tostring()) -eq $instanceName -and ($</em>.server.name) -eq $env:computername} $serviceInstance.Unprovision()</p>
<p>To check existing memory allocation of the Distributed Cache Host:<br />
Use-CacheCluster<br />
Get-AFCacheHostConfiguration -ComputerName ComputerName -CachePort &#8220;22233&#8243;</p>
<p>To reconfigure the cache size of the Distributed Cache Service:<br />
Update-SPDistributedCacheSize -CacheSizeInMB CacheSize<strong><br />
</strong></p>
<p><strong><br />
Firewall configuration considerations</strong><br />
The Distributed Cache service uses the following communication ports:<br />
22233<br />
22234<br />
22235<br />
22236</p>
<p><strong>Monitoring<br />
</strong>The Distributed Cache can be monitored using below performance counters in Perfmon:</p>
<p><a href="http://www.jeremytaylor.net/sitecontent/2013/04/SharePoint2013DistCachecounters1.png"><img class="alignleft size-full wp-image-971" alt="SharePoint2013DistCachecounters1" src="http://www.jeremytaylor.net/sitecontent/2013/04/SharePoint2013DistCachecounters1.png" width="720" height="540" /></a><br />
<strong>SharePoint Distributed Cache Counters</strong><br />
Cache Data Transferred Per Sec<br />
Cache Hit Count<br />
Cache Hit Ratio<br />
Cache Miss Count<br />
Cache Read Requests per sec<br />
Cache Write Requests per sec<br />
Total Cache Read Requests<br />
Total Cache Write Requests</p>
<p><a href="http://www.jeremytaylor.net/sitecontent/2013/04/SharePoint2013DistCachecounters2.png"><img class="alignleft size-full wp-image-972" alt="SharePoint2013DistCachecounters2" src="http://www.jeremytaylor.net/sitecontent/2013/04/SharePoint2013DistCachecounters2.png" width="720" height="542" /></a><br />
Additionally, there are three groups of &#8216;AppFabric&#8217; counters available. Note there are multiple instances &#8211; indicating the different caches present in the Distributed Cache.<br />
AppFabric Caching:Cache<br />
AppFabric Caching:Host<br />
AppFabric Caching:Secondary Host</p>
<p><strong>Important Distributed Cache resource<br />
</strong><a href=" http://technet.microsoft.com/en-us/library/jj219613.aspx" target="_blank">Manage the Distributed Cache service in SharePoint Server 2013</a><br />
<a href="http://technet.microsoft.com/en-us/library/jj219572.aspx" target="_blank">Plan for feeds and the Distributed Cache service in SharePoint Server 2013</a></p>
<p>The above link shows how you can:</p>
<ul>
<li>Change the memory allocation of the Distributed Cache service</li>
<li>Add or remove a server in a Distributed Cache cluster</li>
<li>Perform a graceful shutdown of the Distributed Cache service</li>
<li>Change the service account</li>
<li>Repair a cache host</li>
</ul>
<p><strong>Further reading</strong><br />
<a href="http://blog.idera.com/sharepoint/the-five-minute-cheat-sheet-on-sharepoint-2013s-distributed-cache-service/" target="_blank">5 Minute Cheat Sheet on SharePoint 2013 Distribution Cache</a><br />
<a href="http://www.silver-it.com/node/111" target="_blank">Leveraging AppFabric for custom caching in SharePoint 2013<br />
</a><a href="http://mysharedpoints.blogspot.co.uk/2012/08/appfabric-distributed-caching-and.html" target="_blank">AppFabric Distributed Caching and SharePoint 2013</a><br />
<a href="http://blogs.msdn.com/b/besidethepoint/archive/2013/03/27/appfabric-caching-and-sharepoint-1.aspx" target="_blank">AppFabric Caching and SharePoint: Concepts and Examples (Part 1)<br />
</a><a href="http://blogs.msdn.com/b/besidethepoint/archive/2013/03/27/appfabric-caching-and-sharepoint-2.aspx" target="_blank">AppFabric Caching (and SharePoint): Configuration and Deployment (Part 2)<br />
</a><a href="http://tomvangaever.be/blogv2/2013/04/how-to-get-distributed-cache-size-sharepoint-2013/" target="_blank">How to get Distributed Cache size (SharePoint 2013)</a><br />
<a href="http://www.silver-it.com/node/111" target="_blank">Leveraging AppFabric for custom caching in SharePoint 2013<br />
</a><a href="http://melcher.it/2013/02/cache-cluster-is-down-restart-the-cache-cluster-and-retry/" target="_blank">Cache cluster is down, restart the cache cluster and Retry</a></p>
<div class="twttr_button">
					<a href="http://twitter.com/share?url=http://www.jeremytaylor.net/2013/04/22/sharepoint-2013-distrbuted-cache-service/&text=SharePoint 2013 Distributed Cache service" target="_blank" title="Click here if you like this article.">
						<img src="http://www.jeremytaylor.net/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
					</a>
				</div>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2013/04/22/sharepoint-2013-distrbuted-cache-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Host Named Site Collections SharePoint 2013</title>
		<link>http://www.jeremytaylor.net/2013/03/04/host-named-site-collections-sharepoint-2013/</link>
		<comments>http://www.jeremytaylor.net/2013/03/04/host-named-site-collections-sharepoint-2013/#comments</comments>
		<pubDate>Mon, 04 Mar 2013 09:33:52 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint 2013]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=937</guid>
		<description><![CDATA[I came across a couple of articles on Host Named Site Collections and Apps hosts. Here is a summary of the steps to create a new Host Named Site Collection Create a new Web Application or use an existing Web Application. I chose http://jeremy as my WebApplication Decide what your new Site Collection unique URL [...]]]></description>
				<content:encoded><![CDATA[<p>I came across a couple of articles on Host Named Site Collections and Apps hosts.</p>
<p>Here is a summary of the steps to create a new Host Named Site Collection</p>
<ul>
<li>Create a new Web Application or use an existing Web Application. I chose <a href="http://jeremy/">http://jeremy</a> as my WebApplication</li>
<li>Decide what your new Site Collection unique URL should be. I chose <a href="http://test/">http://test</a> and <a href="http://teamsite/">http://teamsite</a> to run off a Team Site template.</li>
</ul>
<ul>
<li>Run the following in the SharePoint Management Shell:</li>
</ul>

<div class="wp_syntax"><table><tr><td class="code"><pre class="powershell" style="font-family:monospace;"><span style="color: #800080;">$w</span> <span style="color: pink;">=</span> Get<span style="color: pink;">-</span>SPWebApplication http:<span style="color: pink;">//</span>jeremy
New<span style="color: pink;">-</span>SPSite http:<span style="color: pink;">//</span>test <span style="color: pink;">-</span>OwnerAlias <span style="color: #800000;">&quot;testdomain\testowner&quot;</span> <span style="color: pink;">-</span>HostHeaderWebApplication <span style="color: #800080;">$w</span> <span style="color: #008080; font-style: italic;">-Name</span> <span style="color: #800000;">&quot;test&quot;</span> <span style="color: pink;">-</span>Template <span style="color: #800000;">&quot;STS#0&quot;</span>
New<span style="color: pink;">-</span>SPSite http:<span style="color: pink;">//</span>teamsite <span style="color: pink;">-</span>OwnerAlias <span style="color: #800000;">&quot;testdomain\testowner&quot;</span> <span style="color: pink;">-</span>HostHeaderWebApplication <span style="color: #800080;">$w</span> <span style="color: #008080; font-style: italic;">-Name</span> <span style="color: #800000;">&quot;teamsite&quot;</span> <span style="color: pink;">-</span>Template <span style="color: #800000;">&quot;STS#0&quot;</span></pre></td></tr></table></div>

<ul>
<li>Once done, add site bindings in IIS, otherwise you cant browse to your site.</li>
</ul>
<ul>
<li>Configure kerberos for your Host Name site collection.<br />
Create a Managed Path if required (New-SPManagedPath)</li>
</ul>
<p>&nbsp;</p>
<p>For more information on creating Host NamedSite Collections  and App host configuration:</p>
<p><a href="http://www.sharepointblues.com/2012/11/22/configurin-sharepoint-2013-host-named-site-collections-an">http://www.sharepointblues.com/2012/11/22/configurin-sharepoint-2013-host-named-site-collections-an</a>d-apps-host</p>
<p>Host Named Sited Collection in SharePoint 2010 (applies to SharePoint 2013):</p>
<p lang="en-US"><a href="http://blogs.msdn.com/b/kaevans/archive/2012/03/27/what-every-sharepoint-admin-needs-to-know-about-host-named-s">http://blogs.msdn.com/b/kaevans/archive/2012/03/27/what-every-sharepoint-admin-needs-to-know-about-host-named-s</a>ite-collections.aspx</p>
<div class="twttr_button">
					<a href="http://twitter.com/share?url=http://www.jeremytaylor.net/2013/03/04/host-named-site-collections-sharepoint-2013/&text=Host Named Site Collections SharePoint 2013" target="_blank" title="Click here if you like this article.">
						<img src="http://www.jeremytaylor.net/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
					</a>
				</div>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2013/03/04/host-named-site-collections-sharepoint-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop and Start SharePoint services with PowerShell</title>
		<link>http://www.jeremytaylor.net/2013/02/27/stop-and-start-sharepoint-services-with-powershell/</link>
		<comments>http://www.jeremytaylor.net/2013/02/27/stop-and-start-sharepoint-services-with-powershell/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 07:39:18 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint management]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=931</guid>
		<description><![CDATA[Here is an easy way to Stop and Start SharePoint services in PowerShell (especially if you have a large farm or manage multiple farms). Im not talking about the Windows Services here but SharePoint services managed via Central Administration. Note: Just update the $ServiceName variable as it appears in Central Administration and run. The following [...]]]></description>
				<content:encoded><![CDATA[<p>Here is an easy way to Stop and Start SharePoint services in PowerShell (especially if you have a large farm or manage multiple farms).<br />
<span id="more-931"></span>Im not talking about the Windows Services here but SharePoint services managed via Central Administration.</p>
<p><span style="color: #ff6600;">Note:</span> Just update the $ServiceName variable as it appears in Central Administration and run.<br />
The following PowerShell runs on the local server (-server $env:COMPUTERNAME). Replace $env:COMPUTERNAME with the server name in the farm to stop and start services on the other servers in the farm.</p>
<p>To stop a service:<br />
$ServiceName = &#8220;Visio Graphics Service&#8221;<br />
Get-SPServiceInstance -server $env:COMPUTERNAME | where-object {$_.TypeName -eq $ServiceName} | Stop-SPServiceInstance -confirm:$false &gt; $null</p>
<p>To start a service:<br />
$ServiceName = &#8220;Visio Graphics Service&#8221;<br />
Get-SPServiceInstance -server $env:COMPUTERNAME | where-object {$_.TypeName -eq $ServiceName} | Start-SPServiceInstance  -confirm:$false &gt; $null</p>
<div class="twttr_button">
					<a href="http://twitter.com/share?url=http://www.jeremytaylor.net/2013/02/27/stop-and-start-sharepoint-services-with-powershell/&text=Stop and Start SharePoint services with PowerShell" target="_blank" title="Click here if you like this article.">
						<img src="http://www.jeremytaylor.net/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
					</a>
				</div>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2013/02/27/stop-and-start-sharepoint-services-with-powershell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Export migrate all solutions from your SharePoint farm</title>
		<link>http://www.jeremytaylor.net/2013/02/25/export-migrate-all-solutions-from-your-sharepoint-farm/</link>
		<comments>http://www.jeremytaylor.net/2013/02/25/export-migrate-all-solutions-from-your-sharepoint-farm/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 07:19:27 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint 2013]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=929</guid>
		<description><![CDATA[A few recent migrations I worked on required me to export and import all Farm Solutions from one SharePoint farm to another SharePoint farm. There are a few blogs and tools available to get this done. However, I came across Shane Young&#8217;s brilliant one line PowerShell command to get the job done! Export all of the [...]]]></description>
				<content:encoded><![CDATA[<p>A few recent migrations I worked on required me to export and import all Farm Solutions from one SharePoint farm to another SharePoint farm. There are a few blogs and tools available to get this done.</p>
<p>However, I came across Shane Young&#8217;s brilliant one line PowerShell command to get the job done!</p>
<p>Export all of the Solutions from your farm:</p>
<p>(Get-SPFarm).Solutions | ForEach-Object{$var = (Get-Location).Path + &#8220;\&#8221; + $_.Name; $_.SolutionFile.SaveAs($var)}</p>
<p>&nbsp;</p>
<p>Import all of the Solution into another farm</p>
<p>Get-ChildItem | ForEach-Object{Add-SPSolution -LiteralPath $_.Fullname}<br />
Note: Shane&#8217;s blogpost has the third step to deploy all these solutions. Not all Web Applications may need to have farm solutions deployed to them. So &#8211; you might want to plan this one, rather than deploy all these solutions to all Web Applications.</p>
<p>Check out Shane&#8217;s blogpost:<br />
<a href="http://msmvps.com/blogs/shane/archive/2011/05/05/using-powershell-to-export-all-solutions-from-your-sharepoint-2010-farm-and-other-fun.aspx" target="_blank">http://msmvps.com/blogs/shane/archive/2011/05/05/using-powershell-to-export-all-solutions-from-your-sharepoint-2010-farm-and-other-fun.aspx</a></p>
<div class="twttr_button">
					<a href="http://twitter.com/share?url=http://www.jeremytaylor.net/2013/02/25/export-migrate-all-solutions-from-your-sharepoint-farm/&text=Export migrate all solutions from your SharePoint farm" target="_blank" title="Click here if you like this article.">
						<img src="http://www.jeremytaylor.net/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
					</a>
				</div>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2013/02/25/export-migrate-all-solutions-from-your-sharepoint-farm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a SQL Alias 32 bit and 64 bit</title>
		<link>http://www.jeremytaylor.net/2013/02/20/how-to-create-a-sql-alias-32-bit-and-64-bit/</link>
		<comments>http://www.jeremytaylor.net/2013/02/20/how-to-create-a-sql-alias-32-bit-and-64-bit/#comments</comments>
		<pubDate>Wed, 20 Feb 2013 07:17:50 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=923</guid>
		<description><![CDATA[When installing SharePoint, a good practice is to use SQL Aliases for your installation.  To manage and create a SQL Alias via a gui tool, go to start &#62; run &#62; cliconfg and Enter. Then go to the Alias tab. Since SharePoint servers are all 64bit, if you create a SQL Alias via the gui [...]]]></description>
				<content:encoded><![CDATA[<p>When installing SharePoint, a good practice is to use SQL Aliases for your installation. <br />
To manage and create a SQL Alias via a gui tool, go to start &gt; run &gt; cliconfg and Enter. Then go to the Alias tab.<span id="more-923"></span></p>
<p>Since SharePoint servers are all 64bit, if you create a SQL Alias via the gui you would only create a 64bit SQL Alias. What about a 32bit SQL Alias? Do we need a 32 bit SQL Alias??</p>
<p>Keep in mind that tools such as SSMS &#8211; SQL Server Management Studio are 32bit, so we DO need a 32bit SQL Alias created if you want to connect to SQL using the SQL Alias name.<br />
I find it easy to script out both my 64bit SQL Alias (for SharePoint) as well as 32bit SQL Alias so that we can connect via SSMS (makes life easier to remember friendly names!).</p>
<p>Now there are other ways to do this but here is a simple PowerShell script that I have used over the years to create a 32 bit and a 64 bit SQL Alias.</p>
<p>&nbsp;</p>
<p># Set the two variables and then run in a PowerShell prompt<br />
$SQLAliasName = &#8220;SQLALIASNAME&#8221;<br />
$sqlserver = &#8220;Sqlservername\instancename,1433&#8243; # Update as required. Change the port if using a custom port.</p>
<p># This script creates a 64bit and 32bit SQL Alias on the server. Run this script on all servers in your SharePoint farm.</p>
<p>Write-Host “Creating x64 SQL Alias”</p>
<p>New-Item -path HKLM:SOFTWARE\Microsoft\MSSQLServer\Client\ConnectTo<br />
New-ItemProperty HKLM:SOFTWARE\Microsoft\MSSQLServer\Client\ConnectTo -name $SQLAliasName -propertytype String -value &#8220;DBMSSOCN,$sqlserver&#8221;</p>
<p>Write-Host “Creating 32bit SQL Alias”</p>
<p>New-Item -path HKLM:SOFTWARE\Wow6432Node\Microsoft\MSSQLServer\Client\ConnectTo<br />
Write-Host &#8220;Configured SQL Alias on the Server&#8221;<br />
New-ItemProperty HKLM:SOFTWARE\Wow6432Node\Microsoft\MSSQLServer\Client\ConnectTo -name $SQLAliasName -propertytype String -value &#8220;DBMSSOCN,$sqlserver&#8221;</p>
<p>&nbsp;</p>
<p><span style="color: #ff6600;">Note: </span>Not all applications are SQL Alias aware. When configuring Reporting Services (SharePoint integrated mode), specifying a SQL Alias in the Reporting Services Configuration Manager does not work. I had to specify the database server in the SQLSERVER\InstanceName format.</p>
<p>Will be interested to know if you have had issues using SQL Alias names with other applications/features.</p>
<div class="twttr_button">
					<a href="http://twitter.com/share?url=http://www.jeremytaylor.net/2013/02/20/how-to-create-a-sql-alias-32-bit-and-64-bit/&text=How to create a SQL Alias 32 bit and 64 bit" target="_blank" title="Click here if you like this article.">
						<img src="http://www.jeremytaylor.net/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
					</a>
				</div>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2013/02/20/how-to-create-a-sql-alias-32-bit-and-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New SharePoint 2013 year!</title>
		<link>http://www.jeremytaylor.net/2012/12/31/happy-new-sharepoint-2013-year/</link>
		<comments>http://www.jeremytaylor.net/2012/12/31/happy-new-sharepoint-2013-year/#comments</comments>
		<pubDate>Mon, 31 Dec 2012 11:59:17 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SQL 2012]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Windows 2012]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=919</guid>
		<description><![CDATA[2012 has been a year of many changes for us in the SharePoint world. In the span of a few months we had SQL 2012, Windows 2012 and SharePoint 2013 released! Are you ready for change? My year will be spent learning, adopting and implementing these new technologies from Microsoft. I am working towards those [...]]]></description>
				<content:encoded><![CDATA[<p>2012 has been a year of many changes for us in the SharePoint world. In the span of a few months we had SQL 2012, Windows 2012 and SharePoint 2013 released! Are you ready for change? My year will be spent learning, adopting and implementing these new technologies from Microsoft.<br />
<span id="more-919"></span><br />
I am working towards those certifications this year and another change is that Microsoft has renamed all its certifications such as MCITP to MCSE (Solutions Expert). MCM to MCSM (Solutions Master).<br />
The definition of the word &#8216;Solutions&#8217; has also changed. Back in 1999 when I was researching and deciding on my Microsoft certifications, I had the option of studying towards the MCSE (Systems Engineer) or MCSD (Solutions Developer). Now &#8220;Solutions&#8221; Experts are infrastructure guys too. Confusing at first but we will all get used to it soon. This is probably Microsoft&#8217;s push for the cloud where some present day SharePoint Admins will move to offering cloud based solutions like migration, support and integration back into the private cloud (a hybrid approach). I&#8217;m staying an in-premise/private cloud SharePoint Admin.</p>
<p><strong>Windows 2012</strong><br />
So much change for us SharePoint Admins and developers as we have to re-learn a new Windows operating system with its new &#8216;metro&#8217; UI.<br />
If you are into SharePoint certifications, then it is a requirement to achieve the MCSA in Windows 2012 to get your SharePoint certification. I am working on getting myself an MCSA in Windows 2012 and since Im an MCITP, I have to just do one upgrade exam 70-417.<br />
Dont know where to start? Here is a great set of free training videos by Microsoft Senior Technical Evangelist Rick Claus and Ed Liberman from TrainSignal. http://www.youtube.com/playlist?list=PLKJ4uTj5tbxHMdt1yT0FWNzderYzv5_Ca</p>
<p><strong>PowerShell 3.0</strong><br />
Learning Windows 2012 has led me to learning PowerShell 3.0. There is so much more we can do with it! There are over 2300 PowerShell cmdlets with Windows 2012. I have been playing around with PowerShell ISE too. It has evolved to become a great help in learning more cmdlets and constructing your PowerShell scripts. Im looking forward to spending a lot of time with PowerShell 3.0 in the coming year.</p>
<p><strong>SharePoint 2013</strong><br />
Once I get my MCSA in Windows 2012, it will be time for the SharePoint 2013 exams. Training generally will be available for it towards the middle of the year. The two exams I will be doing are: 70-331 &#8211; Core Solutions of Microsoft SharePoint Server 2013 and 70-332 &#8211; Advanced Solutions of Microsoft SharePoint Server 2013.<br />
Doing the 70-417, 70-331 and 70-332 will make me a Microsoft Certified Solutions Expert &#8211; SharePoint.<br />
I will be posting more training links on SharePoint 2013 in the coming weeks.</p>
<p><strong>SQL 2012</strong><br />
A new database server was released bringing some new features and improvements such as: AlwaysOn, improved Business Intelligence features, improved management and performance. I found some good improvements with PowerPivot and SharePoint. If I have time this year, I might do a certification in SQL 2012 in the second half of the year. In my experience, SQL is most often the main culprit for poor SharePoint performance &#8211; thanks to a badly configured SQL instance by SharePoint Admins with limited SQL knowledge or by traditional SQL DBAs who still think SharePoint databases with their tables are a mess because they wished they knew how SharePoint ran (Microsoft does not support running SQL queries on SharePoint databases except for the logging database). I hope to post more on SQL for SharePoint on my blog.</p>
<p>I trust you have chalked out a plan to embrace and adopt these new products for the year ahead.</p>
<p>Wishing you a Happy New SharePoint 2013 year!</p>
<div class="twttr_button">
					<a href="http://twitter.com/share?url=http://www.jeremytaylor.net/2012/12/31/happy-new-sharepoint-2013-year/&text=Happy New SharePoint 2013 year!" target="_blank" title="Click here if you like this article.">
						<img src="http://www.jeremytaylor.net/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
					</a>
				</div>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2012/12/31/happy-new-sharepoint-2013-year/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint 2013 free ebooks</title>
		<link>http://www.jeremytaylor.net/2012/12/15/sharepoint-2013-free-ebooks/</link>
		<comments>http://www.jeremytaylor.net/2012/12/15/sharepoint-2013-free-ebooks/#comments</comments>
		<pubDate>Fri, 14 Dec 2012 23:00:45 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2013]]></category>
		<category><![CDATA[ebooks]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=897</guid>
		<description><![CDATA[There are a lot of resources (blog posts / worksheets / scripts / screenshots on random SharePoint things) on the internet on SharePoint 2013 which could be classified as an &#8216;ebook&#8217; if you print it to pdf. However, I am interested in capturing &#8220;ebooks&#8221; that are in pdf, doc or xps format, with a table [...]]]></description>
				<content:encoded><![CDATA[<p>There are a lot of resources (blog posts / worksheets / scripts / screenshots on random SharePoint things) on the internet on SharePoint 2013 which could be classified as an &#8216;ebook&#8217; if you print it to pdf. However, I am interested in capturing &#8220;ebooks&#8221; that are in pdf, doc or xps format, with a table of contents and some thought to its presentation. The reason for this post is something you can download, print or save and read when you are offline. I will check for its source too and ensure its from an authoritative &amp; well known source.<span id="more-897"></span></p>
<p>Here is a list of SharePoint 2013 free ebooks available on the internet:</p>
<p>Microsoft: <a href="http://www.microsoft.com/en-ca/download/details.aspx?id=35396" target="_blank">Explore SharePoint 2013</a></p>
<p>Microsoft: <a href="http://www.microsoft.com/en-us/download/details.aspx?id=30384" target="_blank">Deployment guide for SharePoint 2013</a></p>
<p>Microsoft: <a href="http://www.microsoft.com/en-us/download/details.aspx?id=34023" target="_blank">IT Professional Reviewer&#8217;s Guide for SharePoint Server 2013</a></p>
<p>Microsoft: <a href="http://www.microsoft.com/en-ca/download/details.aspx?id=35557" target="_blank">Plan and use the Distributed Cache service in SharePoint Server 2013</a></p>
<p>&nbsp;</p>
<div class="twttr_button">
					<a href="http://twitter.com/share?url=http://www.jeremytaylor.net/2012/12/15/sharepoint-2013-free-ebooks/&text=SharePoint 2013 free ebooks" target="_blank" title="Click here if you like this article.">
						<img src="http://www.jeremytaylor.net/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
					</a>
				</div>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2012/12/15/sharepoint-2013-free-ebooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft File Transfer Manager location</title>
		<link>http://www.jeremytaylor.net/2012/12/12/microsoft-file-transfer-manager-location/</link>
		<comments>http://www.jeremytaylor.net/2012/12/12/microsoft-file-transfer-manager-location/#comments</comments>
		<pubDate>Wed, 12 Dec 2012 10:41:19 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint 2013]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=906</guid>
		<description><![CDATA[If you are an MSDN (or Technet) downloader like me, you would agree that manually starting and resuming your paused or suspended downloads aren&#8217;t that easy! I struggle to remember the path to the Microsoft File Transfer Manager to restart my downloads. Here is how to kick start the application In a command prompt, type [...]]]></description>
				<content:encoded><![CDATA[<p>If you are an MSDN (or Technet) downloader like me, you would agree that manually starting and resuming your paused or suspended downloads aren&#8217;t that easy! I struggle to remember the path to the Microsoft File Transfer Manager to restart my downloads. Here is how to kick start the application <span id="more-906"></span></p>
<p>In a command prompt, type in</p>
<p>&#8220;%SystemRoot%\Downloaded Program Files\transfermgr.exe&#8221;</p>
<p>Then Enter.</p>
<p>Hope this helps someone!</p>
<div class="twttr_button">
					<a href="http://twitter.com/share?url=http://www.jeremytaylor.net/2012/12/12/microsoft-file-transfer-manager-location/&text=Microsoft File Transfer Manager location" target="_blank" title="Click here if you like this article.">
						<img src="http://www.jeremytaylor.net/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
					</a>
				</div>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2012/12/12/microsoft-file-transfer-manager-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2013 discontinued features and functionality</title>
		<link>http://www.jeremytaylor.net/2012/12/09/sharepoint-2013-discontinued-features-and-functionality/</link>
		<comments>http://www.jeremytaylor.net/2012/12/09/sharepoint-2013-discontinued-features-and-functionality/#comments</comments>
		<pubDate>Sun, 09 Dec 2012 01:43:11 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2013]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=899</guid>
		<description><![CDATA[SharePoint 2013 has a number of changes since SharePoint 2010. This is a list of some of the features and discontinued functionality. If you want a quick look at what has been discontinued or modified &#8211; read further.. Some of the features that have been discontinued may continue to operate in SharePoint 2013. But warnings [...]]]></description>
				<content:encoded><![CDATA[<p>SharePoint 2013 has a number of changes since SharePoint 2010. This is a list of some of the features and discontinued functionality. If you want a quick look at what has been discontinued or modified &#8211; read further..<span id="more-899"></span></p>
<p>Some of the features that have been discontinued may continue to operate in SharePoint 2013. But warnings have been given for some of the features that will be completely removed from the next version of SharePoint &#8211; maybe SharePoint 16 or SharePoint 2016 ? <img src='http://www.jeremytaylor.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>Some of my notes:</p>
<ul>
<li>
<div>When you create a site, all Meeting Workspace site templates (Basic Meeting Workspace, Blank Meeting Workspace, Decision Meeting Workspace, Social Meeting Workspace, and Multipage Meeting Workspace) are not available. I know some environments that heavily use workspaces and I&#8217;m keen to inform them about this change.</div>
</li>
<li>
<div>FAST for SharePoint has now been integrated into SharePoint 2013. So a lot of features have changed in this space. One of them is the Search RSS feeds being discontinued and another is the Web Analytics are part of the Search service.</div>
</li>
<li>
<div>Office Web Apps server has sort of divorced from SharePoint 2013. 2 years ago with SharePoint 2010 they were inseparable! So a lot of functionality has changed in this space. In case you didn&#8217;t know, you cant install Office Web Apps on the same server as SharePoint 2013, it doesn&#8217;t allow you to. It has to reside on a separate server.</div>
</li>
</ul>
<p>Click here for more info:<br />
<a href="http://office.microsoft.com/en-us/sharepoint-server-help/discontinued-features-and-modified-functionality-in-microsoft-sharepoint-2013-HA102892827.aspx" target="_blank">Discontinued features and modified functionality in Microsoft SharePoint 2013</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="twttr_button">
					<a href="http://twitter.com/share?url=http://www.jeremytaylor.net/2012/12/09/sharepoint-2013-discontinued-features-and-functionality/&text=SharePoint 2013 discontinued features and functionality" target="_blank" title="Click here if you like this article.">
						<img src="http://www.jeremytaylor.net/wp-content/plugins/twitter-plugin/images/twitt.gif" alt="Twitt" />
					</a>
				</div>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2012/12/09/sharepoint-2013-discontinued-features-and-functionality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.536 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-18 10:12:44 -->

<!-- Compression = gzip -->