<?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: Query for a mailbox&#8217;s size and quota</title>
	<atom:link href="http://www.flobee.net/query-for-a-mailboxs-size-and-quota/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flobee.net/query-for-a-mailboxs-size-and-quota/</link>
	<description>The consequence of not having six hydrocoptic marzelvanes.</description>
	<lastBuildDate>Thu, 01 Dec 2011 16:35:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Scott</title>
		<link>http://www.flobee.net/query-for-a-mailboxs-size-and-quota/comment-page-1/#comment-1884</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 04 Oct 2011 14:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=24#comment-1884</guid>
		<description>The storage group and database name are implicitly known since they are contained in the homemdb attribute, which was retrieved in line 52.  To parse that, convert the string into an array; the database will be at index 0, and the storage group at index 1.  This code does it:

arrHomeMdb = Split(homemdb, &quot;,&quot;)
strDB = Mid(arrHomeMdb(0),4)
strSG = Mid(arrHomeMdb(1),4)

You can then add this information to the message box at line 138 (and to the shell output, if you want, at lines 135-137).</description>
		<content:encoded><![CDATA[<p>The storage group and database name are implicitly known since they are contained in the homemdb attribute, which was retrieved in line 52.  To parse that, convert the string into an array; the database will be at index 0, and the storage group at index 1.  This code does it:</p>
<p>arrHomeMdb = Split(homemdb, &#8220;,&#8221;)<br />
strDB = Mid(arrHomeMdb(0),4)<br />
strSG = Mid(arrHomeMdb(1),4)</p>
<p>You can then add this information to the message box at line 138 (and to the shell output, if you want, at lines 135-137).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Tonna</title>
		<link>http://www.flobee.net/query-for-a-mailboxs-size-and-quota/comment-page-1/#comment-1883</link>
		<dc:creator>Steve Tonna</dc:creator>
		<pubDate>Tue, 04 Oct 2011 08:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=24#comment-1883</guid>
		<description>Thanks and great script,  Can you point me in the right direction in getting the script to display the Storage Group Name and Mail Store Name, aswell please. 

Thanks  Steve</description>
		<content:encoded><![CDATA[<p>Thanks and great script,  Can you point me in the right direction in getting the script to display the Storage Group Name and Mail Store Name, aswell please. </p>
<p>Thanks  Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JT</title>
		<link>http://www.flobee.net/query-for-a-mailboxs-size-and-quota/comment-page-1/#comment-670</link>
		<dc:creator>JT</dc:creator>
		<pubDate>Tue, 22 Sep 2009 16:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=24#comment-670</guid>
		<description>Thank you for sharing this!  Works GREAT!</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this!  Works GREAT!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris P</title>
		<link>http://www.flobee.net/query-for-a-mailboxs-size-and-quota/comment-page-1/#comment-73</link>
		<dc:creator>Chris P</dc:creator>
		<pubDate>Mon, 06 Jul 2009 13:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.flobee.net/?p=24#comment-73</guid>
		<description>This is Great!! I translated it into C# so I could use it for a ASP.NET site and saved me a lot of time. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>This is Great!! I translated it into C# so I could use it for a ASP.NET site and saved me a lot of time. Thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

