en passant (in passing) A chess move that can be played when the opponents pawn takes the opening double jump move and lands next your your pawn. You take their pawn by passing behind it. In our hectic life, we often take the 'double-jump' to get ahead quickly, only to find it hindering us. This is my website to make sure interesting things do not get lost en passant.

Using a Batch to Exmerge a Recovery Storage Group - Mailbox from Exchange 2003

I am working on a project to recover 30 individual days of email from a clients mailbox. This requires me to restore 30 days worth of backups to the Recovery Storage Group(RSG) on a specific server. I have quickly grown tired of selecting the name from the giant Exmerge list and worked out how to use a batch file to run Exmerge against the RSG.

One Man Walking

You may remember my post last year about Craig, my crazy New Zealander cousin and his trek up the Pacific Coast Trail. He completed a walk-through of the 2,600 mile trail (Mexico to Canada) and blogged his entire adventure.

I just got an email letting me know that he has started chapter 2, the entire country of Japan.

Review of Several Favorite Podcasts available at PodioBooks.com

If you are like me and don't like listening to the radio during your commute, you'll appreciate podiobooks.com. This site has grown quite rapidly over the last few months and includes tons of all new content. As new authors are finding there is an enormous audience of potential listeners, they are really starting to take advantage of sites like this. Podiobooks sorts content by genre, author and provides great feedback mechanism on each story.

My New Gaming Headset - Motorola S9

Recently I invested in a pair of Motorola R0kr S9 headphones for my computer at home. Playing games at night after the family is asleep, I'd be the only one to let the dog out. Pause game (brb), take headphones off, run over to patio door, let dog out, reverse, then repeat when the dog wanted back in. That's why when a friend said he wanted this headset, I jumped at the idea.

PowerShell Power Story

I hadn't fully realized the power and simplicty of PowerShell until recently. My manager had asked if a script could be written that would take a CSV file of mailbox names, and hide them or unhide them. My co-worker, well-versed in VBScript, generated a 220 line solution that did just that. When I got into the office, I took that as an invitation to flex the PowerShell

PowerShell - Enumerate SENDAS Permissions on all mailboxes

We are working on a security review of our Exchange environment. Part of that is to review who has permissions to access what mailboxes.

That's why I put together this little script. Using the Exchange 2007 Management shell, it reads our Exchange 2003 and 2007 environments, processing all the mailboxes. It outputs a single CSV file containing each instance where someone else (not SELF and not a SID) has permissions to a mailbox.

Powershell - Enumerate Delegate Rights for a mailbox

Troubleshooting Outlook delegate permissions is a pain. I found the easiest way to get a user's delegates is to create a profile, open their mailbox and check each person.

That's why I created this script. Using the Quest Powershell addons for AD, it reads the delegate permissions for a specified mailbox, then looks up the display name for each delegate or mailbox they are a delegate for.

PowerShell - Find all enabled AD users

A friend is working on a script to pull active LCS accounts from his AD. One last bit of information that he that was troubling him was enabled/disabled AD accounts.

Lookup email addresses from CSV in AD

Scenario: I was given a list of 15,000 email addresses and asked if they were still valid in our Exchange environment.

Easy method: I ran a simple VBScript that does an LDAP query against each email address. This worked great, except that it took close to 5 seconds per email address to query our environment. (~20 hrs!) The over-all run time was going to be too extreme.

Outlook: Create Search Folders to find Read Receipts

I had an interesting request. A user wanted to search their mailbox for all read/not read/delivery/non-delivery receipts in their mailbox. You would think that it should be as easy as searching for "READ:" in the subject line. Unfortunately, Outlook does a wild-card type search on what you enter. This means you may get read:, bread: and read:s.

Syndicate content