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)
April, 2006
MSDN Blogs
>
Monad
>
April, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Monad
Please point your RSS readers to http://blogs.msdn.com/PowerShell/
Posted
over 6 years ago
by
MSDNArchive
3
Comments
Along with our new name comes a new team blog: http://blogs.msdn.com/PowerShell/ . Please subscribe to that blog instead -- as this blog will now go dark. Lee
Monad
Windows PowerShell (Monad) Has Arrived
Posted
over 6 years ago
by
MSDNArchive
39
Comments
I just got out of Bob Muglia's keynote speech where he formally announced Windows PowerShell (previously known as Monad). The key things he announced are: Monad (MSH) has a new name: Windows PowerShell Windows PowerShell will RTW (Web download...
Monad
Exposing the Power of .NET in a Admin-friendly way
Posted
over 6 years ago
by
MSDNArchive
2
Comments
One of our primary goals for Monad was to: "Expose the power of .NET in an Admin-friendly way" . The challenges of systems administration are large and growing at the same time organizations are under ever more pressure to reduce costs and do more...
Monad
Comparative Examples in MSH and KSH
Posted
over 6 years ago
by
MSDNArchive
11
Comments
M ost shells (such as Windows CMD.EXE and the UNIX shells SH, KSH, CSH, and BASH) operate by executing a command or utility in a new process, and presenting the results (or errors) to the user as text. Text-based processing is the way in which system...
Monad
Why did you do that? $VAR/ {} / Weak Intellisense
Posted
over 6 years ago
by
MSDNArchive
12
Comments
I strongly encourage people to let us know where we could be doing better and to let us know if we are getting into the weeds. I believe that being open to such bad news is core to the the virtuous cycle of self improvement so such feedback provides opportunities...
Monad
Sunday morning drive with my hair on fire: Types/Community/Synthetic types/Democracy/Cool XML tricks
Posted
over 6 years ago
by
MSDNArchive
2
Comments
Exploring types is a pain! Monad provides Get-Member which makes it pretty nice to explore an OBJECT but if you want to explore that object's type, you have to use the capabilities of the System.RuntimeType class. Let me make that distinction a...
Monad
How does Match-String with with Pipelines of objects?
Posted
over 6 years ago
by
MSDNArchive
8
Comments
In our newsgroup (Microsoft.Public.Windows.Server.Scripting) , Vasu asked about how match-string works in pipelines: Here is what I observe: 1. MSH C:\> get-alias ..truncated.. Alias ri remove-item Alias rni rename-item ..truncated.. 2. MSH C...
Monad
Is it safe to use ALIASES in scripts?
Posted
over 6 years ago
by
MSDNArchive
5
Comments
In our newsgroup (Microsoft.Public.Windows.Server.Scripting) , Mark Ayers asked the question: > Shouldn't best practice for scripts be full command name? The answer is YES, NO, and MAYBE. YES - Full names provide the most readable experience...
Monad
Verb-Noun vs Noun-Verb
Posted
over 6 years ago
by
MSDNArchive
5
Comments
Kurt asked the question "why not Noun-Verb vs Verb-Noun" in his post: http://blogs.msdn.com/monad/archive/2006/02/16/533522.aspx#574708 There are lots of answers to this some better than others. Let me rattle off a couple of them: VMS DCL/AS400...
Monad
Monitor the Event Log
Posted
over 6 years ago
by
MSDNArchive
2
Comments
Administrators often want to monitor the event logs and look for specific error conditions. The most capable way to do this, of course, is to use a dedicated monitoring application such as Microsoft Operations Manager , or get down-and-dirty with the...
Page 1 of 1 (10 items)