<?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: Exchange 2010 24&#215;7 Online Defragmentation and Online Database Scanning</title>
	<atom:link href="http://www.shudnow.net/2009/10/25/exchange-2010-24x7-online-defragmentation-and-online-database-scanning/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shudnow.net/2009/10/25/exchange-2010-24x7-online-defragmentation-and-online-database-scanning/</link>
	<description>Just another IT guy!</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:04:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: rahamathullah</title>
		<link>http://www.shudnow.net/2009/10/25/exchange-2010-24x7-online-defragmentation-and-online-database-scanning/comment-page-1/#comment-13265</link>
		<dc:creator>rahamathullah</dc:creator>
		<pubDate>Fri, 18 Nov 2011 13:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1384#comment-13265</guid>
		<description>Use below command to display for all the databases: 
 
Get-MailboxDatabase -Status &#124; FT name,databasesize,available* -auto 
 
Use below command to display for particular database: 
 
Get-MailboxDatabase database name -Status &#124; FT name,databasesize,available* -auto </description>
		<content:encoded><![CDATA[<p>Use below command to display for all the databases: </p>
<p>Get-MailboxDatabase -Status | FT name,databasesize,available* -auto </p>
<p>Use below command to display for particular database: </p>
<p>Get-MailboxDatabase database name -Status | FT name,databasesize,available* -auto</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elan Shudnow</title>
		<link>http://www.shudnow.net/2009/10/25/exchange-2010-24x7-online-defragmentation-and-online-database-scanning/comment-page-1/#comment-12790</link>
		<dc:creator>Elan Shudnow</dc:creator>
		<pubDate>Wed, 22 Jun 2011 22:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1384#comment-12790</guid>
		<description>The two values should be different.  The first is how much space the user&#039;s mailbox is using and the second command is how much whitespace the entire database has available for mailbox users to use.  Two completely different purposes for those 2 commands.  </description>
		<content:encoded><![CDATA[<p>The two values should be different.  The first is how much space the user&#039;s mailbox is using and the second command is how much whitespace the entire database has available for mailbox users to use.  Two completely different purposes for those 2 commands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank</title>
		<link>http://www.shudnow.net/2009/10/25/exchange-2010-24x7-online-defragmentation-and-online-database-scanning/comment-page-1/#comment-12789</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Wed, 22 Jun 2011 19:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1384#comment-12789</guid>
		<description> If I get the Database Size by  doing a filesize and do  
Get-MailboxStatistics -Database &#8220;Mailbox Database&#8221; &#124; Format-Table DisplayName, ItemCount, @{expression={$_.totalitemsize.value.ToMB()};label=&#8221;Size(MB)&#8221;} 
  
to get my users and the amount of space they are using   should the whitespace equal 
 
Get-MailboxDatabase -Status &#124; FL Name,AvailableNewMailboxSpace 
 
because it don&#039;t  
 
 
 
 
 </description>
		<content:encoded><![CDATA[<p>If I get the Database Size by  doing a filesize and do<br />
Get-MailboxStatistics -Database &ldquo;Mailbox Database&rdquo; | Format-Table DisplayName, ItemCount, @{expression={$_.totalitemsize.value.ToMB()};label=&rdquo;Size(MB)&rdquo;} </p>
<p>to get my users and the amount of space they are using   should the whitespace equal </p>
<p>Get-MailboxDatabase -Status | FL Name,AvailableNewMailboxSpace </p>
<p>because it don&#039;t</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ghost Scripter</title>
		<link>http://www.shudnow.net/2009/10/25/exchange-2010-24x7-online-defragmentation-and-online-database-scanning/comment-page-1/#comment-12686</link>
		<dc:creator>Ghost Scripter</dc:creator>
		<pubDate>Thu, 12 May 2011 19:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1384#comment-12686</guid>
		<description>Get-MailboxDatabase -Status &#124; FL Name,AvailableNewMailboxSpace </description>
		<content:encoded><![CDATA[<p>Get-MailboxDatabase -Status | FL Name,AvailableNewMailboxSpace</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hariramprasath</title>
		<link>http://www.shudnow.net/2009/10/25/exchange-2010-24x7-online-defragmentation-and-online-database-scanning/comment-page-1/#comment-10608</link>
		<dc:creator>Hariramprasath</dc:creator>
		<pubDate>Tue, 26 Oct 2010 12:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1384#comment-10608</guid>
		<description>Sorry.. Typed only a few words.. Any c++ or java programs to calculate the whitespace in Exchange 2010?!.. I wrote a program using wmi queries to calculate the white space in Exchange 2007 and Exchange 2003, but am unable to find it in Exchange 2010. Is there any other way to do this using any c++ or java?! </description>
		<content:encoded><![CDATA[<p>Sorry.. Typed only a few words.. Any c++ or java programs to calculate the whitespace in Exchange 2010?!.. I wrote a program using wmi queries to calculate the white space in Exchange 2007 and Exchange 2003, but am unable to find it in Exchange 2010. Is there any other way to do this using any c++ or java?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hariramprasath</title>
		<link>http://www.shudnow.net/2009/10/25/exchange-2010-24x7-online-defragmentation-and-online-database-scanning/comment-page-1/#comment-10607</link>
		<dc:creator>Hariramprasath</dc:creator>
		<pubDate>Tue, 26 Oct 2010 12:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.shudnow.net/?p=1384#comment-10607</guid>
		<description>any c++ or java programs to calculate  </description>
		<content:encoded><![CDATA[<p>any c++ or java programs to calculate</p>
]]></content:encoded>
	</item>
</channel>
</rss>

