<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Extending and/or Modifing Commands with Proxies</title><link>http://blogs.msdn.com/b/powershell/archive/2009/01/04/extending-and-or-modifing-commands-with-proxies.aspx</link><description>There are so many powerful features in V2, it is hard to know where to begin. This one is going to blow to top of your head off when you understand what it enables you to do. 
 In this blog, I talk about Proxy Cmdlets which is the ability for one Cmdlet</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Extending and/or Modifing Commands with Proxies</title><link>http://blogs.msdn.com/b/powershell/archive/2009/01/04/extending-and-or-modifing-commands-with-proxies.aspx#9862564</link><pubDate>Sun, 09 Aug 2009 20:05:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9862564</guid><dc:creator>Bernd Kriszio</dc:creator><description>&lt;p&gt;I got some of the samples working, eample &lt;a rel="nofollow" target="_new" href="http://poshcode.org/1261"&gt;http://poshcode.org/1261&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;but what I wish is to wrap Select-String, so that it behaves like&lt;/p&gt;
&lt;p&gt;# $pattern = '&amp;#196;rger'&lt;/p&gt;
&lt;p&gt;@(Select-String * -pattern $pattern -encoding default) +&lt;/p&gt;
&lt;p&gt;@(Select-String * -pattern $pattern -encoding oem) |sort-object | Get-Unique&lt;/p&gt;
&lt;p&gt;I want it to find in unicode, ansi and oem files.&lt;/p&gt;
&lt;p&gt;I found no way to call the wraped command twice with different parameters. Is it posible ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9862564" width="1" height="1"&gt;</description></item><item><title>re: Extending and/or Modifing Commands with Proxies</title><link>http://blogs.msdn.com/b/powershell/archive/2009/01/04/extending-and-or-modifing-commands-with-proxies.aspx#9273926</link><pubDate>Mon, 05 Jan 2009 01:35:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9273926</guid><dc:creator>Andy Schneider</dc:creator><description>&lt;p&gt;Pretty freakin' amazing stuff. &lt;/p&gt;
&lt;p&gt;Looks like we have a work-around for adding some switches -ContainersOnly and -NoContainersOnly to the bug/suggestion on Connect about get-childItem.&lt;/p&gt;
&lt;p&gt;I posted a version up on PoshCode at &lt;a rel="nofollow" target="_new" href="http://poshcode.org/785"&gt;http://poshcode.org/785&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9273926" width="1" height="1"&gt;</description></item><item><title>re: Extending and/or Modifing Commands with Proxies</title><link>http://blogs.msdn.com/b/powershell/archive/2009/01/04/extending-and-or-modifing-commands-with-proxies.aspx#9271549</link><pubDate>Sun, 04 Jan 2009 20:42:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9271549</guid><dc:creator>tfl</dc:creator><description>&lt;p&gt;WOW.&lt;/p&gt;
&lt;p&gt;Just as I was thinking I understood stuff...&lt;/p&gt;
&lt;p&gt;My head is exploding - I need to go lie down...&lt;/p&gt;
&lt;p&gt;ER - VERY cool stuff.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9271549" width="1" height="1"&gt;</description></item></channel></rss>