Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


What is MSH?

 
Logged in as: Guest
arrSession:exec spGetSession 2,5,1100
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> Windows PowerShell >> What is MSH?
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 What is MSH? - 6/29/2004 7:18:42 AM   
  pranav

 

Posts: 2
Score: 0
Joined: 6/29/2004
From:
Status: offline
Hello Folks,

Sorry for this dumb question, but what is MSH and what is Monad?.

Thx
 
 
Post #: 1
 
 Re: What is MSH? - 7/5/2004 10:55:38 AM   
  mbouchard


Posts: 1814
Score: 12
Joined: 5/15/2003
From: USA
Status: offline
I believe but am probably wrong that MSH/Monad is from Longhorn. But don't take my word on that.

(in reply to pranav)
 
 
Post #: 2
 
 Re: What is MSH? - 7/9/2004 5:32:04 AM   
  EDLiN

 

Posts: 4
Score: 0
Joined: 7/9/2004
From: USA
Status: offline
MSH, Microsoft Shell - Code named Monad - is Microsofts next gen shell extension. While I dont know a whole lot about it, its supposed to give you more low level access like perl and unix type scripting. The idea is to catch up with the pipe/filter approach that most non-windows platforms take where one command can take input from anywhere and output to anywhere including another command like find and grep. The pieces are of course not really executables but more of classes of .net objects which would talk to each other. While unix, linux, and other cmd line biased operating systems have been developing GUI crap as an interface to their main scripting system, Microsoft has notoriously been more focused on GUI replacing the scripting subsystem. Now they have seen the light and are trying to make up for not sticking to their roots.

Reference: http://en.wikipedia.org/wiki/MSH_(shell)

(in reply to pranav)
 
 
Post #: 3
 
 Re: What is MSH? - 8/17/2004 10:51:00 PM   
  Matt

 

Posts: 30
Score: 0
Joined: 8/17/2004
From: United Kingdom
Status: offline
sounds like a security nightmare

(in reply to pranav)
 
 
Post #: 4
 
 Re: What is MSH? - 2/5/2005 1:38:51 PM   
  token

 

Posts: 1917
Score: 0
Joined: 1/14/2005
From:
Status: offline
I can't wait to get my hands on MSH.

(in reply to pranav)
 
 
Post #: 5
 
 Re: What is MSH? - 4/30/2005 4:33:38 AM   
  TNO


Posts: 1040
Score: 10
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
hmmm...the posiibilities are endless....
once I figure out what I'd use it for....

http://wesnerm.blogs.com/net_undocumented/2004/05/monad_shell.html

(in reply to pranav)
 
 
Post #: 6
 
 Re: What is MSH? - 6/2/2005 6:19:31 PM   
  rudrarup


Posts: 58
Score: 0
Joined: 5/26/2005
From: Pune
Status: offline
I have a question

Will the MSH require a perticular compiler or can it be written in default Editor (notepad) and run by just clicking such as VBScript.

Thanks

(in reply to pranav)
 
 
Post #: 7
 
 RE: Re: What is MSH? - 7/22/2005 3:37:09 AM   
  Snipah


Posts: 1341
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
quote:


...

New-style commands (or commandlets, as they are called in Longhorn) are .NET libraries (plus associated .msh or .cmdlet file) that consist of classes driving from CmdLet.

...

For example, you can enter
get/process | where "handlecount -gr 400" | sort handlecount | format/table processname,handlecount
You get:
ProcessName HandleCount
---------------- ---------------
processname handlecount
... ...


...

The new shell, as it stands now, is not very usable as a routine interactive shell, so, at least in this build, you'll gravitate back to the familiarity and simplicity of cmd.exe

...




So more of a CSCript type of way

_____________________________

For more information, please see the "Read me First" topic.

http://www.visualbasicscript.com

(in reply to rudrarup)
 
 
Post #: 8
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> Windows PowerShell >> What is MSH? Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts