Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How do I Exchange Server 2016 servers?

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Most of the articles are about new installation, deployment, adding more features, and so on. Today, the topic we are going to discuss is the process of removing an Exchange Server 2016 server from an existing environment. Here, we introduce the deletion of a single Exchange service, no DAG environment

First, before deleting, we need to pay attention to a few things

1. Migrate all mailbox users

2. Turn off alarm monitoring (such as Zabbix,SCOM)

Second, how to do it?

1. How do I see how many users are hosted by the Exchange server?

(get-mailbox-server mail server name) .count or get-mailbox-server mail server name | measure

2. What if you find that there are still users on the server you want to delete?

Get-Mailbox-server mail server name | New-MoveRequest-TargetDatabase 'DB01'-BadItemLimit 10000

3. How to check how many databases are hosted by the Exchange server?

Get-mailboxdatabase-server mail server name

4. Before uninstalling the server, you need to check whether there are normal send connectors and accept connectors on the server.

View send Connector

Get-SendConnector-server mail server name

View accept Connector

Get-ReceiveConnector-server mail server name

After completing the above work, we begin to uninstall Exchange

1. Uninstall it from the control panel (any fool will)

2. Load the Exchange image and execute the following command.\ Setup.exe / mode:uninstall / IAcceptExchangeServerLicenseTerms

Delete the Exchange information from ADSI after the uninstall is completed

Expand configuration (item 1)

two。 Expand CN=Configuration

3. Expand CN=Services

4. Expand CN=Microsoft Exchange

5. Expand CN=

6. Expand CN=Administrative Groups

7. Expand CN=Exchange Administrative Group (FYDIBOHF23SPDLT)

8. Expand CN=Servers

9. Right-click the desired server listed on the right, and then click Delete

As shown in the following figure

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report