Hi,
i try to migrate our WSUS Server running on Server 2012R2 to our new Server running Server 2016. I have installed the Windows Server Migrating Tools on the 2016 using the Server Manager.
I ran the command to create the smig-Tools for the olde 2012 R2
PS C:\Windows\system32\ServerMigrationTools> .\SmigDeploy.exe /package /architecture amd64 /os WS12R2 /path C:\SMIG Voraussetzungen werden gesucht. -------------------------------------------------------------------------------- Dateien der Windows Server-Migrationstools werden nach "C:\SMIG\SMT_ws12R2_amd64" kopiert. --------------------------------------------------------------------------------
I have copied the Folder to the old server and wanted to start the Installtion on the old server but i received the following error.
E:\wsusumzug\SMIG\SMT_ws12R2_amd64>.\SmigDeploy.exe
Voraussetzungen werden gesucht.
--------------------------------------------------------------------------------
Fehler: Die Windows Server-Migrationstools können nicht verwendet werden, da die
erforderliche .NET Framework-Version nicht auf dem Server installiert ist. Inst
allieren Sie .NET Framework 2.0 oder eine neuere Version von .NET Framework auf
dem Migrationsquellserver, und installieren Sie .NET Framework 4.0 oder eine neu
ere Version von -NET Framework auf Windows Server 2012 und neueren Version des W
indows Server-Betriebssystems, und führen Sie dann diesen Befehl erneut aus.
I have checked that .Net 2.0 and .Net 3.5 are installed
When I remove .Net 3.5 with the Server Manger smigdeploy try's to install .Net 3.5 but this is not possible.
Please help me