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 MoreChange the GAL display to last name first name in Exchange 2010
To change the GAL in Exchange 2010 to display your users last name before there first it is a two step process. The first step is you need...
Read More