Disclaimer

The views and opinions expressed on this site are mine and do not reflect those of my employer or anyone else.

Twitter: jbarsodi

#Exchange 2010 & 2007 – Control POP3 Enablement per Mailbox

Last year I wrote a basic control script to manage Exchange 2007 Active Sync enablement.  Recently, I had a need to write an extremely simple POP3 control enablement script.  The main difference is this just set to run in an Exchange 2010 environment utilizing 2010 PowerShell Snapin.  Functionally and logically it’s all the same.  The script is [...]

#Exchange 2007ActiveSync: Control Which Users Are Enabled…Automagically

Last year when we launched support for Windows Mobile 6.x devices via Exchange ActiveSync, I had a challenge of making sure only approved users were enabled for ActiveSync support. By default in Exchange(all versions), all mailboxes are enabled for ActiveSync, and specifically with Exchange 2007 when the CAS role is installed into the Organization. I [...]

#PowerShell #Exchange Script for Messaging Tracking Logs Per User Stats

A few months ago I was working on collecting some statistics out of our Exchange environment.  I wanted to take a few samples of user specific message traffic to help with some sizing calculations and just do a sanity check on our existing usage.  I know there are other tools and utilities that exist, but I wanted [...]

#PowerShell Date Countdown Fun

The other day I was trying to figure out how much longer until my anniversary date at work.  I figured I could open my Outlook calendar and start counting, but then I said, I bet this is easier to do in PowerShell!  So I goofed around and came up with the following.  I’m sure you [...]