<?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: Convert the Get-MailboxStatistics output from Bytes to MB or GB in Exchange 2007.</title>
	<atom:link href="http://aspoc.net/archives/2007/11/07/convert-the-get-mailboxstatistics-output-from-bytes-to-mb-or-gb-in-exchange-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://aspoc.net/archives/2007/11/07/convert-the-get-mailboxstatistics-output-from-bytes-to-mb-or-gb-in-exchange-2007/</link>
	<description>a technical blog, by Matt Wade</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:36:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Matt_Wade</title>
		<link>http://aspoc.net/archives/2007/11/07/convert-the-get-mailboxstatistics-output-from-bytes-to-mb-or-gb-in-exchange-2007/comment-page-1/#comment-2592</link>
		<dc:creator>Matt_Wade</dc:creator>
		<pubDate>Sat, 08 May 2010 00:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://aspoc.net/archives/2007/11/07/convert-the-get-mailboxstatistics-output-from-bytes-to-mb-or-gb-in-exchange-2007/#comment-2592</guid>
		<description>You&#039;ll need to use the get-mailbox command. 
 
     Get-Mailbox user &#124; select Name,*Quota &#124; ft 
 
This would give you a nice layout on the screen.  If you wanted to export to a csv just pipe the command to export-csv as shown above. 
 
To covert to MB you&#039;ll need to replace *Quota with the actual fields: 
 
     {$_.ProhibitSendQuota.Value.ToMB()}  
     {$_.ProhibitSendReceiveQuota.Value.ToMB()}  
     {$_.IssueWarningQuota.Value.ToMB()}  
 </description>
		<content:encoded><![CDATA[<p>You&#39;ll need to use the get-mailbox command. </p>
<p>     Get-Mailbox user | select Name,*Quota | ft </p>
<p>This would give you a nice layout on the screen.  If you wanted to export to a csv just pipe the command to export-csv as shown above. </p>
<p>To covert to MB you&#39;ll need to replace *Quota with the actual fields: </p>
<p>     {$_.ProhibitSendQuota.Value.ToMB()}<br />
     {$_.ProhibitSendReceiveQuota.Value.ToMB()}<br />
     {$_.IssueWarningQuota.Value.ToMB()}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rub Ortega</title>
		<link>http://aspoc.net/archives/2007/11/07/convert-the-get-mailboxstatistics-output-from-bytes-to-mb-or-gb-in-exchange-2007/comment-page-1/#comment-2591</link>
		<dc:creator>Rub Ortega</dc:creator>
		<pubDate>Thu, 06 May 2010 21:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://aspoc.net/archives/2007/11/07/convert-the-get-mailboxstatistics-output-from-bytes-to-mb-or-gb-in-exchange-2007/#comment-2591</guid>
		<description>How can I know the storage limit for each user?  </description>
		<content:encoded><![CDATA[<p>How can I know the storage limit for each user?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
