Upgrade and Migrate Flashcards

1
Q

What is used to perform migrations?

A

Windows Server Migration Tools

*installed on destination server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is used to deploy a package to the source server?

A

smigdeploy.exe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a dependency of smigdeploy.exe?

A

.NET 3.5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

During in place upgrade, what happens to the original windows directory?

A

Gets renamed windows.old

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the only configuration paths supported with in place upgrade?

A

Server2012/R2 > Server 2016 (directly)

Standard > Datacenter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the PoSH command to install Windows Server Migration Tools?

A

Install-WindowsFeature -Name Migration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the PoSH command to generate the distribution package on the destination machine

A

cd windows\system32\servermigrationtools
.\smigdeploy.exe /package /architecture amd64 / os WS12R2 /path C:\
*then send to source machine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the PoSH command to register migration tools on the source machine?

A

Register: .\SMT_WS12R2_amd64\SmigDeploy.exe

Import smig cmdlets: Add-PSSnapin Microsoft.Windows.ServerManager.Migration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the PoSH command to view roles and features eligible for migration?

A

Get-SmigServerFeature

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the PoSH command to create the migration store on the source machine?

A

Export-SmigServerSetting -FeatureID -Path

*then send to destination machine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the PoSH command to import the migration store on the destination machine?

A

Import-SmigServerSetting -FeatureID -Path -Force

How well did you know this?
1
Not at all
2
3
4
5
Perfectly