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 MONAD stuff: Message Tracking and Tab Completion

Been a busy week this week... but just found a smart and quick way of dumping out the Message Tracking Table through MONAD:

Get-MessageTrackingLog |format-table

I discussed this previously and half the learning curve with Monad, is understanding exactly what syntax and parameters you can use - a neat way to aid the learning is Tab completion, much the same as when navigating through DOS:

Cmdlet name completion: get-<tab>
Parameter completion: get-mailbox -<tab>
Variable completion: $h<tab>

More to follow......

Posted: Wednesday, August 30, 2006 4:45 PM by Brettjo
Anonymous comments are disabled
Page view tracker