This post is a bit different than the other shared mailbox posts out there. A couple articles in regards to shared mailbox permissions include:https://knicksmith.blogspot.com/2007/03/exchange-2007-and-shared-mailboxes.htmlhttps://blogs.technet.com/msukucc/archive/2009/02/23/shared-mailboxes.aspxAs you can see, these articles including adding SendAs and/or … [Read more...] about Exchange 2007 Shared Mailbox Permission/Delegates Issues
Another Exchange Scriplet (Moving Mailboxes)
This one I created for the following reasons: 1. Mailbox Database was filling up 2. Wanted to take the filled up database and split them across two different databases.The script will sort all the mailboxes by size and take 40% of the largest mailboxes and move them to a specified database and take the remaining 60% and move them to the other database.If you don't … [Read more...] about Another Exchange Scriplet (Moving Mailboxes)
A few Exchange PowerShell scriptlets
Figured I would share a few scriptlets I've written recently. Hopefully some of you may find them useful at some point at least. Scriptlet 1 Find out all users who live on a specific mailbox without having to type the entire mailbox database name: get-mailbox -database $(get-mailboxdatabase | where-object {$_.name -like "*Database1*"}) | Format-Table Name,Database -wrap … [Read more...] about A few Exchange PowerShell scriptlets
Exchange 2010 Permissions and Security Groups
Exchange 2010 most definitely brings in some new features to allow for a more intuitive and granular administrative experience in terms of how you allow and/or disallow administration from a permissions perspective. But to understand why Exchange 2010 management was designed the way it was, let's take a brief history lesson. Management History Exchange 2003 provided … [Read more...] about Exchange 2010 Permissions and Security Groups
Exchange 2010 New Features
Well, with a new version of Exchange obviously brings a new set of features. While there are a lot of new features, here are just some of the new features:Database Availability Groups - Database Availability Groups combine CCR and SCR functionality to provide a single solution for both scenarios. What happens here is that you install a DAG member and it behind … [Read more...] about Exchange 2010 New Features

