Windows Server 1.1 : QCM Windows Server 2019
This video closes the first section by presenting the Windows Server 2019 quiz. The goal is to walk you through how the quiz works and how you should approach the questions; the link to the quiz itself is provided under the video.
The quiz revisits the topics covered so far. You will see questions on Server Core (and the fact that it has no graphical interface), on the parameters used to retrieve information, on the PowerShell file extension, on the components of a hardware configuration (CPU, disk space, RAM), on default authentication methods, on the framework PowerShell is built upon (.NET) and on the recommended editors. The questions are mandatory: you must answer all of them to obtain a score.
How to approach the questions
- Server Core has no GUI — only a command-line interface.
- PowerShell scripts use the
.ps1extension. - PowerShell is built on the .NET framework.
- Notepad and Notepad++ are not recommended editors — the recommended choices are the PowerShell ISE and dedicated environments.
- PowerShell commands follow the Verb-Noun form (e.g.
Get-Process,New-VpnConnection).
The presenter deliberately does not display the correct answers in the video so that you can take the quiz yourself, validate what you have learned and check your score. The aim is to confirm that the material covered in this first section has really sunk in before moving on to the next section.
Summary
This video presents a quiz on Windows Server 2019, guiding learners through the types of questions and expected answers. It covers core Windows Server concepts such as server configuration, hardware requirements (RAM and disk space), and command-line management. The content emphasizes that Windows Server Core operates without a graphical user interface, requiring proficiency with PowerShell and command-line tools.
Key points
- Windows Server Core has no graphical user interface; all management is command-line based
- PowerShell, built on Microsoft's .NET framework, is the standard tool for system administration and configuration
- Proper Windows Server installation requires adequate hardware resources, including minimum RAM and disk space allocation
- The QCM tests understanding of essential system parameters and configuration commands
- Correct answers require knowledge of Windows Server components, extensions, and configuration best practices
FAQ
What is Windows Server Core and why is it important?
Windows Server Core is an installation option without a graphical user interface (GUI). It is important because it reduces system footprint and security surface, requiring administrators to use command-line tools like PowerShell for all management tasks.
What tool does the video recommend for Windows Server management?
PowerShell is the recommended command-line tool for Windows Server management. It is based on Microsoft's .NET framework and provides comprehensive system configuration and administration capabilities.
What hardware requirements are mentioned for Windows Server 2019?
The video emphasizes that adequate RAM and sufficient disk space allocation are essential hardware requirements for proper Windows Server configuration and operation.