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 part of any send and received connectors and disable them.
1 |
Get-ExchangeServer DWC1CAS01 |Get-ReceiveConnector |
Lets go ahead and disable the ReceiveConnectors
1 |
Get-ExchangeServer DWC1CAS01 |Get-ReceiveConnector |Set-ReceiveConnector -Enabled:$false |
Now that the Receive connectors is disabled for this CAS server, lets go ahead and start the uninstall process for this server.
To start the process open command prompt and run as Administrator and the type the following command.
Setup /Mode:Uninstall /IAcceptExchangeServerLicenseTerms
#ThatLazyAdmin
What’s up, after reading this awesome post i am as well happy to share my knowledge here with mates.
Thanks for finally talking about >Removing Exchange
2013 Client Access Server from Exchange Organization – ThatLazyAdmin <Loved it!
Super helpful! Thank you. We had a storage blip that resulted in no cas server anymore… this allowed me to disable the connectors gracefully and then rip settings from adsi 🙂