社区应用 最新帖子 精华区 社区服务 会员列表 统计排行
  • 929阅读
  • 0回复

[分享]Windows服务器迁移工具删除攻略

楼层直达
级别: 光盘中级
发帖
756
飞翔币
199
威望
666
飞扬币
2011
信誉值
0



  使用 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