How to Move Mailboxes in Exchange Server 2010

Mailbox moves in previous versions of Exchange were interactive in nature, in that a wizard, script or shell command was used to move the mailbox and it occured in real time. In Exchange Server 2010 mailbox moves are now handled using move requests.  In short, the move request is submitted into a queue and processed by the Mailbox Replication Service […]

Read more

Exchange 2010 – List All Mailbox Sizes

Using the Exchange Management Shell, you can create a create a report of all mailboxes and list their size. List all mailboxes in a database – Exchange Management Shell The following command will list all mailboxes in the ‘MailDB1’ database: Get-MailboxStatistics -Database ‘MailDB1’ | format-table DisplayName, TotalItemSize, TotalDeletedItemSize, Database, ServerName List all mailboxes on a server – Exchange Management Shell The […]

Read more

Exchange 2010 – Enable External Automatic Replies

By default, Exchange 2010 doesn’t allow sending automatic forwards, replies and Out of Office Assistant Messages (OOF) to external email addresses. This is mainly for security and performance reasons, as it ensures there can’t be any mail loops or that Exchange doesn’t automatically reply to any spam messages. With this in mind, you may need to enable this as a […]

Read more

Exchange 2010 – Allow external senders to use distribution list

By default when you create a distribution group (also known as a distribution list) external email addresses are unable to send emails to the group. To allow external email addresses to use the group you will need to disable the ‘Require that all senders are authenticated’ option. Please note, this may open your server and users to unwanted spam. You […]

Read more

Exchange Best Practices: Mailbox Storage Quotas

The trend for Exchange Server in recent years is towards larger mailboxes. Email is a heavily used application, users are demanding more storage for their email, and current versions of Exchange Server have been engineered to provide large mailboxes without requiring expensive, high performance storage subsystems to store it all. All of that does not mean that you should remove […]

Read more

A Sender Policy Framework (SPF) Primer for Exchange Administrators

Email spam continues to be a huge problem for organizations these days, and it usually falls on the Exchange administrator to do something about it. Aside from the usual anti-spam measures we can put in place to protect our own servers from spam, we also need to consider how to prevent spammers from spoofing (imitating) the domain names for our […]

Read more

Testing Connectivity and DNS Changes with a Hosts File

Many Exchange Server migration scenarios involve making DNS changes that can impact a very large number of customers at once if they go badly. Similarly, we often need to isolate network elements such as load balancers or DNS round robin configurations when troubleshooting client connectivity issues. Making changes to a load balancer or DNS record for this troubleshooting carries a similar risk […]

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 Configure an Internal SMTP Relay Server for Office 365

Most organizations have internal application servers and appliances that send emails to users or groups. Examples include copier/scanners and application servers, such as backup servers that notify admins of a completed or failed backup job. If the organization has Exchange on-prem you would normally configure an internal relay receive connector in Exchange and configure the internal resources to send emails […]

Read more
1 2 3 4 5