0%

0/1 Lessons

Course Introduction

• 2min

0 / 1 lessons complete

Downloading and Installing Windows Server

• 1hr 11min

0 / 9 lessons complete

Roles and Features

• 1hr 35min

0 / 6 lessons complete

Upgrading and Migrating Windows Server

• 1hr 0min

0 / 6 lessons complete

Windows Server Storage Solutions

• 1hr 3min

0 / 7 lessons complete

Windows Server Backup

• 47min

0 / 7 lessons complete

Course Conclusion

• 2min

0 / 1 lessons complete

Lab: Installing Windows Server Roles and Features on Server Core

Instructions

Q&A (0)

Notes (0)

Resources (0)

Saving Progress...

Resources

There are no resources for this lesson.

Notes can be saved and accessed anywhere in the course. They also double as bookmarks so you can quickly review important lesson material.

Create note

3.8 4 votes
Lesson Rating
Subscribe
Notify of
profile avatar
25 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

profile avatar
Ambrose Garza(@ambroseg)
Member
2 years ago

if you use a comma after the feature name you can both install and uninstall both features at same time. example:
dns,net-framework-features

profile avatar
Vincent Zapata(@vincent-zapata-2)
Member
2 years ago

when installing the Windows feature, .netfrwrk 3.5 will not install. I am typing in the command word for word and only the DNS installs. any suggestions?

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  Vincent Zapata
2 years ago

Hi profile avatar Vincent Zapata

What is the command you are typing? can you post it here?

Ricardo

profile avatar
Vincent Zapata(@vincent-zapata-2)
Member
Reply to  Ricardo P
2 years ago

Install-WindowsFeature -Name DNS -IncludeAllSubFeature -IncludeAllManagementTools 

The test grades me for the DNS feature and Uninstall of features, It will not let me pass with 100 since it wants me to submit for adding .netfrmwrk 3.5. Just now I did the quiz while following the video, and the video does not show .netfrmwrk 3.5 installed either.

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  Vincent Zapata
2 years ago

Try with the following:
Install-WindowsFeature Net-Framework-Core -source D:\ sources\ sxs

Last edited 2 years ago by Ricardo P
profile avatar
Paul Ma(@paulm)
Member
Reply to  Ricardo P
2 years ago

Video could use an update by including the abovementioned command that includes the “-source” argument/parameter. Thank you for your help!

profile avatar
Chris Cross(@chris-cross)
Member
2 years ago

i like learning the headless server

profile avatar
Brady Durham(@bradyd)
Member
1 year ago

The lab instructions say to install the .NET 3.5 Feature but I did not see anything about that in the video and when I clicked on score it shows as not installed.
Also, I did everything as listed in the video in regards to uninstalling those roles and features and after clicking on score it said I had not uninstalled those roles and features.
It did say that I had successfully installed the server role.

profile avatar
Brady Durham(@bradyd)
Member
1 year ago

Update: I was able to complete everything in the lab except installing the .NET 3.5 Feature. I rewatched the video and still can’t find out about that part and can’t complete that part of the lab.

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  Brady Durham
1 year ago

Hi profile avatar Brady Durham

To install it you can try with:

Install-WindowsFeature Net-Framework-Core -source D:\sources\sxs

We have updated the lesson transcript to include the command.

Thank you,

Ricardo

profile avatar
Brady Durham(@bradyd)
Member
Reply to  Ricardo P
1 year ago

Hello Ricardo, thanks for the update. I was successful in installing the .Net 3.5 feature but was unable to uninstall it. You’ll probably want to update that part with the syntax as well.
I tried using Uninstall-WindowsFeature Net-Framework-Core -source D:\sources\sxs
With the update you can do everything in the lab except to uninstall the .Net 3.5 feature.

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  Brady Durham
1 year ago

Great! Let me test the uninstallation and I will be updating the lesson.

profile avatar
carlisej(@carlisej)
Member
1 year ago

Net Framework core has been removed for the command list of feature. The new one is NET Framework Features, having problems intalling it.

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  carlisej
1 year ago

Hi profile avatar carlise jenkins

Thanks for the heads-up on the command list of feature updates. If you are doing it in the IT Lab from the Course, then you should be able to use the commands from the lessons.

Ricardo

profile avatar
Brady Durham(@bradyd)
Member
1 year ago

Ricardo, were you ever able to update the lab on uninstalling the NET 3.5 feature on Server Core?
That’s the only thing I have left to complete. I was able to do everything in the lab but uninstall the NET 3.5 feature and I just wanted to follow up.

profile avatar
Ricardo P(@ricardop)
Admin
Reply to  Brady Durham
1 year ago

Thanks for the head up I almost forget.

You can use the command following command: Uninstall-WindowsFeature -Name Net-Framework-Core

We will update the lesson notes.

Ricardo