Level 1
0 / 100 XP

Installing Roles and Features on Windows Server 2025 Core Edition

The goal of this lab is for you to practice installing roles and features on Server Core. You will complete these tasks with PowerShell, so keep in mind that you can complete these same steps on Server Desktop Experience if you open PowerShell.

Session duration: 60 minutes· Typical launch: ~3 min

Difficulty

Intermediate

Lab level

Lab VMs

1

1 Hyper-V

XP Reward

300 XP

On completion

Virtual machines

Lab VMs

Hyper-V

Virtual Machine

Username / Password

user / password123

Connection type

In-browser RDP (nested)

CPU / RAM

Lab instructions

Follow the steps below to complete the lab.

Before you can install the DNS Server Role, you need to access the Server Powershell Command prompt. In this step, you will login and install the DNS Server Role.

  1. Click on the ... button on the Remote Desktop screen.
  2. Click Ctrl+Alt+Del button.
  3. Type for the Administrator the password password123.

NOTE: You can click on the ... button on the Remote Desktop screen to close the menu.

  1. Lets verify if the role is install by typing: Get-WindowsFeature -Name DNS.
  2. Run the following command to install the DNS Server role: Install-WindowsFeature -Name DNS -IncludeManagementTools
  3. After installation completes, run again the following to verify that DNS was installed: Get-WindowsFeature -Name DNS
  4. Verify DNS Service is Running (Optional but Recommended): Get-Service -Name DNS
  5. Click Check Step.