Steps to Remove the Windows Server Migration Tool Step

  
The migration tool is one that moves the software one letter to another, including the registry, and all the configuration of the software that needs to be migrated, so that the software is moved after use, and the original The configuration is not affected. For those who have insufficient disk and capacity and don't want to reinstall the software, what should I do if I want to remove the Windows Server migration tool? This time I will introduce the method of using Windows PowerShell to remove the Windows Server migration tool.
Steps:
1. Open a Windows PowerShell session with elevated user rights. To do this, click Start, click "All Programs", "Accessories" and "Windows PowerShell", right-click the Windows PowerShell shortcut, and then click " as administrator Run ".
2. Load the Server Manager snap-in into your Windows PowerShell session. To load the Server Manager snap-in, type the following and press Enter.
Import-Module ServerManager
3, type the following and press Enter.
Remove-WindowsFeature Migration
You can also remove the Windows Server Migration Tools from a fully installed Windows Server 2008 R2 by using the Server Manager console.
Server Core Installation Options for Windows Server 2008 R2
Use the following procedure to remove the Windows Server Migration Tools.
Steps to Remove the Windows Server Migration Tool from the Server Core
1. At the command prompt on the computer running the Windows Server 2008 R2 Server Core Installation option, type one of the following, and then press ENTER.
powershell This will open a Windows PowerShell session. You must proceed to the next step to complete the process.
ocsetup ServerMigration /uninstall If you enter this command, you have completed the process and do not have to proceed to the next step.
Pkgmgr /uu:ServerMigration If you enter this command, you have completed the process and do not have to proceed to the next step.
2. Load the Server Manager module into your Windows PowerShell session. To load the Server Manager module, type the following and press Enter.
Import-Module ServerManager
3, type the following and press Enter.
Remove-WindowsFeature Migration

Copyright © Windows knowledge All Rights Reserved