Sign In
Monad
Monad Technology Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
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
MSDN Blogs
>
Monad
>
August, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Monad
Support for Existing apps in Monad
Posted
over 7 years ago
by
arulk
11
Comments
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. ...
Monad
Did you know? #4
Posted
over 7 years ago
by
arulk
0
Comments
Did you know that you can access most of the Cmdlet base class APIs through script using the $executioncontext variable? -Jeff Jones
Monad
Did you know? #2
Posted
over 7 years ago
by
arulk
0
Comments
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...
Monad
Did you know? #3
Posted
over 7 years ago
by
arulk
3
Comments
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...
Monad
Did you know? #1
Posted
over 7 years ago
by
arulk
1
Comments
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 >...
Monad
Introduction to MshObject
Posted
over 7 years ago
by
arulk
2
Comments
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...
Monad
Welcome to Monad Team Blog
Posted
over 7 years ago
by
arulk
5
Comments
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
Page 1 of 1 (7 items)