Wishlist 0 ¥0.00

适用于 Windows Server 的升级和转换选项

本文内容

可将 Windows Server 的安装升级到较新版本或转换为不同版本,或在许可选项(例如评估、零售和批量许可)之间切换。 本文介绍可帮助你进行规划的选项。

升级或转换 Windows Server 安装的过程可能会有很大的不同,具体取决于你安装的版本、许可方式以及所采用的路径。 我们使用不同的术语来区分 Windows Server 部署中可能涉及的任何操作:全新安装、就地升级、群集操作系统 (OS) 滚动升级、迁移和许可证转换。 可以在安装、升级或迁移中了解有关这些术语的详细信息。

升级 Windows Server 的许可版本

以下是适用于 Windows Server 已获许可(即非评估)的就地升级路径的一般指南:

  • 不支持从 32 位到 64 位体系结构的升级。 自 Windows Server 2016 以来的所有 Windows Server 版本都仅有 64 位。
  • 不支持从一种语言到另一种语言的升级。
  • 如果服务器是一个 Active Directory 域控制器,则无法将其转换为零售版。 有关重要信息,请参阅将域控制器升级到 Windows Server 2012 R2 和 Windows Server 2012
  • 不支持从 Windows Server 的预发布版本(预览版)升级。 执行 Windows Server 的全新安装。
  • 不支持从“服务器核心”安装切换到“带桌面体验的服务器”安装的升级(反之亦然)。
  • 不支持从以前的 Windows Server 安装到 Windows Server 的评估副本升级。 评估版本应作为干净安装进行安装。
  • 升级时,只能从 Standard 版更改为 Datacenter 版。 不支持从 Datacenter 版更改为 Standard 版。

重要

如果服务器使用 NIC 组合,请在升级前禁用 NIC 组合,然后在升级完成后重新启用该组合。 请参阅 NIC 组合概述 了解详细信息。

将评估版转换为零售版

可以将 Windows Server 的评估版转换为零售版。 如果已安装 Standard 版的评估版,则可以将其转换为 Standard 版或 Datacenter 版的零售版。 同样,如果已安装 Datacenter 版的评估版,则只能将其转换为 Datacenter 版的零售版。

如果尚未激活 Windows,桌面右下角会显示评估期的剩余时间。

重要

对于 14393.0.161119-1705.RS1_REFRESH 之前的 Windows Server 2016 版本,只有在 Windows Server 安装了“带桌面体验的服务器”安装选项(而不是“服务器核心”)后,才能从评估版转换为零售版。 从 14393.0.161119-1705.RS1_REFRESH 版本和更高版本开始,无论使用哪个安装选项,你都可以将评估版本转换为零售版本。

备注

在尝试从评估版转换为零售版之前,请验证你的服务器是否确实在运行评估版。 为此,请启动提升的命令提示符并运行命令 slmgr.vbs /dlv;评估版将在输出中包含 EVAL。

Windows Server Standard 或 Datacenter

如果服务器正在运行 Windows Server Standard 版或 Windows Server Datacenter 版,可以将其转换为零售版,如下所示:

  1. 从提升的命令提示符或 PowerShell 会话中,运行以下命令以保存 Windows Server 的 Microsoft 软件许可条款,然后便可以查看这些条款:

    DISM /online /Set-Edition:ServerDatacenter /GetEula:C:\eula.rtf
    
  2. 通过运行以下命令确定当前版本名称。 输出是版本名称的缩写形式,例如 Windows Server Datacenter 版为 ServerDatacenter:

    DISM /online /Get-CurrentEdition
    
  3. 通过运行以下命令验证当前安装可以转换为哪些版本。 Windows Server Standard 评估版可以转换为 Windows Server Standard 或 Datacenter 版的零售版,而 Windows Server Datacenter 评估版只能转换为 Windows Server Datacenter 零售版:

    DISM /online /Get-TargetEditions
    
  4. 记下要转换为的目标版本名称,然后在下面的命令中输入此名称和零售产品密钥。 此过程要求你接受之前保存的 Windows Server 的 Microsoft 软件许可条款。

    提示

    可以使用相应的产品密钥和版本 ID 通过一个步骤将 Windows Server Standard 评估版转换为 Windows Server Datacenter 零售版。

    DISM /online /Set-Edition:<edition ID> /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
    

    例如:

    DISM /online /Set-Edition:ServerDatacenter /ProductKey:ABCDE-12345-ABCDE-12345-ABCDE /AcceptEula
    

提示

有关 Dism.exe 的详细信息,请参阅 DISM 命令行选项

重要

如果服务器是一个 Active Directory 域控制器,则无法将其转换为零售版。 在这种情况下,请在运行零售版的服务器上安装额外的域控制器,迁移持有的任何 FSMO 角色,并从运行评估版的域控制器中删除 Active Directory 域服务 (AD DS)。 有关详细信息,请参阅将域控制器升级到 Windows Server 2012 R2 和 Windows Server 2012

Windows Server Essentials

如果服务器运行的是 Windows Server Essentials,则可以通过输入零售、批量许可证或 OEM 密钥将其转换为完整零售版,方法是运行提升的命令提示符并将其作为以下命令的一部分输入:

slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

将 Windows Server Standard 版转换为 Datacenter 版

安装 Windows Server 后,随时都可以将 Windows Server Standard 版转换为 Datacenter 版。 还可以从安装介质运行 setup.exe 来升级或修复安装(有时称为就地修复)。 如果运行 setup.exe 以在任何版本的 Windows Server 上执行升级或就地修复,结果将是你开始时使用的同一版本。

可以按如下所示将 Windows Server 的 Standard 版转换为 Datacenter 版:

  1. 通过运行以下命令,确定 Windows Server Standard 是当前版本名称。 输出是版本名称的缩写形式,例如 Windows Server Standard 版为 ServerStandard:

    DISM /online /Get-CurrentEdition
    
  2. 通过运行以下命令,验证 Windows Server Datacenter 是要转换为的有效选项:

    DISM /online /Get-TargetEditions
    
  3. 在以下命令中输入 ServerDatacenter 和零售产品密钥:

    DISM /online /Set-Edition:ServerDatacenter /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
    

在零售、批量许可和 OEM 许可证之间转换

安装 Windows Server 后,可以随时在零售许可证、批量许可许可证或 OEM 许可证之间自由转换。 在执行这种转换期间,版本(Standard 或 Datacenter)保持不变。 如果从评估版开始,请先将其转换为零售版,然后才能在版本之间进行转换。

为此,请从提升的命令提示符运行以下命令,包括提供批量许可、零售或 OEM 产品密钥:

slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

从Windows Server 2016到Windows Server 2019升级案例

Microsoft在2018年下半年发布了Windows Server 2019的正式版,近期我将我将我的实验环境中的服务器升级到了Windows Server 2019,升级也越来越简单,整个升级过程比较顺利,基本上没有问题,就是升级的过程比较慢,一共3台服务器升级,每台升级都花了2~3个小时。现在将整个升级过程展现出来,希望对读者有所帮助。
本次升级涉及到3台服务器,其中2台物理机、1台虚拟机,每台机器操作系统都是Windows Server 2016。如表1所列。
表1 实验环境计算机信息
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016
我当前的实验环境有3台服务器,系统都是Windows Server 2016 Datacenter版本,其中2台是域控制器,另1台是成员服务器(同时这一台也是Hyper-V Server主机),在这个Hyper-V主机上运行着一些生产及实验环境的虚拟机(172.18.96.4的第2台域控制器就是Hypervisor中的一个虚拟机)。172.18.96.9与172.18.96.1同时也配置了DFS文件夹进行同步,这两台也是文件服务器。整个实验环境如图1-1所示。
从Windows Server 2016到Windows Server 2019升级案例_升级_02
图1-1 演示实验环境
在图1-1的“服务器2”中安装了Hyper-V Server,并在Hyper-V Server中运行多个虚拟机,其中一个虚拟机为DCSER的域控制器。服务器2有两块网卡配置成“NIC 组合”即两个网卡绑定成一个网卡使用,这两个网卡连接到物理交换机的Trunk端口。另1台服务器连接到交换机的Access端口,当前服务器网段分配IP地址为172.18.96.0/24,属于VLAN 2006。

1 升级第1台域控制器

当前网络中有2台域控制器,可以直接登录到任意一台域控制器,先升级林架构、更新域信息之后升级域服务器,之后再升级成员服务器。主要步骤如下。
 运行Windows Server 2019的ADPREP工具更新
 升级安装Windows Server 2019。
 将网络中其他成员服务器升级到Windows Server 2019。
 提升域功能级别到Windows Server 2019
下面介绍主要的步骤及过程(在Windows Server 2016图形界面安装)。
(1)当前的Active Directory域控制器是Windows Server 2016,如图1-2所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2019_03
图1-2 当前域控制器是Windows Server 2016
(2)准备Windows Server 2019安装光盘,如果是光盘镜像,请使用虚拟光驱加载并将光盘内容复制到本地硬盘一个文件夹中,例如本例将Windows Server 2019安装光盘所有文件复制到d:\os-ins\ws19文件夹.然后进入命令提示窗口,从安装光盘的support\adprep文件夹,执行adprep /forestprep,先升级林架构(如图1-3所示),然后执行adprep /domainprep更新全域信息(如图1-4所示)。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_04
图1-3 升级林架构
从Windows Server 2016到Windows Server 2019升级案例_升级_05
图1-4 更新全域信息
(3)然后运行Windows Server 2019安装程序,在“获取重要更新”对话框,选择“不是现在”。如图1-5所示。
从Windows Server 2016到Windows Server 2019升级案例_升级_06
图1-5 运行安装程序
(4)在“产品密钥”对话框中,输入Windows Server 2019的产品密钥(这是KMS客户端密钥),如图1-6所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_07
图1-6 输入产品密钥
(5)在“选择映像”,选择要安装的操作系统,在此选择“Windows Server 2019 Datacenter(桌面体验)”,如图1-7所示,这将安装带有图形界面的数据中心版。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_08
图1-7 选择安装的系统
(6)在“适用的声明和许可条款”中选择“接受”,如图1-8所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_09
图1-8 接受许可条款
(7)在“选择要保留的内容”,选择“保留个人文件和应用”,如图1-9所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_10
图1-9 升级安装
(8)在“准备就绪,可以安装”对话框,单击“安装”按钮,开始安装并升级到Windows Server 2019,如图1-10所示。
从Windows Server 2016到Windows Server 2019升级案例_升级_11
图1-10 准备就绪
(9)稍后开始Windows Server 2019的安装,如图1-11所示。稍后系统会自动重新启动,完成Windows Server 2019的升级。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2019_12
图1-11 正在安装Windows Server 2019
(10)等升级完成之后,再次进入系统,可以看到当前系统已经是Windows Server 2019,如图1-12所示。当前升级用了大约90分钟。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_13
图1-12 系统升级完成

2 第2台域控制器升级

第2台域控制器的升级就比较简单,以管理员身份登录第2台域控制器,打开资源管理器,浏览\172.18.96.1\d$\os-ins\ws19\setup,运行安装程序,升级到Windows Server 2019。主要步骤如下。
(1)升级前查看当前计算机信息,如图1-13所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2019_14
图1-13 查看第2台域控制器
(2)运行Windows Server 2019安装程序,如图1-14所示。
从Windows Server 2016到Windows Server 2019升级案例_升级_15
图1-14 运行安装程序
(3)在“选择映像”中选择Windows Server 2019桌面体检,如图1-15所示。
从Windows Server 2016到Windows Server 2019升级案例_升级_16
图1-15 选择映像
(4)在“选择要保留的内容”,选择“保留个人文件和应用”,如图1-16所示。
从Windows Server 2016到Windows Server 2019升级案例_升级_17
图1-16 升级安装
(5)在“准备就绪,可以安装”对话框,单击“安装”按钮,开始安装并升级到Windows Server 2019,如图1-17所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2019_18
图1-17 准备就绪
(6)大约1个多小时后完成升级,升级之后如图1-18所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_19
图1-18 升级完成
(7)在“服务器管理器”中查看是否有未完成事项,如果当前Active Directory服务器安装有DHCP,需要完成DHCP配置,如图1-19所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_20
图1-19 完成DHCP配置
(8)在“DHCP安装后配置向导”对话框中单击“下一步”按钮,如图1-20所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_21
图1-20 DHCP安装后配置向导
(9)在“授权”对话框中,单击“提交”按钮,如图1-21所示,完成DHCP服务器授权。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2019_22
图1-21 提交
(10)在“摘要”对话框中显示了配置结果,如图1-22所示。
从Windows Server 2016到Windows Server 2019升级案例_升级_23
图1-22 摘要

3 升级成员服务器

在升级Hyper-V 服务器的时候,记得从Windows Server 2012 R2升级到Windows Server 2016的时候,统提示:需要删除NIC Teaming、停止正在运行的虚拟机才能完成升级,在升级完成之后重新配置NIC Teaming并重新启动虚拟机,如图3-1所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2019_24
图3-1 从Windows Server 2012 R2升级到2016时的注意事项
但在从Windows Server 2016升级到Windows Server 2019时,计算机配置了NIC Teaming不再是升级的阻碍,只有正在运行的虚拟机是需要关闭的,如图3-2所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_25
图3-2 从Windows Server 2016 升级到Windows Server 2019

下面是升级的主要过程。
(1)当前计算机是一台Windows Server 2016的成员服务器,加入到heinfo.edu.cn的域中,如图3-3所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_26
图3-3 当前计算机信息
(2)当前服务器有两个网卡并配置为“NIC组合”,在“控制面板→网络和Internet→网络连接”中可以看到,如图3-4所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_27
图3-4 网卡绑定
(3)打开Hyper-V管理器,关闭当前正在运行的虚拟机。
(4)之后运行Windows Server 2019安装程序,完成系统的升级。升级之后如图3-5所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_28
图3-5 升级完成
(5)升级完成之后,重新启动原来关闭的虚拟机(如图3-6所示),完成系统的升级,这些不一一介绍。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2019_29
图3-6 启动虚拟机

4 升级后可能遇到的故障

4.1 RD授权管理器需要重新激活
在升级到Windows Server 2019之后,“RD授权管理器”需要重新激活,打开“RD授权管理器”可以看到“LS己升级,需要重新激活”的提示,如图4-1所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_30
图4-1 提示需要重新激活
右击服务器,在弹出的快捷菜单中选择“高级→重新激活服务器”,如图4-2所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_31
图4-2 重新激活服务器
在“所需的信息”对话框中,在“原因”下拉列表中选择“许可证服务器己得到升级”,如图4-3所示。
从Windows Server 2016到Windows Server 2019升级案例_升级_32
图4-3 许可证服务器己得到升级
激活之后如图4-4所示。原来安装的授权许可不需要重新激活。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_33
图4-4 RD授权管理器已经激活

4.2 Windows部署服务无法使用

在172.18.96.1的域服务器上有Windows部署服务。在从Windows Server 2016升级到Windows Server 2019之后,Windows部署服务无法使用。最后卸载了Windows部署服务、重新安装之后可以继续使用。原来的Windows部署服务添加的安装镜像与启动镜像等不需要重新添加。
(1)Windows部署服务无法使用,如图4-2-1所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2019_34
图4-2-1 无法使用
(2)在“服务”中如果手动启动Windows部署服务也会出错,如图4-2-2所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_35
图4-2-2 无法启动服务
(3)进入删除角色和功能向导,删除Windows部署服务,如图4-2-3所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_36
图4-2-3 删除Windows部署服务
(4)删除之后重新启动,如图4-2-4所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_37
图4-2-4 删除Windows部署服务
(5)再次进入系统之后重新添加Windows部署服务,如图4-2-5所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_38
图4-2-5 重新添加Windows部署服务
安装Windows部署服务之后,重新配置Windows部署服务,并且选择原来的文件夹。
(1)配置Windows部署服务,如图4-2-6所示。
从Windows Server 2016到Windows Server 2019升级案例_升级_39
图4-2-6 配置服务器
(2)选择原来的文件夹,如图4-2-7所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2019_40
图4-2-7 选择远程安装文件夹的路径
(3)配置完成后启动Windows部署服务,可以看到原来的映像组都存在,如图4-2-8所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_41
图4-2-8 安装镜像
(4)检查Windows部署服务属性,如图4-2-9所示。
从Windows Server 2016到Windows Server 2019升级案例_Windows 2016_42
图4-2-9 安装之后不加入到域
至此Windows部署服务恢复正常使用。

解决远程桌面复制文件大于3G出错问题

windows上的远程桌面是一个很好用的功能,可以方便的访问另外的windows电脑,同时拷贝文件,执行文件等等。但是在使用的时候发现复制大于3G的文件时,就会报错。经过研究,解决问题的方案就变成了本篇经验,下面跟我一起来看怎么解决吧。

解决远程桌面复制文件大于3G出错问题

工具/原料

  • windows远程桌面

方法/步骤

  1. 1

    如下面第一张图所示,是一个系统的安装镜像。有5.75个G,直接在远程桌面上复制文件的时候,会提示出错,未指定的错误。

    解决远程桌面复制文件大于3G出错问题
    解决远程桌面复制文件大于3G出错问题
  2. 2

    下面来开始解决这个问题,右键单击桌面上的远程桌面图标,然后点击远程桌面连接。弹出来窗口后,不要忙着点连接,而是点击显示选项。

    解决远程桌面复制文件大于3G出错问题
    解决远程桌面复制文件大于3G出错问题
  3. 3

    这个时候整个连接窗口就会变大。出来很多选项,点击本地资源。本地资源下面有一个本地设备和资源,点击下面的详细信息图标。

    解决远程桌面复制文件大于3G出错问题
    解决远程桌面复制文件大于3G出错问题
  4. 4

    之后会显示出当前电脑上的所有设备,我们看到其中有个驱动器选项,点开后,能看到我们所有的硬盘分区。

    解决远程桌面复制文件大于3G出错问题
    解决远程桌面复制文件大于3G出错问题
  5. 5

    我们把刚才存放系统镜像文件的那个分区勾选上。其他的分区都不勾选。选好后点确定,返回到连接页面。点击连接。这个时候因为修改了设置,会提示你是否信任这个机器,点连接继续。

    解决远程桌面复制文件大于3G出错问题
    解决远程桌面复制文件大于3G出错问题
    解决远程桌面复制文件大于3G出错问题
  6. 6

    然后安装要求输入用户名和密码,进入到远程服务器上面。打开我的电脑就能看到对应的硬盘分区。如下面第二张图中所示:

    解决远程桌面复制文件大于3G出错问题
    解决远程桌面复制文件大于3G出错问题
  7. 7

    打开这个分区就能够看到对应的文件,我们直接复制,然后粘贴到远程电脑上的D盘里,这个时候就可以直接复制了。问题顺利解决。

    解决远程桌面复制文件大于3G出错问题
    解决远程桌面复制文件大于3G出错问题
    解决远程桌面复制文件大于3G出错问题
    解决远程桌面复制文件大于3G出错问题
    END

Windowsserver 的升级和转换选项

 

Upgrade and conversion options for Windows Server

Windowsserver 的升级和转换选项

 

You can upgrade or convert installations of Windows Server to newer versions, different editions, or switch between licensing options, such as evaluation, retail, and volume licensed. This article helps explain what the options are to help with your planning.

您可以将 windowsserver 的安装升级或转换为更新的版本、不同的版本,或者在授权选项(如评估、零售和批量授权)之间进行切换。本文帮助您解释有哪些选项可以帮助您制定计划。

The process of upgrading or converting installations of Windows Server might vary greatly depending on which version and edition you have installed, how it is licensed, and the pathway you take. We use different terms to distinguish between actions, any of which could be involved in a deployment of Windows Server: clean install, in-place upgrade, cluster operating system (OS) rolling upgrade, migration, and license conversion. You can learn more about these terms at Install, upgrade, or migrate.

升级或转换 windowsserver 安装的过程可能会有很大的不同,这取决于您安装的版本和版本、授权方式以及选择的路径。我们使用不同的术语来区分操作,其中任何操作都可能涉及到 Windows Server 的部署: 清理安装、就地升级、集群操作系统(OS)滚动升级、迁移和许可证转换。您可以在 Install、 upgrade 或 migrate 上了解有关这些术语的更多信息。

Upgrading licensed versions of Windows Server 升级 windowsserver 的授权版本

Below are general guidelines for in-place upgrade paths where Windows Server is already licensed (that is, not evaluation):

下面是 Windows 服务器已经授权的就地升级路径的一般指导方针(即,不是评估) :

  • Upgrades from 32-bit to 64-bit architectures are not supported. All releases of Windows Server since Windows Server 2016 are 64-bit only.
  • 不支持从32位升级到64位的体系结构。自 Windows Server 2016以来的所有 Windows Server 版本都是64位的。
  • Upgrades from one language to another are not supported.
  • 不支持从一种语言升级到另一种语言。
  • If the server is an Active Directory domain controller, you cannot convert it to a retail version. See Upgrade Domain Controllers to Windows Server 2012 R2 and Windows Server 2012 for important information.
  • 如果服务器是 Active Directory 网域控制器,你不能将它转换成零售版本。有关重要信息,请参阅将域控制器升级到 Windows Server 2012 r 2和 Windows Server 2012。
  • Upgrades from pre-release versions (previews) of Windows Server are not supported. Perform a clean installation of Windows Server.
  • 不支持从 windowsserver 的预发布版本(预览)升级。请执行 windowsserver 的干净安装。
  • Upgrades that switch from a Server Core installation to a Server with Desktop Experience installation (or vice versa) are not supported.
  • 不支持从服务器核心安装切换到具有桌面体验安装的服务器(反之亦然)的升级。
  • Upgrades from a previous Windows Server installation to an evaluation copy of Windows Server are not supported. Evaluation versions should be installed as a clean installation.
  • 不支持从以前的 windowsserver 安装升级到 windowsserver 计算副本。评估版本应该作为干净的安装进行安装。
  • You can only change from Standard edition to Datacenter edition when upgrading. Changing from Datacenter edition to Standard edition is not supported.
  • 升级时只能从标准版更改为数据中心版。不支持从数据中心版本更改为标准版本。

Important

重要事项

If your server uses NIC Teaming, disable NIC Teaming prior to upgrade, and then re-enable it after upgrade is complete. See NIC Teaming Overview for details.

如果您的服务器使用 NIC Teaming,请在升级前禁用 NIC Teaming,然后在升级完成后重新启用它。详情请参阅 NIC teamingoverview。

Converting an evaluation version to a retail version 将评估版本转换为零售版本

You can convert the evaluation version of Windows Server to the retail version. If you have installed the evaluation of Standard edition, you can convert it to the retail version of either the Standard edition or Datacenter edition. Similarly, if you have installed the evaluation of the Datacenter edition, you can only convert it to the retail version of the Datacenter edition.

可以将 windowsserver 的评估版本转换为零售版本。如果已经安装了计算标准版本,则可以将其转换为零售版本的标准版本或数据中心版本。类似地,如果已经安装了 Datacenter 版本的计算,则只能将其转换为 Datacenter 版本的零售版本。

If you haven't already activated Windows, the bottom right-hand corner of the desktop shows the time remaining in the evaluation period.

如果您还没有激活 Windows,则桌面右下角显示评估期剩余的时间。

Important

重要事项

For releases of Windows Server 2016 prior to 14393.0.161119-1705.RS1_REFRESH, you can only convert from evaluation to retail when Windows Server has been installed with the Server with Desktop Experience installation option (not Server Core). Starting with version 14393.0.161119-1705.RS1_REFRESH and later releases, you can convert evaluation editions to retail regardless of the installation option used.

适用于14393.0.161119-1705之前的 Windows Server 2016版本。RS1 _ refresh,您只能在安装了带有桌面体验服务器安装选项(不是服务器核心)的 Windows 服务器后,从计算转换为零售。从14393.0.161119-1705版本开始。1 _ refresh 及以后的版本,您可以将评估版转换为零售版,而不用考虑使用的安装选项。

Note

注意

Before you attempt to convert from evaluation to retail, verify that your server is actually running an evaluation version. To do this, launch an elevated command prompt and run the command slmgr.vbs /dlv; evaluation versions will include EVAL in the output.

在尝试从计算转换为零售之前,请验证服务器实际上正在运行计算版本。为此,启动一个升级的命令提示符并运行命令 slmgr.vbs/dlv; 评估版本将在输出中包含 EVAL。

Windows Server Standard or Datacenter Windows 服务器标准或数据中心

If the server is running an evaluation version of Windows Server Standard edition or Windows Server Datacenter edition, you can convert it to a retail version as follows:

如果服务器正在运行 Windows 服务器标准版或 Windows 服务器数据中心版的评估版本,您可以将其转换为零售版本,如下所示:

  1. From an elevated command prompt or PowerShell session, run the following command to save the Microsoft Software License Terms for Windows Server, which you can then review:

    在升级的命令提示符或 PowerShell 会话中,运行以下命令保存 Windows Server 的 Microsoft 软件许可条款,然后可以查看:

    DISM /online /Set-Edition:ServerDatacenter /GetEula:C:\eula.rtf
    
  2. Determine the current edition name by running the command below. The output is an abbreviated form of the edition name, for example Windows Server Datacenter edition is ServerDatacenter:

    通过运行下面的命令确定当前版本名称。输出是版本名称的缩写形式,例如 Windows Server Datacenter 版本是 ServerDatacenter:

    DISM /online /Get-CurrentEdition
    
  3. Verify which editions the current installation can be converted to by running the command below. The evaluation version of Windows Server Standard can be converted to the retail version of either the Standard or Datacenter editions of Windows Server, whereas the evaluation version of Windows Server Datacenter can only be converted to the retail version Windows Server Datacenter:

    通过运行下面的命令,验证当前安装可以转换为哪些版本。Windows Server 标准的评估版本可以转换为 Windows Server 的标准版或数据中心版的零售版,而 Windows Server 数据中心的评估版本只能转换为零售版的 Windows Server 数据中心:

    DISM /online /Get-TargetEditions
    
  4. Make note of the target edition name you want to convert to, and enter this and your retail product key in the command below. This process requires you to accept the Microsoft Software License Terms for Windows Server you saved previously.

    记下要转换的目标版本名称,并在下面的命令中输入该名称和零售产品键。此过程要求您接受以前保存的 windowsserver 的 Microsoft 软件许可条款。

    Tip

    小贴士

    You can convert from the evaluation version of Windows Server Standard to the retail version of Windows Server Datacenter in one step by using the appropriate product key and edition ID.

    通过使用适当的产品密钥和版本 ID,可以一步将 windowsserver 标准的评估版本转换为 windowsserver 数据中心的零售版本。

    DISM /online /Set-Edition:<edition ID> /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
    

    For example:

    例如:

    DISM /online /Set-Edition:ServerDatacenter /ProductKey:ABCDE-12345-ABCDE-12345-ABCDE /AcceptEula
    

Tip

小贴士

For more information about Dism.exe, see DISM Command-line options.

有关 DISM.exe 的详细信息,请参阅 DISM 命令行选项。

Important

重要事项

If the server is an Active Directory domain controller, you cannot convert it to a retail version. In this case, install an additional domain controller on a server that runs a retail version, migrate any FSMO roles held, and remove Active Directory Domain Services (AD DS) from the domain controller that runs on the evaluation version. For more information, see Upgrade Domain Controllers to Windows Server 2012 R2 and Windows Server 2012.

如果服务器是 Active Directory 网域控制器,你不能将它转换成零售版本。在这种情况下,在运行零售版本的服务器上安装额外的网域控制器服务,迁移所有 FSMO 角色,并从运行在评估版本上的网域控制器服务器中删除 Active Directory Domain Services (AD DS)。有关更多信息,请参见将域控制器升级到 Windows Server 2012 r 2和 Windows Server 2012。

Windows Server Essentials

If the server is running Windows Server Essentials, you can convert it to the full retail version by entering a retail, volume license, or OEM key by launching an elevated command prompt and entering it as part of the following command:

如果服务器正在运行 Windows Server Essentials,你可以通过输入一个 retail、 volume license 或 OEM key 将其转换为完整的零售版本,方法是启动一个提升的命令提示符,并输入以下命令:

slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

Converting Windows Server Standard edition to Datacenter edition 将 windowsserver 标准版转换为数据中心版

At any time after installing Windows Server, you can convert Windows Server Standard edition to Datacenter edition. You can also run setup.exe from the installation media to upgrade or repair the installation (sometimes called in-place repair). If you run setup.exe to upgrade or repair in-place on any edition of Windows Server, the result will be the same edition you started with.

在安装 windowsserver 后的任何时候,您都可以将 windowsserver 标准版转换为数据中心版。您还可以从安装介质运行 setup.exe 来升级或修复安装(有时称为就地修复)。如果您运行 setup.exe 在任何版本的 windowsserver 上就地升级或修复,结果将与开始时的版本相同。

You can convert the Standard edition of Windows Server to the Datacenter edition as follows:

您可以将 windowsserver 的标准版本转换为数据中心版本,如下所示:

  1. Determine that Windows Server Standard is the current edition name by running the command below. The output is an abbreviated form of the edition name, for example Windows Server Standard edition is ServerStandard:

    通过运行下面的命令确定 windowsserver 标准是当前版本名称。输出是版本名称的缩写形式,例如 Windows Server Standard edition is ServerStandard:

    DISM /online /Get-CurrentEdition
    
  2. Verify that Windows Server Datacenter is a valid option to convert to by running the following command:

    通过运行以下命令,验证 windowsserver 数据中心是否是可以转换为的有效选项:

    DISM /online /Get-TargetEditions
    
  3. Enter ServerDatacenter and your retail product key in the command below:

    在下面的命令中输入 ServerDatacenter 和您的零售产品键:

    DISM /online /Set-Edition:ServerDatacenter /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
    

Converting between retail, volume-licensed, and OEM licenses 在零售、批量许可和 OEM 许可之间进行转换

At any time after installing Windows Server, you can freely convert between a retail license, a volume-licensed license, or an OEM license. The edition (Standard or Datacenter) remains the same during this conversion. If you are starting with an evaluation version, convert it to the retail version first, then you can convert between the versions.

在安装 windowsserver 后的任何时候,您都可以自由地在零售许可证、批量许可证或 OEM 许可证之间进行转换。在此转换期间,版本(标准版或数据中心版)保持不变。如果您从评估版本开始,首先将其转换为零售版本,然后您可以在版本之间进行转换。

To do this, run the following command from an elevated command prompt, including providing your volume-license, retail, or OEM product key:

为此,在提升的命令提示符中运行以下命令,包括提供卷许可、零售或 OEM 产品密钥:

slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

 


Recommended content

About Us

Since 1996, our company has been focusing on domain name registration, web hosting, server hosting, website construction, e-commerce and other Internet services, and constantly practicing the concept of "providing enterprise-level solutions and providing personalized service support". As a Dell Authorized Solution Provider, we also provide hardware product solutions associated with the company's services.
 

Contact Us

Address: No. 2, Jingwu Road, Zhengzhou City, Henan Province

Phone: 0086-371-63520088 

QQ:76257322

Website: 800188.com

E-mail: This email address is being protected from spambots. You need JavaScript enabled to view it.