<?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>Thomas Maurer (tm) &#187; Site Collections</title>
	<atom:link href="http://www.thomasmaurer.ch/tag/site-collections/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another private cloud weblog</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:42:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Powershell: Count Sharepoint Sites on Sharepoint Server 2010</title>
		<link>http://www.thomasmaurer.ch/2010/07/powershell-count-sharepoint-sites-on-sharepoint-server-2010/</link>
		<comments>http://www.thomasmaurer.ch/2010/07/powershell-count-sharepoint-sites-on-sharepoint-server-2010/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 14:32:39 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Genotec]]></category>
		<category><![CDATA[Genotec AG]]></category>
		<category><![CDATA[get-SPsites]]></category>
		<category><![CDATA[Hosted Sharepoint]]></category>
		<category><![CDATA[Hosted Sharepoint 2010]]></category>
		<category><![CDATA[Microsoft Powershell]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Foundation Server 2010]]></category>
		<category><![CDATA[Sharepoint Server 2010]]></category>
		<category><![CDATA[Site Collections]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[SPSites]]></category>
		<category><![CDATA[Windows Powershell]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=880</guid>
		<description><![CDATA[This is a very small line of code to count Sharepoint 2010 Site Collections with Powershell. (Get-SPSite -Limit all).Count By the way, we at Genotec AG are offering a Hosted Sharepoint 2010 solution based on Powershell automation.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.thomasmaurer.ch/wp-content/uploads/2010/05/Screen-shot-2010-05-30-at-13.08.42.png" rel="lightbox[880]"><img class="aligncenter size-full wp-image-621" title="Powershell Header" src="http://www.thomasmaurer.ch/wp-content/uploads/2010/05/Screen-shot-2010-05-30-at-13.08.42.png" alt="Powershell Header" width="440" height="104" /></a></p>
<p>This is a very small line of code to count <a title="Sharepoint 2010" href="http://sharepoint.microsoft.com" target="_blank">Sharepoint 2010</a> Site Collections with Powershell.</p>
<pre>
(Get-SPSite -Limit all).Count
</pre>
<p>By the way, we at Genotec AG are offering a <a title="Genotec Hosted Sharepoint 2010" href="http://www.genotec.ch/de/application-hosting/sharepoint/index.html" target="_blank">Hosted Sharepoint 2010 </a>solution based on Powershell automation.</p>
<div class="shr-publisher-880"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/07/powershell-count-sharepoint-sites-on-sharepoint-server-2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

