« March 2006 | Main | May 2006 »
April 27, 2006
Goodbye, Monad; hello, PowerShell
Microsoft announced this week that they were renaming the Monad shell environment to "Microsoft PowerShell", which IMHO is kind of an odd name. Most people, I daresay, associated the "Power" prefix with Apple. At least it's not a super-duper-long name that tries to tie in to a bunch of other products. In line with this name change, the Monad team blog has a new home too: http://blogs.msdn.com/powershell, and MS released release candidiate 1 of the PowerShell environment. However, I haven't gotten around to updating the category names for this blog... too bad.
Posted by Paul at 05:52 PM | Comments (0) | TrackBack
April 21, 2006
Monad event log monitoring
The Monad team blog has a useful Monad script for intelligent event log analysis. The simple way to do it is to say
get-eventlog Application | where {$_.EventID -eq -1018}
but this gets the same set of events every time you run it. The team's script uses a checkpoint file to keep track of the last search it did, and it has a few other nice features as well.
Posted by Paul at 05:46 AM | Comments (0)
April 12, 2006
Find store GUIDs
From new Exchange MVP Bharat Suneja: a script to find the GUID for a mailbox database. You need this if you want to raise the size limit for a store in the Standard Edition of Exchange.
Posted by Paul at 05:05 PM | Comments (0)
New Monad category
I've added a new "Monad" category; I'm sure you can guess why! As we get closer to the release of Exchange 12 beta 2, I'll be posting more Monad-oriented scripts here.
Posted by Paul at 04:56 PM | Comments (0)