Windows Server 1.1 : Deployment options

When you deploy Windows Server you have two main paths: a clean install or an in-place upgrade. Each has its own use case, constraints and trade-offs, and the choice often dictates how the rest of your migration plan unfolds.

Clean install

A clean install means installing the operating system onto a hard disk that has been wiped entirely — nothing previously on the machine is kept. It is the option of choice for a brand-new machine, or to fully replace and upgrade an aging server. The procedure may sound intimidating but it is actually relatively easy, and the resulting system is often significantly cleaner than one obtained through an upgrade. The target machine can be physical or virtual, the steps are the same:

  • Boot from the install media and pick your language, time and currency format and keyboard layout.
  • Choose the edition (Standard, Datacenter…) and decide whether you want the Desktop Experience or the bare Server Core with only a command-line interface.
  • Accept the license agreement and select Custom (clean install).
  • Pick the target disk; the installer creates the volume, formats it and lays down the OS.
  • After a few minutes and a reboot, set the administrator password and sign in.

In-place upgrade

An in-place upgrade is for an existing server — for example a Windows Server 2016 host already configured with applications, shares and roles — that you simply want to bring forward to Windows Server 2019 while keeping its configuration. You boot from the install media (DVD or ISO) inside the running OS, double-click setup and the installer walks you through the same screens as a clean install, except you pick upgrade in place. You accept the license, choose your keyboard layout and pick the same architecture (Desktop Experience or Server Core).

One important rule: Windows will not let you go from Desktop Experience to Server Core during an upgrade, because that would remove the very interface running. Likewise you cannot downgrade Datacenter to Standard, since it would reduce the licensed capabilities. You can upgrade Standard to Standard or Desktop Experience to Desktop Experience, but not the other way around. The installer also offers a nothing to keep option, which removes applications and data but still keeps the OS-level settings — that is not the same as a true clean install.

Summary

This lesson explains Windows Server deployment options, covering two main approaches: clean installation (which wipes the disk entirely and is ideal for new machines or complete OS replacements) and in-place upgrade (which upgrades from an existing Server version while preserving applications and files). Both methods follow similar configuration steps including license acceptance, keyboard layout selection, OS edition choice, and Desktop Experience versus Server Core selection, with important upgrade restrictions noted.

Key points

  • Clean installation completely erases the drive and is used for new machines or total OS replacements, while in-place upgrade preserves existing applications and data
  • Installation can be performed on physical machines or virtual machines with identical procedures
  • OS edition selection includes choice between Desktop Experience (with GUI) and Server Core (command-line only)
  • You cannot upgrade from Desktop Experience to Server Core as this removes the GUI; downgrade paths are similarly restricted
  • The in-place upgrade process mirrors the clean install procedure but preserves system settings and allows retention of applications and files
  • Administrator password setup is required during fresh installation and system restarts automatically upon completion

FAQ

Can I upgrade from Windows Server 2016 with Desktop Experience to Server 2019 Server Core?

No, you cannot upgrade to Server Core from Desktop Experience because this would remove the graphical user interface. Edition upgrades are restricted to compatible upgrade paths only.

What is the main difference between clean installation and in-place upgrade?

Clean installation wipes the entire disk, making it suitable for new machines or complete OS replacements. In-place upgrade keeps your existing Server version and updates it to a newer version while preserving applications and files.

Will my applications and data be preserved during an in-place upgrade?

Yes, in-place upgrade preserves your existing applications and data. Only if you explicitly choose the "nothing kept" option during installation will applications and data be removed while system settings remain.