<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for BSonPoSH</title>
	
	<link>http://bsonposh.com</link>
	<description>The "Power" of SHELL</description>
	<lastBuildDate>Wed, 07 Jul 2010 19:24:20 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BsOnPoshComments" /><feedburner:info uri="bsonposhcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on BSonPosh v1 Powershell Module finally ships! by tshell</title>
		<link>http://feedproxy.google.com/~r/BsOnPoshComments/~3/IV2_cXYk1-U/comment-page-1</link>
		<dc:creator>tshell</dc:creator>
		<pubDate>Wed, 07 Jul 2010 19:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://bsonposh.com/?p=1096#comment-47190</guid>
		<description>Thanks for you kind words and I am happy to share my work.

Regarding "Send-FTP:" That particular script was actually provided by Joel from &lt;a href="http://huddledmasses.org" rel="nofollow"&gt;http://huddledmasses.org&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for you kind words and I am happy to share my work.</p>
<p>Regarding &#8220;Send-FTP:&#8221; That particular script was actually provided by Joel from <a href="http://huddledmasses.org" rel="nofollow">http://huddledmasses.org</a></p>
<img src="http://feeds.feedburner.com/~r/BsOnPoshComments/~4/IV2_cXYk1-U" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://bsonposh.com/archives/1096/comment-page-1#comment-47190</feedburner:origLink></item>
	<item>
		<title>Comment on BSonPosh v1 Powershell Module finally ships! by Rob Wiley</title>
		<link>http://feedproxy.google.com/~r/BsOnPoshComments/~3/fzx32B0ZQp0/comment-page-1</link>
		<dc:creator>Rob Wiley</dc:creator>
		<pubDate>Wed, 07 Jul 2010 18:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://bsonposh.com/?p=1096#comment-47187</guid>
		<description>Hi Brandon,

I really like bsonposh module.  It is taking me a while to work my way through the various functions, but there are so many useful ones.  I've worked Send-FTP into a number of my scripts.  It's so much nicer than using ftp.exe - and sometimes, it simply makes it possible to script what ftp.exe could not since it uses passive transfer.

I do wonder where Receive-FTP is though.  I have to say that your scripting skills are quite a bit beyond me, though I am learning a lot from working through them.  I use the following as Receive-FTP (which I got from StackOverflow at http://stackoverflow.com/questions/936108/how-to-script-ftp-upload-and-download ) but it doesn't work in the same manner as your Send FTP.

So I was wondering - why did you build Send-FTP the way you did.  As opposed to doing it in the manner of the StackOverflow post.  Any chance you might create a Receive-FTP?

Thanks for the community involvement.  I enjoy your work.

-Rob</description>
		<content:encoded><![CDATA[<p>Hi Brandon,</p>
<p>I really like bsonposh module.  It is taking me a while to work my way through the various functions, but there are so many useful ones.  I&#8217;ve worked Send-FTP into a number of my scripts.  It&#8217;s so much nicer than using <a href="http://ftp.exe" rel="nofollow">http://ftp.exe</a> &#8211; and sometimes, it simply makes it possible to script what <a href="http://ftp.exe" rel="nofollow">http://ftp.exe</a> could not since it uses passive transfer.</p>
<p>I do wonder where Receive-FTP is though.  I have to say that your scripting skills are quite a bit beyond me, though I am learning a lot from working through them.  I use the following as Receive-FTP (which I got from StackOverflow at <a href="http://stackoverflow.com/questions/936108/how-to-script-ftp-upload-and-download" rel="nofollow">http://stackoverflow.com/questions/936108/how-to-script-ftp-upload-and-download</a> ) but it doesn&#8217;t work in the same manner as your Send FTP.</p>
<p>So I was wondering &#8211; why did you build Send-FTP the way you did.  As opposed to doing it in the manner of the StackOverflow post.  Any chance you might create a Receive-FTP?</p>
<p>Thanks for the community involvement.  I enjoy your work.</p>
<p>-Rob</p>
<img src="http://feeds.feedburner.com/~r/BsOnPoshComments/~4/fzx32B0ZQp0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://bsonposh.com/archives/1096/comment-page-1#comment-47187</feedburner:origLink></item>
	<item>
		<title>Comment on BSonPosh v1 Powershell Module finally ships! by tshell</title>
		<link>http://feedproxy.google.com/~r/BsOnPoshComments/~3/05DN9laR4ZI/comment-page-1</link>
		<dc:creator>tshell</dc:creator>
		<pubDate>Sat, 19 Jun 2010 02:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://bsonposh.com/?p=1096#comment-46246</guid>
		<description>I know about Test-Connection. I dont like it. I prefer my Test-Host cmdlet</description>
		<content:encoded><![CDATA[<p>I know about Test-Connection. I dont like it. I prefer my Test-Host cmdlet</p>
<img src="http://feeds.feedburner.com/~r/BsOnPoshComments/~4/05DN9laR4ZI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://bsonposh.com/archives/1096/comment-page-1#comment-46246</feedburner:origLink></item>
	<item>
		<title>Comment on BSonPosh v1 Powershell Module finally ships! by Oliver</title>
		<link>http://feedproxy.google.com/~r/BsOnPoshComments/~3/k1COfB5UalE/comment-page-1</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Fri, 18 Jun 2010 20:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://bsonposh.com/?p=1096#comment-46242</guid>
		<description>Hi Brandon.

I was looking at your BSonPosh v1 Powershell Module.
In your Test-ADReplication.ps1 you creat a function called Ping-Server.
Since you force the user to have PoSh v2 (#Requires -Version 2.0) you don't need the function.
PoSH v2 has a cmdlet Test-Connection.

that's all I have for now (but I only have looked at this one script for now).

Best Regards
Oliver</description>
		<content:encoded><![CDATA[<p>Hi Brandon.</p>
<p>I was looking at your BSonPosh v1 Powershell Module.<br />
In your Test-ADReplication.ps1 you creat a function called Ping-Server.<br />
Since you force the user to have PoSh v2 (#Requires -Version 2.0) you don&#8217;t need the function.<br />
PoSH v2 has a cmdlet Test-Connection.</p>
<p>that&#8217;s all I have for now (but I only have looked at this one script for now).</p>
<p>Best Regards<br />
Oliver</p>
<img src="http://feeds.feedburner.com/~r/BsOnPoshComments/~4/k1COfB5UalE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://bsonposh.com/archives/1096/comment-page-1#comment-46242</feedburner:origLink></item>
	<item>
		<title>Comment on Converting Secure String by tshell</title>
		<link>http://feedproxy.google.com/~r/BsOnPoshComments/~3/l2Mhh4OQe98/comment-page-1</link>
		<dc:creator>tshell</dc:creator>
		<pubDate>Wed, 16 Jun 2010 21:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://bsonposh.com/modules/wordpress/?p=66#comment-46148</guid>
		<description>Allows you to specify a key to use instead of using user based encryption. </description>
		<content:encoded><![CDATA[<p>Allows you to specify a key to use instead of using user based encryption.</p>
<img src="http://feeds.feedburner.com/~r/BsOnPoshComments/~4/l2Mhh4OQe98" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://bsonposh.com/archives/254/comment-page-1#comment-46148</feedburner:origLink></item>
	<item>
		<title>Comment on Dealing with Parameters in Powershell by tshell</title>
		<link>http://feedproxy.google.com/~r/BsOnPoshComments/~3/wrLki7rklAM/comment-page-1</link>
		<dc:creator>tshell</dc:creator>
		<pubDate>Wed, 16 Jun 2010 21:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://bsonposh.com/?p=435#comment-46147</guid>
		<description>Not that I am aware of</description>
		<content:encoded><![CDATA[<p>Not that I am aware of</p>
<img src="http://feeds.feedburner.com/~r/BsOnPoshComments/~4/wrLki7rklAM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://bsonposh.com/archives/435/comment-page-1#comment-46147</feedburner:origLink></item>
	<item>
		<title>Comment on Converting Secure String by Mani</title>
		<link>http://feedproxy.google.com/~r/BsOnPoshComments/~3/YzYfqPW4kps/comment-page-1</link>
		<dc:creator>Mani</dc:creator>
		<pubDate>Wed, 16 Jun 2010 13:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://bsonposh.com/modules/wordpress/?p=66#comment-46119</guid>
		<description>What is the purpose '-SecureKey' parameter? How this will fit in this example.</description>
		<content:encoded><![CDATA[<p>What is the purpose &#8216;-SecureKey&#8217; parameter? How this will fit in this example.</p>
<img src="http://feeds.feedburner.com/~r/BsOnPoshComments/~4/YzYfqPW4kps" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://bsonposh.com/archives/254/comment-page-1#comment-46119</feedburner:origLink></item>
	<item>
		<title>Comment on Breaking down DCDiag.exe to an object by Serg</title>
		<link>http://feedproxy.google.com/~r/BsOnPoshComments/~3/YxBJMCX03ns/comment-page-1</link>
		<dc:creator>Serg</dc:creator>
		<pubDate>Mon, 14 Jun 2010 19:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://bsonposh.com/?p=723#comment-46043</guid>
		<description>Made small change to include Target names with special characters (like dc-01) and if test result output took two lines:

^\s*\.+\s(?\S+)\s(?\w+)\stest\s\n*\s*(?\w+)

Thanks,
Serg</description>
		<content:encoded><![CDATA[<p>Made small change to include Target names with special characters (like dc-01) and if test result output took two lines:</p>
<p>^\s*\.+\s(?\S+)\s(?\w+)\stest\s\n*\s*(?\w+)</p>
<p>Thanks,<br />
Serg</p>
<img src="http://feeds.feedburner.com/~r/BsOnPoshComments/~4/YxBJMCX03ns" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://bsonposh.com/archives/723/comment-page-1#comment-46043</feedburner:origLink></item>
	<item>
		<title>Comment on Dealing with Parameters in Powershell by Harsha</title>
		<link>http://feedproxy.google.com/~r/BsOnPoshComments/~3/zBqRKUSzGBo/comment-page-1</link>
		<dc:creator>Harsha</dc:creator>
		<pubDate>Thu, 10 Jun 2010 08:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://bsonposh.com/?p=435#comment-45917</guid>
		<description>Thanks for the response for the previous question.

Param($a=$(throw "param 'a' is required"))

Is there a way to throw the message and also call the Usage function in the above statement.</description>
		<content:encoded><![CDATA[<p>Thanks for the response for the previous question.</p>
<p>Param($a=$(throw &#8220;param &#8216;a&#8217; is required&#8221;))</p>
<p>Is there a way to throw the message and also call the Usage function in the above statement.</p>
<img src="http://feeds.feedburner.com/~r/BsOnPoshComments/~4/zBqRKUSzGBo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://bsonposh.com/archives/435/comment-page-1#comment-45917</feedburner:origLink></item>
	<item>
		<title>Comment on Dealing with Parameters in Powershell by tshell</title>
		<link>http://feedproxy.google.com/~r/BsOnPoshComments/~3/dLFW5WWixB0/comment-page-1</link>
		<dc:creator>tshell</dc:creator>
		<pubDate>Wed, 09 Jun 2010 16:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://bsonposh.com/?p=435#comment-45898</guid>
		<description>You can just do this.

If($Usage){Usage}</description>
		<content:encoded><![CDATA[<p>You can just do this.</p>
<p>If($Usage){Usage}</p>
<img src="http://feeds.feedburner.com/~r/BsOnPoshComments/~4/dLFW5WWixB0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://bsonposh.com/archives/435/comment-page-1#comment-45898</feedburner:origLink></item>
</channel>
</rss>
