<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://powershell.com/cs/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 is Faster Than Include</title><link>http://powershell.com/cs/blogs/tips/archive/2010/02/22/filter-is-faster-than-include.aspx</link><description>A number of cmdlets provide two parameters that seem to work very similar: -filter and -include: Dir $env:windir - filter * . log Dir $env:windir -include * . log If you have a choice, you should always pick -filter. For starters, it is much faster (4x</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 (Build: 30929.2835)</generator></channel></rss>