<?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: Get-MailboxStatistics for Exchange 2003</title>
	<atom:link href="http://www.indented.co.uk/index.php/2009/01/22/exchange-2003-get-mailboxstatistics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.indented.co.uk/index.php/2009/01/22/exchange-2003-get-mailboxstatistics/</link>
	<description></description>
	<lastBuildDate>Wed, 21 Dec 2011 09:33:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: darkstar3d</title>
		<link>http://www.indented.co.uk/index.php/2009/01/22/exchange-2003-get-mailboxstatistics/comment-page-1/#comment-438</link>
		<dc:creator>darkstar3d</dc:creator>
		<pubDate>Mon, 04 Oct 2010 16:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=871#comment-438</guid>
		<description>Chris,

Awesome script!</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>Awesome script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.indented.co.uk/index.php/2009/01/22/exchange-2003-get-mailboxstatistics/comment-page-1/#comment-39</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Wed, 16 Sep 2009 15:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=871#comment-39</guid>
		<description>Very much appreciated.</description>
		<content:encoded><![CDATA[<p>Very much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blake</title>
		<link>http://www.indented.co.uk/index.php/2009/01/22/exchange-2003-get-mailboxstatistics/comment-page-1/#comment-38</link>
		<dc:creator>blake</dc:creator>
		<pubDate>Fri, 10 Jul 2009 08:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=871#comment-38</guid>
		<description>excellent work, thanks</description>
		<content:encoded><![CDATA[<p>excellent work, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TonyRoZe</title>
		<link>http://www.indented.co.uk/index.php/2009/01/22/exchange-2003-get-mailboxstatistics/comment-page-1/#comment-36</link>
		<dc:creator>TonyRoZe</dc:creator>
		<pubDate>Thu, 21 May 2009 19:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=871#comment-36</guid>
		<description>the Query Above works just fine and I was able to get your script to function after removing the following section (only -server functions which meets my needs)

$Filter = &quot;ServerName=&#039;$Server&#039;&quot;
  if ($Database -ne &quot;&quot; ) {
    $Filter = &quot;$Filter AND StoreName=&#039;$Database&#039;&quot;
  }
  if ($Identity -ne &quot;&quot;) {
    $Filter = &quot;$Filter AND (MailboxGuid=&#039;{$Identity}&#039; OR LegacyDN=&#039;$Identity&#039;&quot;
    $Filter = &quot;$Filter OR MailboxDisplayName=&#039;$Identity&#039;)&quot;
  }</description>
		<content:encoded><![CDATA[<p>the Query Above works just fine and I was able to get your script to function after removing the following section (only -server functions which meets my needs)</p>
<p>$Filter = &#8220;ServerName=&#8217;$Server&#8217;&#8221;<br />
  if ($Database -ne &#8220;&#8221; ) {<br />
    $Filter = &#8220;$Filter AND StoreName=&#8217;$Database&#8217;&#8221;<br />
  }<br />
  if ($Identity -ne &#8220;&#8221;) {<br />
    $Filter = &#8220;$Filter AND (MailboxGuid=&#8217;{$Identity}&#8217; OR LegacyDN=&#8217;$Identity&#8217;&#8221;<br />
    $Filter = &#8220;$Filter OR MailboxDisplayName=&#8217;$Identity&#8217;)&#8221;<br />
  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.indented.co.uk/index.php/2009/01/22/exchange-2003-get-mailboxstatistics/comment-page-1/#comment-33</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 21 May 2009 15:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=871#comment-33</guid>
		<description>Try running with no switches, assuming you&#039;re running from the Exchange server itself? Or just run this on its own:

Get-WMIObject -ComputerName &quot;YourServer&quot; -Namespace &quot;root/MicrosoftExchangeV2&quot; -Class &quot;Exchange_Mailbox&quot;

If that returns nothing then neither will my script.

Chris</description>
		<content:encoded><![CDATA[<p>Try running with no switches, assuming you&#8217;re running from the Exchange server itself? Or just run this on its own:</p>
<p>Get-WMIObject -ComputerName &#8220;YourServer&#8221; -Namespace &#8220;root/MicrosoftExchangeV2&#8243; -Class &#8220;Exchange_Mailbox&#8221;</p>
<p>If that returns nothing then neither will my script.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TonyRoZe</title>
		<link>http://www.indented.co.uk/index.php/2009/01/22/exchange-2003-get-mailboxstatistics/comment-page-1/#comment-37</link>
		<dc:creator>TonyRoZe</dc:creator>
		<pubDate>Thu, 21 May 2009 15:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=871#comment-37</guid>
		<description>No matter what switch I use the script just returns me to the cmd promp without displaying any data.  What am I doing wrong ?</description>
		<content:encoded><![CDATA[<p>No matter what switch I use the script just returns me to the cmd promp without displaying any data.  What am I doing wrong ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.indented.co.uk/index.php/2009/01/22/exchange-2003-get-mailboxstatistics/comment-page-1/#comment-35</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 14 Apr 2009 16:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=871#comment-35</guid>
		<description>Thanks for that, overlooked the default naming for stores on my installation of 2003.

Chris</description>
		<content:encoded><![CDATA[<p>Thanks for that, overlooked the default naming for stores on my installation of 2003.</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.indented.co.uk/index.php/2009/01/22/exchange-2003-get-mailboxstatistics/comment-page-1/#comment-34</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 14 Apr 2009 13:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.highorbit.co.uk/?p=871#comment-34</guid>
		<description>Thanks!  I was looking for pretty much this exact script; this saved me a LOT of time in writing it. One observation; the &quot;-Database&quot; switch was causing it to fail, until I made a change. On line 10 I changed:

$Filter = &quot;$Filter AND StoreName=&#039;$Database ($Server)&#039;&quot;

to:

$Filter = &quot;$Filter AND StoreName=&#039;$Database&#039;&quot;

That&#039;s all it took in my environment (Exchange 2003 SP2 on Server 2003 Enterprise 32 bit.)</description>
		<content:encoded><![CDATA[<p>Thanks!  I was looking for pretty much this exact script; this saved me a LOT of time in writing it. One observation; the &#8220;-Database&#8221; switch was causing it to fail, until I made a change. On line 10 I changed:</p>
<p>$Filter = &#8220;$Filter AND StoreName=&#8217;$Database ($Server)&#8217;&#8221;</p>
<p>to:</p>
<p>$Filter = &#8220;$Filter AND StoreName=&#8217;$Database&#8217;&#8221;</p>
<p>That&#8217;s all it took in my environment (Exchange 2003 SP2 on Server 2003 Enterprise 32 bit.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

