Solutions for all your technology needs

Get the ten biggest mailboxes in Exchange 2010 export to report using PowerShell

Posted by on Mar 2, 2011 in Exchange | 0 comments

Get-Mailbox -database  | Get-MailboxStatistics | Sort-Object TotalItemSize -descending |Select-Object...

Read More

Manage Exchange 2010 Calendar Permissions Using Powershell

Posted by on Feb 22, 2011 in Exchange | 0 comments

In this example we will add a domain group named group-calendarReviewers to a mailbox named Jeremy.Whittaker.  We will give the group...

Read More

Allow anonymous relay in Exchange 2010

Posted by on Feb 19, 2011 in Exchange | 0 comments

Allowing relay in Exchange 2010 requires the use the command shell. Here are the steps: 1. Open Exchange Management console and go to...

Read More

How to create a self-signed certificate in Exchange 2010

Posted by on Feb 17, 2011 in Exchange | 0 comments

Very simple Open Exchange Shell New-ExchangeCertificate

Read More

Thunderbird users access Exchange address book using ldap query

Posted by on Jan 27, 2011 in Exchange | 0 comments

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
Page 1 of 512345