Skip to main content
 Web开发网 » 站长学院 » 服务器教程

Windows服务器迁移工具如何删除?

2021年07月22日6090百度已收录

  使用Windows PowerShell删除Windows Server迁移工具的步骤

1、使用提升的用户权限打开 Windows PowerShell 会话。若要执行此操作,请依次单击「开始」、"所有程序"、"附件"和"Windows PowerShell",右键单击 Windows PowerShell 快捷方式,然后单击"以管理员身份运行"。

2、将服务器管理器管理单元加载到 Windows PowerShell 会话中。若要加载服务器管理器管理单元,请键入以下内容,然后按 Enter。

Import-Module ServerManager

3、键入以下内容,然后按 Enter。

Remove-WindowsFeature Migration

您还可以使用服务器管理器控制台从完整安装的 Windows Server 2008 R2 中删除 Windows Server 迁移工具。

Windows Server 2008 R2的服务器核心安装选项

使用以下过程删除 Windows Server 迁移工具。

从服务器核心中删除Windows Server迁移工具的步骤

1、在运行 Windows Server 2008 R2 服务器核心安装选项的计算机上的命令提示符下,键入以下内容之一,然后按 Enter。

powershell此操作将打开 Windows PowerShell 会话。

  您必须继续执行下一步,以完成此过程。

ocsetup ServerMigration /uninstall如果输入此命令,则您已完成该过程,不必继续执行下一步。

Pkgmgr /uu:ServerMigration如果输入此命令,则您已完成该过程,不必继续执行下一步。

2、将服务器管理器模块加载到 Windows PowerShell 会话中。若要加载服务器管理器模块,请键入以下内容,然后按 Enter。

Import-Module ServerManager

3、键入以下内容,然后按 Enter。

Remove-WindowsFeature Migration。

评论列表暂无评论
发表评论
微信