Monad Breaking Change – Alignment with Live.com strategy
Saturday, 1 April 2006
Exchange has been taking significant heat from beta customers that neither it (nor Monad) align strongly with the Windows Live corporate strategy. This is blocking adoption by many customers, especially those accustomed to the new Windows Live Mail (Kahuna) interface.
This change brings some of that branding synergy into the get-childitem cmdlet.
You can get a prototype of this new functionality here: dir-live.msh.txt (7.23 KB). Rename to “dir-LIVE.msh” after downloading. This is a breaking change, so please provide us with your feedback.

[Edit: Alas, this was not meant to be. Perhaps in version 2. Happy April Fools' :)]
[Edit: Monad has now been renamed to Windows PowerShell. This script or discussion may require slight adjustments before it applies directly to newer builds.]


Subscribe to this blog.
No. 1 — April 1st, 2006 at 10:12 am
I would prefer a more agressive way to catch also logged text.
.\dir-live.msh | more
and thanks for nice workaround for another breaking change :
$invoker = get-command -ea SilentlyContinue invoke-command
if(-not $invoker) { $invoker = get-command invoke-expression }
gr /\/\o\/\/
No. 2 — April 1st, 2006 at 2:40 pm
The script work normally in the directory which name is "test".But other than the "te.st".
Error happened like this:(may be the other "illegal" character contains in the directory name will generate the error)
MSH 6> . C:\te.st\dir-live.msh
get-childitem : Cannot find path ‘C:\teget-childitemst\dir-liveget-childitemmsh
‘ because it does not exist.
At line:1 char:14
+ get-childitem <<<< C:\teget-childitemst\dir-liveget-childitemmsh
#########################
And I have a qustion :
Hello,eveyone here.Could you explaining me the dir_live.msh a little?
I don’t understand why convert a string will generated a effect like get-childitem?
Thanks very much.
No. 3 — April 1st, 2006 at 3:23 pm
I haven’t seen such an innovative script in my entire life.
Sure beats the hell outta everyone’s scripts.
> This is a breaking change
It breaks the rule of physics as well.
No. 4 — April 1st, 2006 at 5:40 pm
Ahh, geek humor at it’s finest. ;)
No. 5 — April 1st, 2006 at 6:46 pm
Glad you guys like it — so it sounds we should continue as planned :)
Applepwc: I’ll explain the script in a future post — it’s really not the magic it appears to be.
No. 6 — April 1st, 2006 at 8:39 pm
I just did a decode, saw the "SPONSORED CHILDITEMS" bit and freaked because it really looked possible, and in fact looked just like the kind of thing someone in a marketing group might try force-feeding to a new product that didn’t generate revenue. :)
Hey, being able to do something like this is a Turing test for a tool, isn’t it?