<?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 for Exchange Powershell</title>
	<atom:link href="http://www.exchange-powershell.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exchange-powershell.com</link>
	<description>Exchange and Powershell Helps, Tips, and Tricks</description>
	<lastBuildDate>Mon, 28 Mar 2011 16:16:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<item>
		<title>Comment on Script &#8211; Check Message Queue by Furious76</title>
		<link>http://www.exchange-powershell.com/2010/06/03/script-check-message-queue/comment-page-1/#comment-41</link>
		<dc:creator>Furious76</dc:creator>
		<pubDate>Mon, 28 Mar 2011 16:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-powershell.com/?p=5657#comment-41</guid>
		<description>I found that the command above would count active queues even if the message count in them is 0, resulting in an inaccurate queue.  I modified the command a bit to only count queues that are greater than 0.


Get-ExchangeServer &#124; where {$_.isHubTransportServer -eq $true} &#124; get-queue &#124; where {$_.MessageCount -gt 0} &#124;measure-object MessageCount -max</description>
		<content:encoded><![CDATA[<p>I found that the command above would count active queues even if the message count in them is 0, resulting in an inaccurate queue.  I modified the command a bit to only count queues that are greater than 0.</p>
<p>Get-ExchangeServer | where {$_.isHubTransportServer -eq $true} | get-queue | where {$_.MessageCount -gt 0} |measure-object MessageCount -max</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List Members of a Dynamic Distribution List by Karl</title>
		<link>http://www.exchange-powershell.com/2010/07/12/list-members-of-a-dynamic-distribution-list/comment-page-1/#comment-40</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Thu, 24 Feb 2011 10:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-powershell.com/?p=5675#comment-40</guid>
		<description>Worked perfectly - Exchange 2010 sp1</description>
		<content:encoded><![CDATA[<p>Worked perfectly &#8211; Exchange 2010 sp1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exchange &#8211; Cannot remove ACE on object &#8230; because it is not present. by Nohemi Spaeth</title>
		<link>http://www.exchange-powershell.com/2010/06/03/exchange-cannot-remove-ace-on-object-because-it-is-not-present/comment-page-1/#comment-39</link>
		<dc:creator>Nohemi Spaeth</dc:creator>
		<pubDate>Sat, 12 Feb 2011 16:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-powershell.com/?p=5648#comment-39</guid>
		<description>I was aware of this previously, but nonetheless there are a few beneficial pieces which concluded the picture for me, thank you!</description>
		<content:encoded><![CDATA[<p>I was aware of this previously, but nonetheless there are a few beneficial pieces which concluded the picture for me, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script &#8211; Check Message Queue by Anand kumar Deva</title>
		<link>http://www.exchange-powershell.com/2010/06/03/script-check-message-queue/comment-page-1/#comment-38</link>
		<dc:creator>Anand kumar Deva</dc:creator>
		<pubDate>Wed, 26 Jan 2011 14:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-powershell.com/?p=5657#comment-38</guid>
		<description>Thanks. Good job...</description>
		<content:encoded><![CDATA[<p>Thanks. Good job&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Script &#8211; Mailbox Audit by Zachary Loeber</title>
		<link>http://www.exchange-powershell.com/2010/06/03/script-mailbox-audit/comment-page-1/#comment-37</link>
		<dc:creator>Zachary Loeber</dc:creator>
		<pubDate>Wed, 05 Jan 2011 19:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-powershell.com/?p=5662#comment-37</guid>
		<description>Very slick! Coming from a person who is cleaning up a pretty crusty AD forest prior to a large Exchange 2010 migration this is a really really useful script.</description>
		<content:encoded><![CDATA[<p>Very slick! Coming from a person who is cleaning up a pretty crusty AD forest prior to a large Exchange 2010 migration this is a really really useful script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List Members of a Dynamic Distribution List by Ariel</title>
		<link>http://www.exchange-powershell.com/2010/07/12/list-members-of-a-dynamic-distribution-list/comment-page-1/#comment-36</link>
		<dc:creator>Ariel</dc:creator>
		<pubDate>Wed, 29 Sep 2010 18:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-powershell.com/?p=5675#comment-36</guid>
		<description>This would not work for me using both Exchange 2007 and 2010 Powershell commandlets.  I had to replace -RecipientPreviewFilter with -LdapRecipientPreviewFilter for it to work.  Just an FYI,</description>
		<content:encoded><![CDATA[<p>This would not work for me using both Exchange 2007 and 2010 Powershell commandlets.  I had to replace -RecipientPreviewFilter with -LdapRecipientPreviewFilter for it to work.  Just an FYI,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to hide a Distribution Group from the GAL with Powershell by Yordan Yordanov</title>
		<link>http://www.exchange-powershell.com/2010/07/06/how-to-hide-a-distribution-group-from-the-gal-with-powershell/comment-page-1/#comment-35</link>
		<dc:creator>Yordan Yordanov</dc:creator>
		<pubDate>Thu, 16 Sep 2010 22:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-powershell.com/?p=5669#comment-35</guid>
		<description>Great, that was exactly what I was looking for!</description>
		<content:encoded><![CDATA[<p>Great, that was exactly what I was looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exchange &#8211; Cannot remove ACE on object &#8230; because it is not present. by Script &#8211; Mailbox Audit &#171; Powershell V2 &#171; Exchange Powershell</title>
		<link>http://www.exchange-powershell.com/2010/06/03/exchange-cannot-remove-ace-on-object-because-it-is-not-present/comment-page-1/#comment-27</link>
		<dc:creator>Script &#8211; Mailbox Audit &#171; Powershell V2 &#171; Exchange Powershell</dc:creator>
		<pubDate>Thu, 03 Jun 2010 17:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.exchange-powershell.com/?p=5648#comment-27</guid>
		<description>[...] Exchange &#8211; Cannot remove ACE on object &#8230; because it is not present.  [...]</description>
		<content:encoded><![CDATA[<p>[...] Exchange &#8211; Cannot remove ACE on object &#8230; because it is not present.  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

