<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Jeffrey Snover - Monad explained</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Jeffrey Snover - Monad explained</title>
		<link></link>
	</image>
	<description>If you were at the PDC last fall you might have heard about Monad. That&#39;s the code-name for a new command shell. Jason Nadal,
on his blog, said he was &amp;quot;blown away&amp;quot; by what he saw.

So, of course, we had to track down the Architect on the team (officially named the &amp;quot;Administration eXperience Platform&amp;quot; team, the product hasn&#39;t been named yet), Jeffrey Snover.

In this clip Jeffrey explains the vision behind Monad. On Monday he&#39;ll give us a demo.</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 09:10:09 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 09:10:09 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[this guy is a genius<br>
<p>posted by mscott</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335110220000000</link>
		<pubDate>Sat, 16 Oct 2004 08:10:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335110220000000</guid>
		<dc:creator>mscott</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[This sounds really, really interesting.<br>
<br>
In the middle of the video, before I would forget to do so, I ran off to BetaPlace (whose URL is not betaplace.com, but
<a href="http://beta.microsoft.com">http://beta.microsoft.com</a>, and has been for quite some time now) and filled in the survey.<br>
<br>
I'm very curious on how this'll turn out.<p>posted by Sven Groot</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335226080000000</link>
		<pubDate>Sat, 16 Oct 2004 11:23:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335226080000000</guid>
		<dc:creator>Sven Groot</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[knew Monad from quite a while. In fack I first hear about it in the .Net Show. There was a little segement about Monad in this episode :
<a href="http://www.msdn.microsoft.com/theshow/Episode043/default.asp">http://www.msdn.microsoft.com/theshow/Episode043/default.asp</a><br>
<br>
with good demos. If you can't wait until monday, go watch that one. By the way, I try Monad and it's very cool.<p>posted by compugab</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335271670000000</link>
		<pubDate>Sat, 16 Oct 2004 12:39:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335271670000000</guid>
		<dc:creator>compugab</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[<br>
That sounds very cool. Is there a solution for automation that doesn't require the command line though? Sort of like <a href="http://www.apple.com/macosx/tiger/automator.html">http&#58;&#47;&#47;www.apple.com&#47;macosx&#47;tiger&#47;automator.html</a><br>
<p>posted by Rossj</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335359230000000</link>
		<pubDate>Sat, 16 Oct 2004 15:05:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335359230000000</guid>
		<dc:creator>Rossj</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[&gt;Is there a solution for automation that doesn't require the command line?<br>
Yup.&nbsp; Cmdlets are .NET classes which are hosted by Monad.&nbsp; Monad then surfaces that class as a Command line interface, an API, and eventually a WS-Management Web Service.<br>
<br>
We surface the cmdlets as an API for management applications and to support rich GUIs. Both of these need very low latency access.<br>
<br>
jps<p>posted by jsnover</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335367210000000</link>
		<pubDate>Sat, 16 Oct 2004 15:18:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335367210000000</guid>
		<dc:creator>jsnover</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[
<blockquote>
<div>jsnover wrote:</div>
<div>&gt;Is there a solution for automation that doesn't require the command line?<br>
Yup.&nbsp; Cmdlets are .NET classes which are hosted by Monad.&nbsp; Monad then surfaces that class as a Command line interface, an API, and eventually a WS-Management Web Service.<br>
<br>
We surface the cmdlets as an API for management applications and to support rich GUIs. Both of these need very low latency access.<br>
<br>
jps</div>
</blockquote>
<br>
<br>
Sorry I may have missed that in the video, the WMV quality on OSX is *very* poor <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-6.gif' alt='Sad' /><br>
<br>
Looks interesting, time to try out that beta - sure I've got some windows boxen around here somewhere.<br>
<p>posted by Rossj</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335392330000000</link>
		<pubDate>Sat, 16 Oct 2004 16:00:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335392330000000</guid>
		<dc:creator>Rossj</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[Excellent work!&nbsp; One question:<br>
<br>
I struggled for a long time trying to figure out what was required to make SQL Server integrated security work between two computers.&nbsp; Was it a Windows login issue, a SQL issue or some sort of Windows privileges issue.&nbsp; Even after getting things to work I still
 don't know what &quot;events&quot; go on when one machine connects to another.<br>
<br>
Can Monad help me see those sort of links in the chain?<p>posted by JamesC</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335404860000000</link>
		<pubDate>Sat, 16 Oct 2004 16:21:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335404860000000</guid>
		<dc:creator>JamesC</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[He said that you can sign up and the next day get it...this isn't exactly the case.&nbsp; I signed up and got access a few months later.&nbsp; It's well worth it though, a VERY interesting product.&nbsp; It still has a few problems with perf (serializing as XML), and
 consistancy (&quot;dir | get-member&quot; returns members of the items IN the array, not OF the array), but nothing that wont get resolved.
<br>
<br>
He's not kidding about how easy it is to use compared to UNIX shells, and even more powerful IMO.<br>
<p>posted by Pseudo</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335586810000000</link>
		<pubDate>Sat, 16 Oct 2004 21:24:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632335586810000000</guid>
		<dc:creator>Pseudo</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[
<p>Thank you, thank you, thank you! This sounds amazing and I can't wait to try it! Great video!<br>
<br>
Cameron<br>
-<a href="http://www.msinbox.com/">www.msinbox.com</a></p>
<p>posted by fatboy_au</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632336016570000000</link>
		<pubDate>Sun, 17 Oct 2004 09:20:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632336016570000000</guid>
		<dc:creator>fatboy_au</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[If you guys missed it in the video the Guest ID at BetaPlace to get Monad is: mshPDC<br>
It is case sensitive.<p>posted by CRPietschmann</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632336271430000000</link>
		<pubDate>Sun, 17 Oct 2004 16:25:43 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632336271430000000</guid>
		<dc:creator>CRPietschmann</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[It is great stuff.&nbsp; Have been in the beta for some time now and just installed the new build and have been playing more with it.&nbsp; Cmdlets and providers will really help admins create useful automation and management&nbsp;tools.<br>
--<br>
wjs, mvp<p>posted by staceyw</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632336370930000000</link>
		<pubDate>Sun, 17 Oct 2004 19:11:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632336370930000000</guid>
		<dc:creator>staceyw</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[You have witnessed the strength of right-brain dominant thinking. This Monad guy is trying to synthesize admin' experiences from various systems under one context.<br>
<br>
This is an attempt to assert dominion over the mindset of each organization that produced each admin' experience. This activity is often met with hostility from the very kind of people this product is ironically named after: the monads.<br>
<br>
Most of us assume we are <em>inidividuals</em> but more often than not most obedient employees are
<em>monads</em>.<p>posted by rasx</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632336377200000000</link>
		<pubDate>Sun, 17 Oct 2004 19:22:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632336377200000000</guid>
		<dc:creator>rasx</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[Does anyone have a screenshot of Monad in action, seeing as how there are a few people already lucky enough to be beta testing it?!<br>
<br>
<br>
<p>posted by mlauzon</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632337096720000000</link>
		<pubDate>Mon, 18 Oct 2004 15:21:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632337096720000000</guid>
		<dc:creator>mlauzon</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[
<blockquote>
<div>mlauzon wrote:</div>
<div>Does anyone have a screenshot of Monad in action, seeing as how there are a few people already lucky enough to be beta testing it?!<br>
<br>
<br>
</div>
</blockquote>
<br>
There will be a demo video posted soon.<br>
<p>posted by jsnover</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632337109400000000</link>
		<pubDate>Mon, 18 Oct 2004 15:42:20 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632337109400000000</guid>
		<dc:creator>jsnover</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[
<p>This is ridiculously cool. But one thing I've always wondered about these technologies that will be released a long time from now, as .Net 2.0 is still under development, do you guys still take advantage of any of the new framework and/or language enhancements?
 For example, do you guys refactor the Monad source to make use of C# Generics or Anonymous methods?<br>
<br>
Thanks.</p>
<p>posted by Senkwe Chanda</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632337211070000000</link>
		<pubDate>Mon, 18 Oct 2004 18:31:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632337211070000000</guid>
		<dc:creator>Senkwe Chanda</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[
<blockquote>
<div>jsnover wrote:</div>
<div>
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/redesign/images/icon-quote.gif"></td>
<td><strong>mlauzon wrote:</strong> <i>Does anyone have a screenshot of Monad in action, seeing as how there are a few people already lucky enough to be beta testing it?!<br>
<br>
<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
There will be a demo video posted soon.<br>
</div>
</blockquote>
<br>
<br>
<br>
<br>
I'll be waiting for it, although I wouldn't mind getting my hands on a copy to beta test...yes I've done the survey.<p>posted by mlauzon</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632337369700000000</link>
		<pubDate>Mon, 18 Oct 2004 22:56:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632337369700000000</guid>
		<dc:creator>mlauzon</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[i'm excited to see how this works.&nbsp; I signed up today and lets hope it only takes 24/48hours to get in!<p>posted by jakesomething</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632337374650000000</link>
		<pubDate>Mon, 18 Oct 2004 23:04:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632337374650000000</guid>
		<dc:creator>jakesomething</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[Sorry for the delay in getting the demo up. It'll be up later today.<p>posted by scobleizer</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632337749340000000</link>
		<pubDate>Tue, 19 Oct 2004 09:28:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632337749340000000</guid>
		<dc:creator>scobleizer</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[
<p>How well does this integrate with ms-build?&nbsp; Will I still have to learn&nbsp; one system for build files and another system for shell-scripts?</p>
<p>posted by ringi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632342491130000000</link>
		<pubDate>Sun, 24 Oct 2004 21:11:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632342491130000000</guid>
		<dc:creator>ringi</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[MSH is truly awesome technology. With a pretty open beta, an amazing beta newsgroup (with some really deep thining), a highly responsive dev team, an architect with a sense of humour, not to mention some intellectual underpinning, etc, etc, etc, what's
 not to like?&nbsp; <br>
<br>
There is now a MSH Wiki on Channel9.&nbsp; Head off to:<br>
<a href="http://channel9.msdn.com/wiki/default.aspx/Channel9.MSHWiki">http&#58;&#47;&#47;channel9.msdn.com&#47;wiki&#47;default.aspx&#47;Channel9.MSHWiki</a><br>
<p>posted by tfl</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632344272560000000</link>
		<pubDate>Tue, 26 Oct 2004 22:40:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632344272560000000</guid>
		<dc:creator>tfl</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[I think Mondad sounds splendid and I am very excited to see the command line interface evolving into something more powerful.<br>
<br>
However, in the video Jefferey claims that MSH is more programmatic than Perl, Python and Ruby. I'd be interested to know what are the features that make MSH more programmatic than those languages? Did Jefferey have&nbsp;particular&nbsp;MSH language&nbsp;features in mind
 when he made that comment?<p>posted by Balclutha</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632476967750000000</link>
		<pubDate>Tue, 29 Mar 2005 12:39:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632476967750000000</guid>
		<dc:creator>Balclutha</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[
<blockquote>
<div>Balclutha wrote:</div>
<div>I think Mondad sounds splendid and I am very excited to see the command line interface evolving into something more powerful.<br>
<br>
However, in the video Jefferey claims that MSH is more programmatic than Perl, Python and Ruby. I'd be interested to know what are the features that make MSH more programmatic than those languages? Did Jefferey have&nbsp;particular&nbsp;MSH language&nbsp;features in mind
 when he made that comment?</div>
</blockquote>
<br>
<br>
You can use any .NET language to create MSH components<p>posted by Arran</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632477935800000000</link>
		<pubDate>Wed, 30 Mar 2005 15:33:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632477935800000000</guid>
		<dc:creator>Arran</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[
<p>Do you expect there to be a better solution for remote management via the command line or Monad?&nbsp; Nix having the SSH it would be nice to see something comparable in windows other than the telnet service.</p>
<p>posted by JakeDAHS</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632548769440000000</link>
		<pubDate>Mon, 20 Jun 2005 15:09:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632548769440000000</guid>
		<dc:creator>JakeDAHS</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[can you email me when the demo is posted?... Ive been groaning for years that the cmd (COMMAND!!!) is lame on windows... WSH, BAT files yuck... AND the fact that half the windows binaries dont pipe or redirect properly anyway or have unpredictable results!<br>
<br>
The true geek in me came out watching this vid - so much so that I can see how ive modelled a lot of this in applications to accomodate just what Jef is talking about - process mapping with defined inputs and outputs that can be interogated - ... im such a
 geek!<br>
<br>
Anthony.<p>posted by widgetx</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632573022120000000</link>
		<pubDate>Mon, 18 Jul 2005 16:50:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632573022120000000</guid>
		<dc:creator>widgetx</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[
<blockquote>
<div>JakeDAHS wrote:</div>
<div>
<p>Do you expect there to be a better solution for remote management via the command line or Monad?&nbsp; Nix having the SSH it would be nice to see something comparable in windows other than the telnet service.</p>
</div>
</blockquote>
<br>
<br>
All SSH is, is a telnet service wrapped in an SSL tunnel.&nbsp; If Windows came out with an OpenSSL analogue, then what you suggest would be trivial.<br>
<p>posted by Maurits</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632573088280000000</link>
		<pubDate>Mon, 18 Jul 2005 18:40:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632573088280000000</guid>
		<dc:creator>Maurits</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[
<blockquote>
<div>Maurits wrote:</div>
<div>All SSH is, is a telnet service wrapped in an SSL tunnel.&nbsp; If Windows came out with an OpenSSL analogue, then what you suggest would be trivial.<br>
</div>
</blockquote>
<br>
<br>
I'm sorry, but that is not&nbsp;correct. I have made this assumption before, but I was corrected, too. SSH is not SSL&#43;Telnet. SSH does not &quot;speak&quot; SSL, and they cannot talk to each other. There is, however, some overlap in how they accomplish some similar goals.<br>
<br>
<a href="http://www.rpatrick.com/tech/ssh-ssl/">http://www.rpatrick.com/tech/ssh-ssl/</a><br>
<a href="http://www.snailbook.com/faq/ssl.auto.html">http://www.snailbook.com/faq/ssl.auto.html</a><p>posted by Xiaoth</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632599411110000000</link>
		<pubDate>Thu, 18 Aug 2005 05:51:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632599411110000000</guid>
		<dc:creator>Xiaoth</dc:creator>
	</item>
	<item>
		<title>Re: Jeffrey Snover - Monad explained</title>
		<description>
			<![CDATA[
<p>Facilitating the programming learning curve should be fun!!</p>
<p>posted by PrimerFender</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632730276590000000</link>
		<pubDate>Mon, 16 Jan 2006 17:00:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/TheChannel9Team/Jeffrey-Snover-Monad-explained#c632730276590000000</guid>
		<dc:creator>PrimerFender</dc:creator>
	</item>
</channel>
</rss>