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)
March, 2006
MSDN Blogs
>
Monad
>
March, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Monad
Base64 Encode/Decode a string
Posted
over 6 years ago
by
MSDNArchive
10
Comments
Today I came across http://scripts.readify.net/ . This sight is focused on Monad and MSH and is starting a collection of scripts at: http://scripts.readify.net/Scripts.aspx . You should visit their site and let them know what type of scripts would be...
Monad
GetObject()
Posted
over 6 years ago
by
MSDNArchive
3
Comments
Monad provides a way to create new com objects with new-object $ie = New-Object -ComObject InternetExplorer.Application $ie.Navigate2( http://blogs.msdn.com/monad ) $ie.Visible=1 Great but what about if you want to bind to an existing object? Where...
Monad
Finding out what determines which properties are displayed
Posted
over 6 years ago
by
MSDNArchive
4
Comments
MoW, a Monad newsgroup regular, asked why only the Caption, Name and PeakUsage properties were displayed from the command “get-WMIObject Win32_PageFileUsage” while the output object had a lot more properties. I think it is worth it to explain in details...
Monad
Dynamically loading assemblies in mshsnapins.
Posted
over 6 years ago
by
MSDNArchive
0
Comments
In Monad, mshsnapins can be installed in a different directory from the Monad executables. At runtime, the Monad engine will load the mshsnapin assembly and its referenced assemblies based on application base information provided during mshsnapin installation...
Monad
Working with Sort-Object Cmdlet
Posted
over 6 years ago
by
MSDNArchive
1
Comments
In this blog I will try to explain different features of sort-object(Sort) cmdlet. For the purpose of this blog, I assume the following objects exist: MSH C:\temp\monad> $a,$b,$c,$d Score Name ----- ---- 100 John 90 Henry 90...
Monad
Exclude, Include, Filter Parameters - How to make sense of these
Posted
over 6 years ago
by
MSDNArchive
2
Comments
So how come we have three ways to filter a path in most of the core cmdlets such as in the get-item cmdlet. It is important to understand that exclude, include, and filter offer different levels of filtering. So let’s give a few examples of how...
Monad
How to Access or Modify StartUp Items in the Window Registry
Posted
over 6 years ago
by
MSDNArchive
6
Comments
Some applications launch themselves whenever you start your computer and load Windows. In most cases, this is the desired behavior. However in some instances, malicious programs such as spyware, Trojans, worms, viruses load in this manner and hijack your...
Page 1 of 1 (7 items)