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)
January, 2006
MSDN Blogs
>
Monad
>
January, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Monad
Minding Path Inputs in a Cmdlet
Posted
over 6 years ago
by
MSDNArchive
7
Comments
When I was a Monad neophyte, I was asked to write a Cmdlet taking a file path as a parameter. A big mistake I made was not keeping in mind that in Monad the FileSystem provider was just one of the many providers. (This makes Monad different from many...
Monad
Adding help for cmdlets in a MshSnapIn
Posted
over 6 years ago
by
MSDNArchive
1
Comments
Now that you know how to create an MshSnapIn, you might want to add help content for all those cmdlets that you developed and get them displayed by “get-help” cmdlet. To add help content you must know how a Monad Cmdlet Help file looks. See any of the...
Monad
Single Shell vs Custom Shell
Posted
over 6 years ago
by
MSDNArchive
2
Comments
With Monad Beta 3 release, we've introduced the concept of the "single shell". What is a single shell? "One shell to rule them all ... and in the darkness..." (Sorry I can't stop saying that quote everytime I hear "single shell"!) Well rather than having...
Monad
Ensuring Script Portability with #requires
Posted
over 6 years ago
by
MSDNArchive
4
Comments
With the MshSnapIn model in Beta 3, there is no gaurantee that a certain Cmdlet or Provider, apart from those in the default MshSnapIns, is available at any point. There could be a number of reasons. The MshSnapIn may not have been installed. The MshSnapIn...
Monad
Mshsnapin (part 2): developing a mshsnapin.
Posted
over 6 years ago
by
MSDNArchive
0
Comments
To develop a mshsnapin, you can use following three simple steps, Create a class derived from MshSnapIn class. Build an assembly to contain the mshsnapin class created in step1 and also other cmdlet/provider classes to be included in the mshsnapin...
Monad
Mshsnapin (part 1): usage of mshsnapin commands.
Posted
over 6 years ago
by
MSDNArchive
9
Comments
Latest beta3 release of monad added the capability of adding/removing cmdlets and providers in current running session through mshsnapins. Mshsnapin is a logic group of cmdlets and providers can be manipulate as a unit in monad engine. Following commands...
Monad
Using Monad for logon scripts
Posted
over 6 years ago
by
MSDNArchive
6
Comments
In case you were wondering, yes, you can use Monad for your logon scripts. You can't just assign a .MSH file as a logon script however, since only file types with file associations work as logon scripts. Monad installation doesn't create a file association...
Page 1 of 1 (7 items)