<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type='text/xsl' href='http://dverweij.spaces.live.com/mmm2008-07-24_12.50/rsspretty.aspx?rssquery=en-US;http%3a%2f%2fdverweij.spaces.live.com%2fcategory%2fhandy%2bscript%2ffeed.rss' version='1.0'?><rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:msn="http://schemas.microsoft.com/msn/spaces/2005/rss" xmlns:live="http://schemas.microsoft.com/live/spaces/2006/rss" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Just Powershell it: handy script</title><description /><link>http://dverweij.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&amp;_c=BlogPart&amp;partqs=cathandy%2bscript</link><language>en-US</language><pubDate>Sat, 12 Jul 2008 01:36:10 GMT</pubDate><lastBuildDate>Sat, 12 Jul 2008 01:36:10 GMT</lastBuildDate><generator>Microsoft Spaces v1.1</generator><docs>http://www.rssboard.org/rss-specification</docs><ttl>60</ttl><cf:parentRSS>http://dverweij.spaces.live.com/blog/feed.rss</cf:parentRSS><live:type>blogcategory</live:type><live:identity><live:id>-6645245869990399496</live:id><live:alias>dverweij</live:alias></live:identity><cf:listinfo><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="typelabel" label="Type" /><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="tag" label="Tag" /><cf:group element="category" label="Category" /><cf:sort element="pubDate" label="Date" data-type="date" default="true" /><cf:sort element="title" label="Title" data-type="string" /><cf:sort ns="http://purl.org/rss/1.0/modules/slash/" element="comments" label="Comments" data-type="number" /></cf:listinfo><item><title>searching msdn within powershell</title><link>http://dverweij.spaces.live.com/Blog/cns!A3C75816DA1731F8!144.entry</link><description>&lt;div&gt; &lt;/div&gt;
&lt;div&gt;What if you're in Powershell and need to know how to use a specific namespace or class? Of course you can start internet explorer, go to msdn and do a search. &lt;/div&gt;
&lt;div&gt;But why not do this from within powershell? &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;font style="background-color:#333399" color="#c0c0c0"&gt;&lt;em&gt;&lt;/em&gt;&lt;/font&gt; &lt;/div&gt;
&lt;div&gt;&lt;font style="background-color:#333399" color="#ffffff"&gt;Function msdn {&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font style="background-color:#333399" color="#ffffff"&gt;param([string]$searchstring=&amp;quot;&amp;quot;)&lt;br&gt;$inet = New-Object -Com Internetexplorer.Application&lt;br&gt;$netsearch = &amp;quot;&lt;/font&gt;&lt;a href="http://msdn2.microsoft.com/en-us/forms?queryTerm"&gt;&lt;font style="background-color:#333399" color="#ffffff"&gt;http://msdn2.microsoft.com/en-us/forms?queryTerm&lt;/font&gt;&lt;/a&gt;&lt;font style="background-color:#333399" color="#ffffff"&gt;=&amp;quot;&lt;br&gt;$inet.Navigate($netsearch+$searchstring)&lt;br&gt;$inet.Visible=$TRUE&lt;br&gt;}&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;And now, we can just type:&lt;/div&gt;
&lt;div&gt;PS:&amp;gt; msdn forms&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;The result will be a new internet explorer window with you're search results.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;You can put this function in you're profile so you can use it all the time.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;have fun&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Grt&lt;/div&gt;
&lt;div&gt;Dennis&lt;/div&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-6645245869990399496&amp;page=RSS%3a+searching+msdn+within+powershell&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=dverweij.spaces.live.com&amp;amp;GT1=dverweij"&gt;</description><comments>http://dverweij.spaces.live.com/Blog/cns!A3C75816DA1731F8!144.entry#comment</comments><guid isPermaLink="true">http://dverweij.spaces.live.com/Blog/cns!A3C75816DA1731F8!144.entry</guid><pubDate>Wed, 17 Jan 2007 19:47:03 GMT</pubDate><slash:comments>1</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://dverweij.spaces.live.com/blog/cns!A3C75816DA1731F8!144/comments/feed.rss</wfw:commentRss><wfw:comment>http://dverweij.spaces.live.com/Blog/cns!A3C75816DA1731F8!144.entry#comment</wfw:comment><dcterms:modified>2007-01-18T10:13:34Z</dcterms:modified></item></channel></rss>