Deleting disconnected mailboxes in Exchange 2010
First you need to get a list of all the disconnected mailboxes – Get-MailboxStatistics -Database “” | Where-Object...
Read MoreChanging the global catalog server for Exchange Server 2010
If you want to force the Exchange server to use a specific GC instead of letting the server automatically choose a GC, you can perform the...
Read MoreSearching Exchange 2010 mailboxes with Powershell
#Assign the role to the required user account New-ManagementRoleAssignment -Role “Mailbox Import Export” -User...
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 MoreUse Powershell in Exchange 2010 to give a distribution group permissions to a security group’s member’s calendars’
The first thing you will want to do is create and active directory security group. In my example I create one named “calendartest”. ...
Read More