Get the ten biggest mailboxes in Exchange 2010 export to report using PowerShell
Get-Mailbox -database | Get-MailboxStatistics | Sort-Object TotalItemSize -descending |Select-Object...
Read MoreManage Exchange 2010 Calendar Permissions Using Powershell
In this example we will add a domain group named group-calendarReviewers to a mailbox named Jeremy.Whittaker. We will give the group...
Read MoreAllow anonymous relay in Exchange 2010
Allowing relay in Exchange 2010 requires the use the command shell. Here are the steps: 1. Open Exchange Management console and go to...
Read MoreHow to create a self-signed certificate in Exchange 2010
Very simple Open Exchange Shell New-ExchangeCertificate
Read MoreThunderbird users access Exchange address book using ldap query
I recently ran into a situation where some Linux based Thunderbird users needed access to the Exchange 2010 GAL. Here were the settings...
Read More