Exchange 2010: Remove Administrator Mailbox

exchangemailboxremove

How can I remove the Administrator Mailbox from Exchange 2010?
I don't want to delete the whole user account because I need Administrator to access the Server, but Administrator shouldn't have any mail addresses assigned.

Background:
We use Eset Mail Security which is getting licenced per mailbox count. There is also a tool from ESET to check current mailbox count: http://kb.eset.com/esetkb/index?page=content&id=SOLN2425
To avoid paying for unused mailboxes, I want to disable Administrator's (and also other unused) mail boxes.

Thanks!

Best Answer

That seems like a bad reason to remove the Administrator's mailbox. The yearly per-user pricing on ESET's Mail Security for Exchange is under $30 in blocks up to 5 users. It goes down as your numbers increase. How many users are you licensed for? Are you really that constrained?

Either way, to remove the administrator mailbox, something like this should work:

get-mailbox -id administrator | disable-mailbox
Related Topic