Find The Total Number Of Mailboxes In Your Organization

How can you quickly find the total number of mailboxes in your organization? You can do it now by running a shell command. Get-Mailbox | Measure-Object You can further customize the command to your  requirements. Let’s say that you want to find out the mailboxes in one particular database or one particular server. You can find it by adding more […]

Read more

Deleted mailboxes are not showing up in Disconnected Mailbox in EMC

Most exchange admins will run into this problem at some point. You do either one of the two actions – delete a user account using AD users and computers or remove the mailbox using EMC. Once the account is deleted, the mailboxes are not deleted straightaway by default. They (should) appear in the Disconnected Mailbox section under Recipient Configuration in […]

Read more

Giving one user access to another’s mailbox via PowerShell

There are plenty of reasons why you might want to give one user access to another user’s mailbox. The first user may be in the hospital, or under HR review, or maybe they’ve been dropping the ball lately and management need to make sure that certain projects have been followed up on. It’s not really our job to care. The […]

Read more

How to Grant Read-Only Access to an Exchange Mailbox

Granting a user read-only access to the mailbox and calendar of another user in an Exchange Server organization. This is a common scenario and the solution is reasonably simple though perhaps not obvious. Let’s look at the scenario of Alan Reid trying to access the mailbox of Alex Heyne. With no access configured Alan gets an error message when he […]

Read more

Email Fundamentals: What is an MX Record?

One of the less well understood components of a working email system is the MX record. I do find a lot of IT administrators looking after Exchange servers who don’t really understand what an MX record is and how they work. DNS Fundamentals MX stands for “mail exchanger”. An MX record is a type of DNS record, so any understanding of MX […]

Read more

Exchange 2007 – Install Anti-Spam Agents on Hub Transport Role (Single Server Setup)

On a normal Exchange Server 2007 deployment an Edge server role is setup facing the Internet and the Hub Transport role is hosted on an internal server.  Anti-Spam agents such as Content Filtering, Connection filtering, Sender ID, Sender Filtering, Recipient Filtering and Sender Reputation are only installed by default on the public facing edge server role. If you have a […]

Read more
1 2 3 4 5