Windows Server 1.1 : Installation of Windows Server 2019 Core

Bienvenue dans cette vidéo où nous procédons à l'installation de Windows Server 2019 Core. Le but est de vous montrer concrètement comment installer un serveur en mode Core et à quoi il ressemble juste après l'installation. Précision : dans un environnement réel, vous n'aurez pas forcément besoin de Server Core, car tout ce qu'il fait peut aussi être fait depuis l'édition Desktop Experience. Mais comprendre l'installation Core est essentiel pour les administrateurs.

On commence par le Gestionnaire Hyper-V où nous créons une nouvelle machine virtuelle. Étapes : Nouveau → Ordinateur virtuel, on la nomme par exemple WS2019-Core, on choisit Génération 2, on assigne 2048 Mo de RAM (avec mémoire dynamique activée), on configure le réseau, on crée un disque dur virtuel par défaut, et on sélectionne l'option Installer un système d'exploitation à partir d'un fichier image en pointant vers le fichier ISO de Windows Server 2019.

Choix de l'édition et premier démarrage

Au démarrage de l'installation, l'installeur présente la liste des éditions disponibles : Windows Server 2019 Standard Évaluation (édition par défaut sans la mention Desktop Experience → c'est la version Core), Standard Desktop Experience, Datacenter Évaluation (Core également) et Datacenter Desktop Experience. Server Core consomme moins de ressources et expose moins de ports — c'est un OS plus sûr et plus léger.

Pour ce tutoriel, on choisit Datacenter Évaluation en mode Core. On accepte la licence, on choisit l'installation personnalisée (installation propre), on sélectionne le disque créé précédemment et l'installation démarre. Une fois terminée, le système demande de changer le mot de passe du compte administrateur (obligatoire avant la première connexion). On le définit, on valide, et on est immédiatement connecté à une invite de commande noire — pas de bureau, pas d'icône, pas de menu Démarrer. C'est ça, Server Core. À chaque connexion, vous arriverez directement dans cette console.

Summary

This lesson covers the installation of Windows Server 2019 Core in Hyper-V, demonstrating virtual machine creation and configuration from scratch. The video guides through setting up appropriate VM parameters (Generation 2, memory allocation, network adapters), selecting the correct installation media, and choosing between Standard and Datacenter editions. Windows Server Core differs fundamentally from Desktop Experience by providing a command-line-only interface with no graphical environment, resulting in lower resource consumption, smaller system footprint, and enhanced security through minimal running services.

Key points

  • Windows Server Core has no graphical user interface, desktop icons, or Start menu—all administration occurs through command-line tools, PowerShell, or remote administration via Windows Admin Center
  • Core requires less memory and disk space than Desktop Experience and consumes fewer system resources by running fewer services, making it more secure and efficient
  • Hyper-V virtual machine setup involves choosing Generation 2 for better performance, allocating 2GB memory (or more based on workload), configuring network adapters, and attaching installation media
  • Both Standard and Datacenter editions can be installed from the same media, but your product key determines which edition activates—attempting to activate the wrong edition will fail
  • The administrator password must be changed on first login before fully accessing the system; Core displays only a command prompt upon successful login
  • Windows Server Core's smaller attack surface and reduced number of listening ports make it inherently more secure than Desktop Experience for many enterprise deployments

FAQ

What is the primary advantage of Windows Server Core over Desktop Experience?

Core has a significantly smaller footprint, consumes fewer resources, and provides enhanced security by running fewer services and limiting the number of exposed ports. All administration is performed through command-line tools and remote management interfaces rather than a graphical desktop.

Can the same workloads run on Core as on Desktop Experience?

Yes. Most services and applications that run on Desktop Experience can also run on Core. The primary difference is the management interface—Core uses PowerShell, command-line utilities, and Windows Admin Center for remote administration instead of the graphical user interface.

How do Standard and Datacenter editions differ, and does the installation media support both?

The installation media supports both editions. Standard is suitable for single-server or dual-server deployments, while Datacenter is licensed for unlimited virtual instances and includes advanced features like network controllers. Your product key determines which edition you can activate; the wrong key for an edition will cause activation to fail.