Migrate Windows 2008 Server


  1. Install WSMT on Destination Server with elevated PowerShell
    1. Install-WindowsFeature Migration
  2. Create Deployment Folders on Destination 
    1. Use Smigdeploy.exe to do this
    2. smigdeploy.exe /package/architectecture amd64 /os ws08r2 /path <deployment path>
  3. Copy deploy servers from source to destination
  4. Register WSMT
    1. .\Smigdeploy.exe
  5. Load WSMT into PowerShell
    1. Add-PSSanpin
    2. Microsoft.Windows.Servermanager.Migration
  6. Get-SmitServerFeatrue



No comments:

Post a Comment