<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Filter Event logs with Powershell</title><link>http://weblogs.asp.net/steveschofield/archive/2007/02/25/filter-event-logs-with-powershell.aspx</link><description>This command helps filter SYSTEM event log entries. get-eventlog system | where {$_.Message -match &amp;quot;Office&amp;quot; -and $_.Source -match &amp;quot;UmrdpService&amp;quot;} | format-table -wrap -autosize -property Message</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator></channel></rss>