<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>PowerTip: Easily Find PowerShell Help Online</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2012/09/24/powertip-easily-find-powershell-help-online.aspx</link><description>Learn how to use the Online parameter from the Get-Help Windows PowerShell cmdlet.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: PowerTip: Easily Find PowerShell Help Online</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2012/09/24/powertip-easily-find-powershell-help-online.aspx#3559060</link><pubDate>Sat, 16 Mar 2013 00:13:32 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3559060</guid><dc:creator>Dul Lee</dc:creator><description>&lt;p&gt;I need help with PowerShell I would like to read a txt file which has a list of computers one per line then search a different txt file for each name and have it write to a file.&lt;/p&gt;
&lt;p&gt;So Machine.txt has a list of computer name and master.txt has a list of computer names and serial number seperated by a : my goal is to run some kind of a powerShell to read machine.txt and search for each machine in master.txt and write the machine name and corresponding serial number to a txt file&lt;/p&gt;
&lt;p&gt;Can anyone help please&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3559060" width="1" height="1"&gt;</description></item><item><title>re: PowerTip: Easily Find PowerShell Help Online</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2012/09/24/powertip-easily-find-powershell-help-online.aspx#3532833</link><pubDate>Thu, 15 Nov 2012 22:53:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3532833</guid><dc:creator>Mj</dc:creator><description>&lt;p&gt;Sorry Bro ..not yet..m also trying man.....&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3532833" width="1" height="1"&gt;</description></item><item><title>re: PowerTip: Easily Find PowerShell Help Online</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2012/09/24/powertip-easily-find-powershell-help-online.aspx#3532624</link><pubDate>Wed, 14 Nov 2012 22:26:15 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3532624</guid><dc:creator>DJ</dc:creator><description>&lt;p&gt;can you help i need it very urgent?&lt;/p&gt;
&lt;p&gt;pw shell script tht will build the array of letters from a to z pritn it out&lt;/p&gt;
&lt;p&gt;rotate the contents of the array and thn printit out...&lt;/p&gt;
&lt;p&gt;step1:&lt;/p&gt;
&lt;p&gt;you my nt hard code the array like this..&lt;/p&gt;
&lt;p&gt;$data=(&amp;#39;a&amp;#39;,&amp;#39;b&amp;#39;..so on)&lt;/p&gt;
&lt;p&gt;u hve to build the array in a for()loop ..use this hint to help you get the data setup&lt;/p&gt;
&lt;p&gt;$letter=[char]97&lt;/p&gt;
&lt;p&gt;the variable $letter now has the value &amp;#39;a&amp;#39;,the no 98 would create a&amp;#39;b&amp;#39;,the no 99 would create &amp;#39;c&amp;#39; and so on thr alphabet.use this technique ,substituting a variable for the no 98 to create the array.&lt;/p&gt;
&lt;p&gt;step2:&lt;/p&gt;
&lt;p&gt;pritn the data in the array so it look:&lt;/p&gt;
&lt;p&gt;a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z&lt;/p&gt;
&lt;p&gt;yr o/p must go letter follewed by a space folewed by the next letter.no commaa after the last letter.&lt;/p&gt;
&lt;p&gt;step3:&lt;/p&gt;
&lt;p&gt;prompt the user for an integer greater than zero. use tht number to rotate the contents of the array. if the user enterd 1 thn letter &amp;#39;a&amp;#39; would go whr the &amp;#39;z&amp;#39; use to be nd everything will suffle to the left posittion&lt;/p&gt;
&lt;p&gt;step 4:&lt;/p&gt;
&lt;p&gt;ptint the final result bk to screen.u sld ablt to use the exact same code u wrote in step 2&lt;/p&gt;
&lt;p&gt;op:&lt;/p&gt;
&lt;p&gt;a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z&lt;/p&gt;
&lt;p&gt;hw many position would like to shuffle the array?5&lt;/p&gt;
&lt;p&gt;f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,a,b,c,d,e&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3532624" width="1" height="1"&gt;</description></item></channel></rss>