Welcome to TechNet Blogs Sign in | Join | Help

Brettjo :: Microsoft Exchange Messaging

Learn about how things should be done and what's coming up in the not too distant future in the Microsoft world of Messaging.
More Powershell (MONAD) Stuff

So today I have been actively learning a little bit more about Powershell and generally playing with some of the features which are not that readily obvious. I was chatting with a colleague yesterday, Paul Flaherty, and we have both been overwhelmed with the power that "Monad" will give to the Exchange Administrator.

My previous post was pretty basic and today I learnt something pretty cool. Accessing the registry through Monad.

Through MSH you can type: IPCONFIG which will tell you about your IP settings, you can run NOTEPAD which will open a Notepad, navigate up and directories using regular DOS commands. TAB Auto-Complete also works.

Here's how, and there are a couple of ways of doing so.

  1. Open MSH
  2. Type: cd hklm:
  3. This will change the MSH context to [MSH] HKLM:\Software you can DIR and CD\

The other way is:

  1. Open MSH
  2. Type: CD Registry::
  3. This will change the MSH context to [MSH] Microsoft.Msh.Core\Registry::>
  4. Type CD HKLM
  5. Type CD Software
  6. Try it and you'll get the idea..!

To return back to the regular [MSH] context type cd c:

Other top tips:

  • Get-Service lists all the services running on the box
  • Get-Process lists all the process running on the box

Have a good Bank Holiday..!

Posted: Friday, August 25, 2006 4:09 PM by Brettjo

Comments

subject: exchange said:

I'm back to work after a not-so-long vacations. This probably means that I'll post more often. ...
# August 25, 2006 1:48 PM

Welcome to Flaphead.com @ Home said:

Brett touched on this a while back, and I just wanted to pad things out a bit.
So as brett mentioned,...
# September 8, 2006 12:00 PM

Flaphead on TechNet said:

Originally Posted here: http://blogs.flaphead.dns2go.com/archive/2006/09/08/3548.aspx     Brett touched...
# September 12, 2006 5:22 AM

Eileen Brown's WebLog said:

I met Scotty at my Exchange 2007 TechNet session last week. Scotty is a bit keen on Powershell. I'm a

# October 24, 2006 11:30 AM
Anonymous comments are disabled
Page view tracker