[玩转系统] 删除组织中最后一个 Exchange Server
作者:精品下载站 日期:2024-12-14 22:36:14 浏览:14 分类:玩电脑
删除组织中最后一个 Exchange Server
当您想要卸载最后一个本地 Exchange Server 或想要卸载一台 Exchange Server 时,这是有区别的。另外,什么时候应该删除组织中的最后一个 Exchange Server?在本文中,我们将向您展示如何停用最后一台 Exchange Server。
介绍
您有 Exchange 混合配置吗?确保您首先遵循这两篇文章:
删除 Exchange 混合配置
卸载 Azure AD Connect
在上一篇文章中,我们讨论了如果保留本地 Active Directory,则需要保留 Exchange Server 进行管理。但是,如果您不在本地保留 Active Directory 并完全迁移到云端,则可以删除最后一个 Exchange Server。
假设您没有 Exchange 混合配置并且想要停用最后一台 Exchange Server;您可以按照以下相同步骤操作。
在你开始之前
以管理员身份运行 Exchange 命令行管理程序。然后,运行 Set-ADServerSettings cmdlet,包括 -ViewEntireForest 参数。它可以让你查看整个森林中的物体。
[PS] C:\>Set-ADServerSettings -ViewEntireForest $true
删除移动请求
您必须删除所有移动请求,否则在卸载最后一个 Exchange Server 时,准备情况检查中会显示错误。准备情况检查将验证 Exchange Server 卸载安装是否可以继续。
[PS] C:\>Get-MoveRequest | Remove-MoveRequest -Confirm:$false
删除离线地址簿
删除脱机通讯簿。
[PS] C:\>Get-OfflineAddressBook | Remove-OfflineAddressBook -Confirm:$false
禁用邮箱
运行以下命令禁用所有邮箱,包括系统邮箱。
[PS] C:\>Get-Mailbox -ResultSize Unlimited | Disable-Mailbox -Confirm:$false
[PS] C:\>Get-Mailbox -ResultSize Unlimited -Archive | Disable-Mailbox -Confirm:$false
[PS] C:\>Get-Mailbox -ResultSize Unlimited -PublicFolder | Disable-Mailbox -Confirm:$false
[PS] C:\>Get-Mailbox -AuditLog | Disable-Mailbox -Confirm:$false
[PS] C:\>Get-Mailbox -Arbitration | Disable-Mailbox -Arbitration -DisableLastArbitrationMailboxAllowed -Confirm:$false
删除邮箱数据库
删除邮箱数据库。
[PS] C:\>Get-MailboxDatabase | Remove-MailboxDatabase -Confirm:$false
从控制面板删除最后一个 Exchange Server
关闭 Exchange Server 上所有打开的程序。转到控制面板,然后单击程序和功能。在程序列表中选择 Exchange Server。单击卸载。
注意:禁用防病毒/Windows Defender 以加快 Exchange 卸载过程。
在我们的示例中,我们将删除 Microsoft Exchange Server 2019 累积更新 11。
删除 Exchange 服务器
单击下一步从组织中删除最后一个 Exchange Server。
准备情况检查
先决条件分析将开始并检查安装是否可以继续进行删除。点击卸载。
假设您收到以下错误。这意味着邮箱数据库包含一个或多个邮箱。完成最初的步骤,禁用邮箱并删除 Exchange Server 上的邮箱数据库。之后,重试 Exchange Server 卸载向导。
以下是更易于阅读的错误输出格式:
Error:
Uninstall can't continue. Errors:
This mailbox database contains one or more mailboxes, mailbox plans, archive mailboxes, public folder mailboxes or arbitration mailboxes, Audit mailboxes.
To get a list of all mailboxes in this database, run the command Get-Mailbox -Database <Database ID>.
To get a list of all mailbox plans in this database, run the command Get-MailboxPlan.
To get a list of archive mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -Archive.
To get a list of all public folder mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -PublicFolder.
To get a list of all arbitration mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -Arbitration.
To get a list of all Audit mailboxes in this database, run the command Get-Mailbox -Database <Database ID> -AuditLog.
To disable a non-arbitration mailbox so that you can delete the mailbox database, run the command Disable-Mailbox <Mailbox ID>.
To disable an archive mailbox so you can delete the mailbox database, run the command Disable-Mailbox <Mailbox ID> -Archive.
To disable a public folder mailbox so that you can delete the mailbox database, run the command Disable-Mailbox <Mailbox ID> -PublicFolder.
To disable a Audit mailbox so that you can delete the mailbox database, run the command Get-Mailbox -AuditLog | Disable-Mailbox.
Arbitration mailboxes should be moved to another server; to do this, run the command New-MoveRequest <parameters>.
If this is the last server in the organization, run the command Disable-Mailbox <Mailbox ID> -Arbitration -DisableLastArbitrationMailboxAllowed to disable the arbitration mailbox.
Mailbox plans should be moved to another server; to do this, run the command Set-MailboxPlan <MailboxPlanID> -Database <Database ID>.
It was running the command 'Remove-MailboxDatabase 'CN=DBgoogol,CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=EXOIP,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=exoip,DC=local' -whatif'.
For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.UnwillingToRemoveMailboxDatabase.aspx
设置进度
第一步是从邮箱角色中删除邮箱服务。
13 步中的第 5 步正在进行中。
13 步中的第 9 步正在进行中,即停止服务。
设置完成。单击完成并重新启动 Windows Server。
删除 Exchange Server 时是否遇到错误?阅读文章卸载 Exchange 时检测到安装不完整。
验证删除 Exchange Server
检查 Exchange Server 是否已从程序和功能中删除。
您已成功从组织中删除最后一个 Exchange Server。
不要忘记删除 Exchange Server 上的其他工具,例如 SCOM 或备份代理。之后,删除 IP 和 DNS 条目。最后,删除 ADUC(Active Directory 用户和计算机)中的 AD 对象。
继续阅读:如何从 Active Directory 中删除 Exchange »
结论
您了解了如何删除组织中最后一个 Exchange Server。在开始卸载 Exchange Server 之前,必须删除邮箱数据库。当 Exchange Server 完成删除后,重新启动服务器。
您喜欢这篇文章吗?您可能还喜欢为本地配置 Azure AD 密码保护。不要忘记关注我们并分享这篇文章。
猜你还喜欢
- 03-30 [玩转系统] 如何用批处理实现关机,注销,重启和锁定计算机
- 02-14 [系统故障] Win10下报错:该文件没有与之关联的应用来执行该操作
- 01-07 [系统问题] Win10--解决锁屏后会断网的问题
- 01-02 [系统技巧] Windows系统如何关闭防火墙保姆式教程,超详细
- 12-15 [玩转系统] 如何在 Windows 10 和 11 上允许多个 RDP 会话
- 12-15 [玩转系统] 查找 Exchange/Microsoft 365 中不活动(未使用)的通讯组列表
- 12-15 [玩转系统] 如何在 Windows 上安装远程服务器管理工具 (RSAT)
- 12-15 [玩转系统] 如何在 Windows 上重置组策略设置
- 12-15 [玩转系统] 如何获取计算机上的本地管理员列表?
- 12-15 [玩转系统] 在 Visual Studio Code 中连接到 MS SQL Server 数据库
- 12-15 [玩转系统] 如何降级 Windows Server 版本或许可证
- 12-15 [玩转系统] 如何允许非管理员用户在 Windows 中启动/停止服务
取消回复欢迎 你 发表评论:
- 精品推荐!
-
- 最新文章
- 热门文章
- 热评文章
[影视] 黑道中人 Alto Knights(2025)剧情 犯罪 历史 电影
[古装剧] [七侠五义][全75集][WEB-MP4/76G][国语无字][1080P][焦恩俊经典]
[实用软件] 虚拟手机号 电话 验证码 注册
[电视剧] 安眠书店/你 第五季 You Season 5 (2025) 【全10集】
[电视剧] 棋士(2025) 4K 1080P【全22集】悬疑 犯罪 王宝强 陈明昊
[软件合集] 25年6月5日 精选软件22个
[软件合集] 25年6月4日 精选软件36个
[短剧] 2025年06月04日 精选+付费短剧推荐33部
[短剧] 2025年06月03日 精选+付费短剧推荐25部
[软件合集] 25年6月3日 精选软件44个
[剧集] [央视][笑傲江湖][2001][DVD-RMVB][高清][40集全]李亚鹏、许晴、苗乙乙
[电视剧] 欢乐颂.5部全 (2016-2024)
[电视剧] [突围] [45集全] [WEB-MP4/每集1.5GB] [国语/内嵌中文字幕] [4K-2160P] [无水印]
[影视] 【稀有资源】香港老片 艺坛照妖镜之96应召名册 (1996)
[剧集] 神经风云(2023)(完结).4K
[剧集] [BT] [TVB] [黑夜彩虹(2003)] [全21集] [粤语中字] [TV-RMVB]
[实用软件] 虚拟手机号 电话 验证码 注册
[资源] B站充电视频合集,包含多位重量级up主,全是大佬真金白银买来的~【99GB】
[影视] 内地绝版高清录像带 [mpg]
[书籍] 古今奇书禁书三教九流资料大合集 猎奇必备珍藏资源PDF版 1.14G
[电视剧] [突围] [45集全] [WEB-MP4/每集1.5GB] [国语/内嵌中文字幕] [4K-2160P] [无水印]
[剧集] [央视][笑傲江湖][2001][DVD-RMVB][高清][40集全]李亚鹏、许晴、苗乙乙
[电影] 美国队长4 4K原盘REMUX 杜比视界 内封简繁英双语字幕 49G
[电影] 死神来了(1-6)大合集!
[软件合集] 25年05月13日 精选软件16个
[精品软件] 25年05月15日 精选软件18个
[绝版资源] 南与北 第1-2季 合集 North and South (1985) /美国/豆瓣: 8.8[1080P][中文字幕]
[软件] 25年05月14日 精选软件57个
[短剧] 2025年05月14日 精选+付费短剧推荐39部
[短剧] 2025年05月15日 精选+付费短剧推荐36部
- 最新评论
-
- 热门tag