<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MattLog.net &#187; Get-Message</title>
	<atom:link href="http://mattlog.net/tag/get-message/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattlog.net</link>
	<description>All things IT Pro</description>
	<lastBuildDate>Mon, 19 Dec 2011 04:10:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Output Exchange 2007 Retry/Ready Messages</title>
		<link>http://mattlog.net/2009/04/17/output-exchange-2007-retryready-messages/</link>
		<comments>http://mattlog.net/2009/04/17/output-exchange-2007-retryready-messages/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 05:04:29 +0000</pubDate>
		<dc:creator>Matt Shadbolt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[EMS]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Get-Message]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://mattlog.net/?p=150</guid>
		<description><![CDATA[Here&#8217;s a quick and dirty Exchange 2007 command-let that will output all the outgoing emails that are not being delivered. It Checks the message status (NOT &#8220;Active) and the message retry count (GT 0) and outputs the results. Get-Message -Server SERVER01 -IncludeRecipientInfo &#124; Where{$_.RetryCount -gt 0} &#124; Where{$_.Status -ne &#8220;Active&#8221;} &#124; SELECT FromAddress, Recipients, LastError [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick and dirty Exchange 2007 command-let that will output all the outgoing emails that are not being delivered. It Checks the message status (NOT &#8220;Active) and the message retry count (GT 0) and outputs the results.</p>
<p>Get-Message -Server SERVER01 -IncludeRecipientInfo | Where{$_.RetryCount -gt 0} | Where{$_.Status -ne &#8220;Active&#8221;} | SELECT FromAddress, Recipients, LastError | Format-Table</p>
]]></content:encoded>
			<wfw:commentRss>http://mattlog.net/2009/04/17/output-exchange-2007-retryready-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

