Skip to content

Tag: PowerShell

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

Removing Exchange 2013 Client Access Server from Exchange Organization

Removing Exchange 2013 Client Access Server In this post i will look at removing Exchange 2013 Client access Server from the current Exchange Organization. As this is not the last Exchange Server in the Organization and removing this server will be very straight forward. To start the process we can verify if this server is…

3 Comments

Removing Exchange 2013 Mailbox Server from Exchange Organization

Decommissioning Exchange 2013 Mailbox Server In this post i will go through the steps used to remove an Exchange 2013 Mailbox Server from the Exchange Organization. Before we can start with the uninstall of Exchange we first need to verify that the server we want to decommission does not have any “System Mailboxes” or “User…

5 Comments

Exchange 2013 Uninstall Failed : Setup can’t continue with the uninstall because the RFExchConn (2236) has o pen files.

Setup can’t continue with the uninstall because the RFExchConn (2236) has o pen files. Close the process, and then restart Setup.   During the uninstall process i was presented with the following error message. To try and resolve this , lets have a look at the log which was been generated . looking at 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