<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The Get-MailboxStatistics Cmdlet, the TotalitemSize Property, and that pesky little “b”</title><link>http://blogs.technet.com/b/gary/archive/2010/02/20/the-get-mailboxstatistics-cmdlet-the-totalitemsize-property-and-that-pesky-little-b.aspx</link><description>In my experiences with Exchange and Powershell, I have definitely come across some interesting things. One of strangest&amp;hellip;or so I thought&amp;hellip;was the fact that whenever I looked at mailbox size it had a funny little &amp;ldquo;b&amp;rdquo; at the end</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: The Get-MailboxStatistics Cmdlet, the TotalitemSize Property, and that pesky little “b”</title><link>http://blogs.technet.com/b/gary/archive/2010/02/20/the-get-mailboxstatistics-cmdlet-the-totalitemsize-property-and-that-pesky-little-b.aspx#3505811</link><pubDate>Mon, 25 Jun 2012 15:50:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3505811</guid><dc:creator>JimJ</dc:creator><description>&lt;p&gt;Need to update this line:&lt;/p&gt;
&lt;p&gt;Get-Mailbox | Get-MaliboxStatistics | Add-Member -MemberType ScriptProperty -Name TotalItemSizeinMB -Value {$this.totalitemsize.value.ToMB()} -PassThru | Format-Table DisplayName,TotalItem*&lt;/p&gt;
&lt;p&gt;To be:&lt;/p&gt;
&lt;p&gt;Get-Mailbox | Get-MailboxStatistics | Add-Member -MemberType ScriptProperty -Name TotalItemSizeinMB -Value {$this.totalitemsize.value.ToMB()} -PassThru | Format-Table DisplayName,TotalItem*&lt;/p&gt;
&lt;p&gt;LI &amp;lt;--&amp;gt; IL in the get-mailboxstatistics command&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3505811" width="1" height="1"&gt;</description></item><item><title>re: The Get-MailboxStatistics Cmdlet, the TotalitemSize Property, and that pesky little “b”</title><link>http://blogs.technet.com/b/gary/archive/2010/02/20/the-get-mailboxstatistics-cmdlet-the-totalitemsize-property-and-that-pesky-little-b.aspx#3478620</link><pubDate>Thu, 02 Feb 2012 19:22:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3478620</guid><dc:creator>Draconian Soul</dc:creator><description>&lt;p&gt;Like, +1, etc.&lt;/p&gt;
&lt;p&gt;Thanks for this, very helpful!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3478620" width="1" height="1"&gt;</description></item><item><title>re: The Get-MailboxStatistics Cmdlet, the TotalitemSize Property, and that pesky little “b”</title><link>http://blogs.technet.com/b/gary/archive/2010/02/20/the-get-mailboxstatistics-cmdlet-the-totalitemsize-property-and-that-pesky-little-b.aspx#3472365</link><pubDate>Wed, 21 Dec 2011 12:23:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3472365</guid><dc:creator>You</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;i check this comdlet for Exchange 2007, but doesn&amp;#39;t work :&lt;/p&gt;
&lt;p&gt;[PS] C:\&amp;gt;Get-MailboxStatistics Administrator&lt;/p&gt;
&lt;p&gt;Get-MailboxStatistics : The Windows Cluster service encountered an error during&lt;/p&gt;
&lt;p&gt; function OpenCluster:.&lt;/p&gt;
&lt;p&gt;At line:1 char:22&lt;/p&gt;
&lt;p&gt;+ Get-MailboxStatistics &amp;lt;&amp;lt;&amp;lt;&amp;lt; &amp;nbsp;Administrator&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ CategoryInfo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: NotSpecified: (0:Int32) [Get-MailboxStatistics],&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;ExClusTransientException&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;+ FullyQualifiedErrorId : BCF15CC5,Microsoft.Exchange.Management.MapiTasks&lt;/p&gt;
&lt;p&gt; &amp;nbsp; .GetMailboxStatistics&lt;/p&gt;
&lt;p&gt;N.B : i have the Full admin right.&lt;/p&gt;
&lt;p&gt;Could you give me an idea please ?!&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;Youssef&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3472365" width="1" height="1"&gt;</description></item><item><title>re: The Get-MailboxStatistics Cmdlet, the TotalitemSize Property, and that pesky little “b”</title><link>http://blogs.technet.com/b/gary/archive/2010/02/20/the-get-mailboxstatistics-cmdlet-the-totalitemsize-property-and-that-pesky-little-b.aspx#3458456</link><pubDate>Tue, 11 Oct 2011 13:37:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3458456</guid><dc:creator>Gary Siepser</dc:creator><description>&lt;p&gt;Things changed in Exchange 2010 unfortunately for this post. &amp;nbsp;This stuff really does only apply properly to Exchange 2007. &amp;nbsp;Exchange 2010 brought about the use of PowerShell remoting to use EMS. &amp;nbsp;This added neat capabilities like RBAC, but came with some complications, like making the pure PowerShell aspect of Exchange a bit more complicated. &amp;nbsp;Since everything happens through a PS remoting sessoin, the objects like this that come back from cmdlets are being created on another PowerShell session, serialized, sent to your local session, deserialized and output. &amp;nbsp;Unfortunately object serialization and deserialization is a bit like sending a fax, while the resurrected object is usable like the originial, it is by no means the actual same thing. &amp;nbsp;One of these days I will take a look back through this post and see about adding parts to talk about both version. &amp;nbsp;These days though I am not focusing as much on Exchange in favor of pure PowerShell so we&amp;#39;ll see. &amp;nbsp;I can continue to answer specific questions and comments though.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3458456" width="1" height="1"&gt;</description></item><item><title>re: The Get-MailboxStatistics Cmdlet, the TotalitemSize Property, and that pesky little “b”</title><link>http://blogs.technet.com/b/gary/archive/2010/02/20/the-get-mailboxstatistics-cmdlet-the-totalitemsize-property-and-that-pesky-little-b.aspx#3458404</link><pubDate>Tue, 11 Oct 2011 09:34:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3458404</guid><dc:creator>Roger C</dc:creator><description>&lt;p&gt;Why would it work? &amp;#39;Get-MaliboxStatistics&amp;#39; ha ha&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3458404" width="1" height="1"&gt;</description></item><item><title>re: The Get-MailboxStatistics Cmdlet, the TotalitemSize Property, and that pesky little “b”</title><link>http://blogs.technet.com/b/gary/archive/2010/02/20/the-get-mailboxstatistics-cmdlet-the-totalitemsize-property-and-that-pesky-little-b.aspx#3458403</link><pubDate>Tue, 11 Oct 2011 09:32:48 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3458403</guid><dc:creator>JJ</dc:creator><description>&lt;p&gt;Your last script doesn&amp;#39;t work with Exchange 2010. The script produces statistics in Mb, Kb and Gb - presumably depending on the size of the mailbox. Don&amp;#39;t you even test this before publishing to the world wide web?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3458403" width="1" height="1"&gt;</description></item></channel></rss>