Apply Exchange 2013/2016 License Key using PowerShell.
| | |

Apply Exchange 2013/2016 License Key using PowerShell.

Apply Exchange 2013/2016 License Key using PowerShell. Let’s first have a look at what the current license status is by running the following. Get-ExchangeServer EX16 | Format-Table Edition,*Trial* As we can see from the below image, the server has not been licensed yet and is still running as a Trial. To set the license key,…

How to Export Exchange Online Transport Rules
|

How to Export Exchange Online Transport Rules

Export Exchange Online Transport Rules In this post, I will focus on how to export Exchange Online Transport rules using PowerShell. To get started we first need to establish a connection to Exchange Online or Office 365. Connect to Exchange Online PowerShell $UserCredential = Get-Credential Then $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential…

How to Reseed Mailbox Database Copy
| |

How to Reseed Mailbox Database Copy

How to Reseed a “Failed And Suspended” Mailbox Database Copy.   Updating, also known as seeding, is the process in which a copy of a mailbox database is added to another Mailbox server in a database availability group (DAG). The newly added copy becomes the baseline database for the passive copy into which log files copied…

Exchange Resource Mailbox not sending auto decline for double booking.
| | | | | |

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…

Exchange 2016 CU 6 Released
| | | | | | | |

Exchange 2016 CU 6 Released

Latest Exchange 2016 CU 6 released in June 2017 The Latest Cumulative Update for Exchange 2016 and now available for download. The latest releases includes fixes and issues reported as well as updated functionality. Updated functionality in Cumulative Update 6 With CU 6 the Exchange team added two highly anticipated features; Sent Items Behavior Control…

Removing Exchange 2013 Client Access Server from Exchange Organization
| | | | |

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…

Removing Exchange 2013 Mailbox Server from Exchange Organization
| | | | | |

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…

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

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…