Solutions for all your technology needs

Deleting disconnected mailboxes in Exchange 2010

Posted by on Apr 28, 2011 in Exchange | 0 comments

First you need to get a list of all the disconnected mailboxes – Get-MailboxStatistics -Database “” | Where-Object...

Read More

Changing the global catalog server for Exchange Server 2010

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

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 More

Searching Exchange 2010 mailboxes with Powershell

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

#Assign the role to the required user account New-ManagementRoleAssignment -Role “Mailbox Import Export” -User...

Read More

Change the GAL display to last name first name in Exchange 2010

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

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

Use Powershell in Exchange 2010 to give a distribution group permissions to a security group’s member’s calendars’

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

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