<?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>Hey, Scripting Guy! Tell Me About PowerShell Community Extensions</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2010/07/09/hey-scripting-guy-tell-me-about-powershell-community-extensions.aspx</link><description>Hey, Scripting Guy! What can you tell me about PowerShell Community Extensions ? 
 -- KH 
 
 
 Hello KH, 
 Microsoft Scripting Guy Ed Wilson here. Probably the best person to answer your question is Keith Hill, our guest blogger today. 
 
 About</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Hey, Scripting Guy! Tell Me About PowerShell Community Extensions</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2010/07/09/hey-scripting-guy-tell-me-about-powershell-community-extensions.aspx#3549153</link><pubDate>Tue, 29 Jan 2013 23:02:46 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3549153</guid><dc:creator>TheHelpSeeker</dc:creator><description>&lt;p&gt;This didn&amp;#39;t work for me:&lt;/p&gt;
&lt;p&gt;C:\&amp;gt; import-module PSCX&lt;/p&gt;
&lt;p&gt;I had to get to the .psm1 file. Also, I had to create my Modules directory first: &amp;quot;C:\Documents and Settings\MyUsername\My Documents\WindowsPowerShell\Modules&amp;quot;&lt;/p&gt;
&lt;p&gt;C:\&amp;gt; Import-Module Pscx-2.1.1\Pscx.psm1&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3549153" width="1" height="1"&gt;</description></item><item><title>re: Hey, Scripting Guy! Tell Me About PowerShell Community Extensions</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2010/07/09/hey-scripting-guy-tell-me-about-powershell-community-extensions.aspx#3376648</link><pubDate>Tue, 21 Dec 2010 21:05:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3376648</guid><dc:creator>Keith Hill</dc:creator><description>&lt;p&gt;@Hak, generally quoting the argument containing the &amp;#39;;&amp;#39; will do the trick. However you also want PowerShell to expand the variable $stringwithsemi for you so you need to use double-quotes to do this (or in this case, no quotes at all) e.g.&lt;/p&gt;
&lt;p&gt;.\foo.bat $stringwithsemi&lt;/p&gt;
&lt;p&gt;Note that single-quotes in PowerShell does not expand variables. &amp;nbsp;This is handy when you need to provide a literal string and you don&amp;#39;t want to worry about PowerShell accidentally substituting something it shouldn&amp;#39;t.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3376648" width="1" height="1"&gt;</description></item><item><title>re: Hey, Scripting Guy! Tell Me About PowerShell Community Extensions</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2010/07/09/hey-scripting-guy-tell-me-about-powershell-community-extensions.aspx#3349998</link><pubDate>Fri, 13 Aug 2010 19:05:01 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3349998</guid><dc:creator>Hak</dc:creator><description>&lt;p&gt;When a variable contains a semicolon, it looks like wrapping it up with a single quote won&amp;#39;t work. &lt;/p&gt;
&lt;p&gt;For example, $stringwithsemi = &amp;quot;1234;456&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .\somethingsomething.bat &amp;#39;$stringwithsemi&amp;#39; &lt;/p&gt;
&lt;p&gt;in this case, the value passed in will be &amp;quot;$stringwithsemi&amp;quot; not &amp;quot;1234;456&amp;quot;. In side of the batch file, use echo to print out the argument value. &lt;/p&gt;
&lt;p&gt;any suggestions on how to pass in &amp;quot;;&amp;quot; to a batch file?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3349998" width="1" height="1"&gt;</description></item></channel></rss>