Skip to content

Category: Exchange 2010

Installing Exchange on Server 2012 R2 show’s no Information

Installing Exchange on Server 2012 R2 show’s no Information When you install Exchange 2010 on Windows Server 2012 R2, you will notice that when you open the Management console that you cannot see any servers or modify any properties and the screen will look as follow. To resolve this issue, you will have to install…

Leave a Comment

Search and Delete specific email for all or specific users using PowerShell.Exchange 2010

Search and Delete specific email for all or specific users using PowerShell.   In many cases an Exchange Administrator will get a request to delete an email which was sent to a specific user or to multiple users. Exchange allows us to do this with a feature called search-mailbox, this feature can be used to…

Leave a Comment

Set-CalendarProcessing: ResourceDelegates can only be enabled on resource mailboxes.

Microsoft Exchange Error: ResourceDelegates can only be enabled on resource mailboxes.   During the process of adding additional Room Mailbox resource delegates, I received the following error: Resource Delegates can only be enabled on resource mailboxes. This is an pretty straight forward error to resolve, in the current environment where I am facing this error…

Leave a Comment

Exchange DAG witness in Failed State

Exchange DAG Witness is in Failed State. WARNING: Database availability group ‘DAG01’ witness is in a failed state. The database availability group requires the witness server to maintain quorum. Please use the Set-DatabaseAvailabilityGroup cmdlet to re-create the witness server and the directory. To try and resolve the issue on the DAG , lets have a…

Comments closed

Exchange Resource Mailbox not sending auto decline for double booking.

Set Exchange resource mailbox to send auto decline for double booking. This is a topic that always seems to come up from the helpdesk team , in this post i will configure a resource mailbox to auto decline when there is a double booking. In this post i will use the Exchange Powershell to configure…

Leave a Comment

Slow SMTP Relay Exchange 2010 – “MaxAcknowledgementDelay”

Slow SMTP Relay for Applications using Exchange 2010 Receive Connectors.   In this post we will look at the default “SMTP Delay” for messages received from a system that don’t support shadow redundancy. By default, Receive connectors delay acknowledgement up to 30 seconds. For more information, see “Delayed Acknowledgement” in Understanding Shadow Redundancy. To view the…

Leave a Comment

Error Removing Mailbox Database

Error Removing Mailbox Database: This Mailbox database contains one or more mailboxes. When you try and remove an “Exchange Mailbox Database” you received the following error: “This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, public folder mailboxes or arbitration mailboxes. To get a list of all mailboxes in this database, run…

Leave a Comment

Create Exchange Mail Contact using Powershell

Create Exchange Mail Contact using Powershell How to create an Exchange Mail Contact using Powershell one liner. To create the new Mail Contact run the following in Exchange Shell.

  Quick and easy . #ThatlazyAdmin

Leave a Comment

Remove Exchange Mailbox Move-Request

Remove Exchange Mailbox Move-Request using PowerShell   Lets look at how to remove Exchange Mailbox Move-Request with PowerShell.

This will list all current Mailbox Move-Requests InProgress and Completed. To remove run :

Lets looks at combining the “Get” option and only show “Completed” Move-Requests and then remove the “Completed” Move-Requests.

There you…

Leave a Comment