Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Monad
Monad Technology Blog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
No tags have been created or used yet.
News
This posting is provided 'as is' with no warranties, and confers no rights. You assume all risk for your use. Also, the opinions expressed are that of Monad Team members, not Microsoft's.
Archives
April 2006 (10)
March 2006 (7)
February 2006 (8)
January 2006 (7)
December 2005 (6)
November 2005 (8)
October 2005 (2)
September 2005 (5)
August 2005 (7)
August 2005 - Posts
Friday, August 26, 2005 1:21 PM
Support for Existing apps in Monad
Monad provides strong support for existing apps and technology. If you use native cmdline exes, vbscripts, batch files, perl scripts etc to manage and maintain windows, you can pretty much use them the same way from monad as you would from cmd.exe. For
Posted by
arulk
|
11 Comments
Thursday, August 25, 2005 8:43 PM
Did you know? #4
Did you know that you can access most of the Cmdlet base class APIs through script using the $executioncontext variable? -Jeff Jones
Posted by
arulk
|
(Comments Off)
Thursday, August 25, 2005 8:41 PM
Did you know? #2
Did you know that you can make a variable automatically propagate to new scopes by using the AllScope option? Normally when you enter a new scope variables are not copied from the parent scope. Instead we do a lookup for the variable when requested. Anytime
Posted by
arulk
|
(Comments Off)
Thursday, August 25, 2005 8:41 PM
Did you know? #3
Did you know that you can put constraints on variables using the same attributes as cmdlet parameters? Unfortunately we had to postpone the language support for this but you can still do it using new-object. MSH > $a = "foo" MSH > $varA = get-variable
Posted by
arulk
|
3 Comments
Thursday, August 25, 2005 8:40 PM
Did you know? #1
Did you know that you can access the content of a provider using the variable syntax? For instance, you can get and set the contents of a file just by doing the following: MSH > ${c:\temp\foo.txt} = "bar" MSH > ${c:\temp\foo.txt} bar MSH > Note,
Posted by
arulk
|
1 Comments
Thursday, August 25, 2005 8:37 PM
Introduction to MshObject
If you’ve ever worked with the Monad APIs then you’ve no doubt seen a type called System.Management.Automation.MshObject. I’m not going to go into all the details of what it is because that would take me more time than I have right now and there are people
Posted by
arulk
|
2 Comments
Thursday, August 25, 2005 8:34 PM
Welcome to Monad Team Blog
Welcome to Monad Team Blog. We will posting information related to Monad in this blog. Feel free to send us your comments to make this blog useful to you. -Arul
Posted by
arulk
|
5 Comments