We may earn an affiliate commission when you visit our partners.
Course image
Paul Hill

Join the other 20,000+ successful students who have already taken this course.

If you want to learn how to administrate the Windows Server operating system quickly and easily, this is the course you have been looking for.

Read more

Join the other 20,000+ successful students who have already taken this course.

If you want to learn how to administrate the Windows Server operating system quickly and easily, this is the course you have been looking for.

I have designed this course to giveyou a solid foundation with Microsoft's Windows Server 2016 which is the latest WindowsServer operating system available (released Oct 2016).

This course is great for anyone who is looking to advance (or begin) their career in Information Technology.

In this course, you will get hands-on experience while completing the following projects:

  • Installing / configuring Windows Server 2016
  • Build a Windows Domain
  • Configure your Windows Server 2016 OS to act as a DHCP server
  • Install, configure and deploy the Domain Name System (DNS) role on your Windows Server
  • Install and Configure a Domain Controller (DC)
  • (bonus) Install Windows 10 and join a workstation to your new Windows Domain
  • Manage Windows 10 Workstations from your Windows Server Domain Controller
  • Create users, groups and OUs with Active Directory Users & Computers
  • Create and Understand Group Policy Objects (GPOs) with Group Policy Management
  • Learn to write Powershell scripts for your Windows Server like a true Information Technology Pro.
  • Create a Windows Server Update Services (WSUS) Server and Approve and Deploy Updates to your Domain Servers and Computers
  • Install and manage Windows Server 2016 Core Edition
  • Make your Windows Server 2016 OS act as a Router
  • Learn how to use Active Directory Sites and Services
  • ...and MUCH more.

Throughout this course I will show you how you can setup your own IT lab 100% free using the computer hardware you already have. To do this we will be using VirtualBox and the fully functional trial (180 day) version of Windows Server 2016.

Since we're going to be using VirtualBox I will quickly and easily bring you up to speed on network and server virtualization - these are MUST have skills in today's demanding job market.

Enroll now and start learning the skills you need to level up your career.

Enroll now

What's inside

Learning objectives

  • Install and configure windows server 2016
  • Build a windows domain
  • Configure your windows server 2016 os to act as a dhcp server
  • Install, configure and deploy the domain name system (dns) role on your windows server operating system
  • Install and configure multiple domain controllers (dcs)
  • (bonus) install windows 10 and join a workstation to your new windows domain
  • Manage windows 10 workstations from your windows server domain controller
  • Create users, groups and ous with active directory users & computers
  • Create and understand group policy objects (gpos) with group policy management
  • Learn to write powershell scripts for your windows server like a true information technology pro!
  • Create a windows server update services (wsus) server and approve and deploy updates to your domain servers and computers
  • Install and manage windows server 2016 core edition
  • Make your windows server 2016 os act as a router
  • Learn how to use active directory sites and services
  • Much...much more!
  • Show more
  • Show less

Syllabus

In this section I will Introduce myself, give an overview of the course, and give you tips for getting an IT job

My name is Paul Hill and I will be your instructor for this course, Windows Server 2016 System Administration. I want to introduce myself to you and explain what I have been working on during the last few years as well as give you an overview of this course and the course goals.

Read more

I created this lecture so that students can tell me exactly what content they want me to add to this course. Please take a moment and participate! Thank you!

Downloading Prerequisite Files

In this lecture we are going to download and install Oracle VM VirtualBox, a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL) version 2.  For more information, visit https://www.VirtualBox.org/wiki/VirtualBox.

Download Windows Server 2016 from Eval Center

Now it’s time to download Windows Server 2016. Thankfully Microsoft offers a free trial version for 2016 that anyone can download for evaluation (or in our case, training) purposes. 

Lab Setup and Intro to Server Virtualization

let’s learn what a VM is. The short answer is that a Virtual Machine is a software computer, or a computer within a computer. A computer that is stored on a physical computers hard-drive. You can use a VM just like you would use any computer or server. You can power it on, install Windows (or Linux), browse the web, install server applications, connect it to internal and external networks, etc…

Now it is time to create a virtual network with our VirtualBox software! Thankfully this is really easy and only a matter of a few clicks! We want to have a virtual network that allows our VM to access the internet, as well as communicate with other virtual machines (if you choose to create them).

At this point you have downloaded and install VirtualBox, downloaded Windows Server 2016 and created a virtual network... The next step is to create the virtual machine that will use everything we have done so far!

Now that we have created our virtual machine, we are also going to connect it to the virtual network we created and we are going to "mount" the Windows Server 2016 ISO file we downloaded earlier. To "mount" an ISO, means to virtually insert a CD into a virtual computer. Don't let the lingo confuse you!

In this section we are going to install Windows Server 2016 and get a basic understanding of how it works and what is new in version 2016.

In this lecture we are going to Install Windows Server 2016. We will create the local administrator account and rename the computer. Next, we will configure the firewall to allow our second network adapter to bypass it entirely. This will allow our VMs to communicate with each other and with the Host computer.

In this lecture we are going to install VirtualBox Guest Additions, setup the computer's network configuration and make sure it can reach the internet as well as communicate with our Host computer and finally, we will change the computer name.

The goal of this lecture is to help you understand how you are supposed to use Windows Server 2016. We are going to cover various key components that are commonly used by System Administrators who manage Windows Server 2016 servers.

Windows Server 2016 Quiz
Building a Windows Server 2016 Domain Controller

The goal of this lecture is to help you understand what a Windows Domain and Domain Controller is. Windows Domains have been around since 1993 with the release of Windows NT.  They provide System Administrators an efficient way to manage small or large networks. You only need one Domain Controller (DC) to build a Windows Domain although most Windows Domains contain several servers and computers.

A DC is any server that has the Active Directory Domain Services (AD DS) role installed. The server’s job is to handle authentication request across the domain. Domain controllers hold the tools Active Directory and Group Policy among others - so when you need to create new user accounts or change domain policies, this is all done from a domain controller. You can have several domain controllers within a domain but there is only one primary or main domain controller. The primary reason for having more than one DC is fault tolerance. The critical information (user, computer account information, etc) is replicated between the DCs so if one goes down the client computers will switch to the other DC that is still functioning. 

In this lecture we are going to create a Domain Controller by installing the Active Directory Domain Services (AD DS) role. Remember that any server running the AD DS role is considered a domain controller. We are going to add this role to our server and create a new domain called “itflee.com”. This is the name of my website and if you would like you can create any domain name you want. You won’t break any “real” websites since there are no internet DNS servers pointing to the domain that we are about to create. Finally, once we add the AD DS role we will promote the server as a Domain Controller.

Windows Domain Quiz
Installing Windows 10 and Joining Workstations to Our Domain

In this lecture, we are going to download a Windows 10 ISO installation file from Microsoft. An ISO file is a disc image file that can emulate a CD or DVD. This file cannot be natively opened on Windows, but VirtualBox will be able to read the ISO file and get the Windows installation files from the file. It’s important for you to know that we are going to complete this lecture from our Host computer and not from a Virtual Machine. 

In this lecture we are going to create a new VM and install Windows 10. The reason why we are doing this is so we can later join the new computer to our Windows Domain and learn how to manage a client computer from a DC.

In this lecture we are going to join our newly created Windows 10 VM to our itflee.com domain. The first thing we will need to do is manually configure our TCP/IP settings so we can communicate with our DC then we can rename the computer and join it to our Domain. We will also switch over to our Domain Controller and see where our new computer was automatically placed in Active Directory. In order to complete this lecture, we will need our Domain Controller running so we can join our new Windows 10 VM to the domain.

Windows 10 Quiz
DHCP or Dynamic Host Configuration Protocol allows our server to assign computers IP address automatically. In this section you are going to learn how to install and configure DHCP

If you are running the server as a virtual machine make sure you read over this lecture to turn off the DHCP element of the VirtualBox network before we set it up on our Windows Server.

The goal of this lecture is to help you understand what DHCP is and how it works. But before you can understand DHCP you need to understand how to set static IP addresses. We are going to cover a lot in this lecture so get your notebooks ready! Remember the process for a client obtaining a TCP/IP configuration from a DHCP server can be memorized with the D.O.R.A. acronym!

In this lecture we are going to create a DHCP server by installing the DHCP server role on our Windows Server 2016 server we created earlier. This DHCP server will service our Host-only network that our VMs are using.

In this lecture you are going to learn how to create a DHCP scope. A DHCP scope is a pool of IP addresses on a specific subnet that can be leased by the DHCP server. Each subnet can only contain one scope with a continuous range of IP addresses. This means that you cannot create scope ranging from 192.168.0.1 – 25 and 192.168.0.30 – 50. The scope would instead need to be 192.168.0.1 – 50 and you would need to create an exclusion for the IPs ending with 25 - 30. Check out this lecture for the full details on creating a scope in DHCP.

In this lecture we are going to learn how to create a DHCP reservation. We are going to create a reservation for our Windows 10 workstation with an IP address of 192.168.0.113. In order to create the DHCP reservation we will need to have our Domain Controller and Windows 10 VMs powered on. The first step is to grab the MAC address from our Windows 10 workstation and then we will create the reservation on our DHCP server (ITFDC01). Next we will configure our Windows 10 VM to use DHCP for our second networking adapter and see if it grabs the IP address we reserved for it.

DHCP Quiz
DNS (Dynamic Name Service) Server Administration

In this lecture you are going to learn what DNS is and how it is used by everyone from major IT companies down to every day home use all around the world. You are also going to learn how to open and use the DNS manager.

DNS (Domain Name System) is something that you constantly use when you browse the internet. You can think of DNS as being the phonebook of computer networks and the internet. Just like a phonebook would list businesses and their related phone numbers, DNS lists domain (and / or host) names and their IP addresses. A DNS (or Domain Name System) server maintains this directory of host names and their related IP addresses.

Before DNS servers were in use, Windows computers used a “Hosts” file to map an IP address to an easy to remember name (like itflee.com). The hosts file is still in use and can be found on your Windows computers. In this lecture I will be teaching you everything you need to know about the Hosts file.

A DNS zone is a is a collection of DNS resource records (like itflee.com and its associated IP address). There are two main types of DNS zones; forward and reverse lookup zones. Forward lookup zones are the most common, and translates host names to IP addresses. A reverse lookup zone does the exact opposite in that it translates an IP address to a host name.

Now that you have an understanding of the different types of DNS zones, you need to learn how to create them. In this lecture I will be showing you to create a DNS Zone.

DNS servers hold different types of entries which are called resource records. These recourse records are used to provide DNS based data about computers on a network. In this lecture, I am going to provide a general overview of the most common types of resource records that you will encounter while working on DNS.

In this lecture you are going to learn how to create a DNS resource record for both Forward and Reverse lookup zones. Let’s start by creating a DNS resource record in a Forward lookup zone. I am going to create an entry in the “mytestzone” I created earlier.

Domain Name Services Quiz
Active Directory Users and Computers

Active Directory Users and Computers (also known as Active Directory or AD for short) is a tool that is installed when a server has the Active Directory Domain Services role installed. Just as the name implies, Active Directory is a live directory (or database) that stores user accounts (and their passwords), computers, printers, file shares, security groups and their respective permissions.

In this lecture you are going to understand the difference between containers, organizational units, and the builtinDomain object types. We will also cover the purpose of the default containers and OUs.

In this lecture, you are going to learn how you can create and manage user accounts within Active Directory. Creating and managing user accounts within Active Directory is a common task that you will need to fully understand to have a successful career as a Windows Server administrator. 

When it comes to creating and managing user accounts you really have two options, first use the Active Directory graphical user interface (GUI) or use the PowerShell command line. In this lecture, you are going to learn how to use the Active Directory GUI for Active Directory.

In this lecture you are going to learn how to create and manage groups and object memberships within Active Directory. I also want to help you understand the purpose of groups within Active Directory. This lecture will be completed from the Active Directory console so if you have not launched it already, go ahead and do so now.

The goal of this lesson is to show you how you can create Saved Queries to make redundant tasks much easier. For example, you can create a saved query that will list all the users who have not logged in in the last 30 days.

This quiz will test your knowledge of Active Directory Users and Computers

Group Policy Management

In this lesson you are going to learn what Group Policy is and what it is used for. Group Policy is a tool used by system administrators to quickly and easily make configuration changes to users and computers within Active Directory.

A Group Policy Object (commonly referred to as GPO) contains settings and configurations that can be applied to users or computers that are stored in Active Directory. A domain can contain several GPOs, and you will almost never see a domain that contains only one GPO. It’s also important to know that one individual GPO can be linked (or applied) to multiple OUs simultaneously.

The goal of this lecture is to help you understand Group Policy Precedence. Use the acronym LSDOE to easily remember the correct order!

Powershell Scripting for Windows Server Administrators

In this lecture you are going to learn how you can store user input into variables. You will need to understand how to do this later when we are gathering user information before we create a user account.

In this lesson you are going to learn how you can create an Active Directory user account with PowerShell!

In this lecture you are going to learn how you can use a while loop to create user accounts more efficiently. I will also show you how to save the script to your desktop so you can quickly create new user accounts.

In this lesson you are going to learn how you can create AD Users with Powershell by reading an Excel or CSV spreadsheet.

In this lecture we are going to update our script use the first initial of the first name and to allow the creation of users who have the same first initial and last name. Example would be: Patrick Hill = phill, Paul Hill = phill1.

Windows Server Update Services (WSUS)

In this lecture we are going to talk about what Windows Server Update Services (or WSUS) is and how it works.

In this lecture I am going to give you a quick overview of the tasks you need to complete before beginning this section. Keep in mind this will be an excercise of the topics you have already learned in this course.

In this lecture you are going to add the WSUS server role to our ITFWSUS01 server.

In this lecture you are going to learn how to configure WSUS (Windows Server Update Services)

In this lecture we are going to configure our WSUS clients to obtain Windows Updates from our ITFWSUS01 server.

In this lecture I am going to show you how to approve WSUS updates. We will also quickly cover how to group computers together and why test groups may be a good idea.

Adding a Second Domain Controller

In this lecture we are going to discuss what you need to do in order to build a second Domain Controller.

In this lecture we are going to build our second domain controller and join it to our ITFLEE domain.

In this lecture you are going to learn how to transfer the FSMO roles between domain controllers. Note that this is NOT something you should do all of the time, especially in a large production environment. Please do NOT experiment with this if you are learning in a production environment. Only try it out in a lab environment.

Windows Server 2016 Core

In this lecture, you will want to create a new VM. I am calling it ITFCORE01. You do not need to do anything other than that however as I will be walking you through the server core installation.

In this lecture I am going to show you how to install Windows Server core. Once we finish the installation I will show you how to configure the server and join it to our itflee.com domain.

In this lecture I am going to show you how to manage our Windows Server core from a GUI on another server.

Active Directory Sites and Services

In this lecture we are going to cover the basics of Active Directory Sites & Services as well as talk about how we will be using it in this section.

In this lecture I am going to show you how to make Windows Server act as a router. First we will configure our ITFROUTE01 server by naming the VM, configuring the IP then joining it to the domain. Next we will add the Remote Access server role which will allow us to use the Routing and Remote Access tool. This till will allow us to create a connection between two different subnet networks.

In this lecture we are going to configure our Default First Site, create a new site, a few subnets and site links.

Windows Server Backup

In this lecture you are going to learn how to install the Windows Server Backup feature.

In this lecture I am going to teach you how to create a one time backup using the Windows Server Backup feature.

In this lecture you're going to learn how to create a scheduled backup using the Windows Server Backup feature.

In this lecture, I am going to give you an exercise to complete. The goal of this lecture is to help you practice what you have learned in this course and get some "muscle memory".

Domain Trusts

In this lecture I am going to explain domain Forests, Trees and Domans.

In this lecture I am going to explain the different types of Windows trusts and how they work!

Course Conclusion

Information Technology (IT for short) is a very high-paying career field. With the rate that technology changes and advances today you can be assured that computers aren’t going anywhere anytime soon and neither are the people who build or work on them. However, IT is perceived as a difficult field to get a start in because of the very common belief that you can’t get into the IT field without IT experience, but you don’t get IT experience without being in the IT field - so it’s viewed as a catch 22. I want to help you understand what steps you need to take (and repeat) in order to get your first IT job or even subsequent IT jobs.

Bonus Lecture

This lecture will explain how you can claim your course completion certificate.

These are lectures that have been retired. Sometimes students like to view these lectures and that is why I have included them here.

This section is for reference only. Instead of deleting replaced material I have been requested to place it in a special retired section.

My name is Paul Hill and I will be your instructor for this course, Windows Server 2016 System Administration. I want to introduce myself to you and explain what I have been working on during the last few years as well as give you an overview of this course and the course goals

Let’s talk about the goals for this section and what we are going to accomplish

  1. Allow students to learn from home 
  2. Download Windows Server 2016
  3. Download & Install Oracle VM VirtualBox 
  4. What is a Virtual Machine (VM)?
  5. How to create a Virtual Machine at home
  6. VirtualBox Networking
  7. Knowledge Check (Quiz)

Now we are going to learn the basics of VirtualBox and its capabilities. VirtualBox will operate our Virtual Machines (VMs) and the virtual network they will operate on.

In this lecture I am going to show you how to create a Host-only network in VirtualBox. We are going to use this along with a NAT network to allow our VMs to communicate with the Host computer as well each other and the internet. Remember to leave the DHCP option off on your Host-only network settings.

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Focuses on administration and setup for Windows Server 2016, equipping learners in IT careers and those transitioning into them
Delivered by Paul Hill, a recognized expert in IT and Windows Server administration, improving learners' confidence in the course content's quality
Strong emphasis on lab activities reinforces learning in a practical context
Course includes hands-on management of Windows Server, VirtualBox, and Active Directory, enhancing the course's practical value
Covers a comprehensive range of topics, from server and domain management to PowerShell scripting, providing a well-rounded foundation
Leverages a virtual environment to facilitate learning without specialized hardware or software requirements

Save this course

Save Microsoft Windows Server 2016 Training for Beginners to your list so you can find it easily later:
Save

Reviews summary

Adequate windows beginner course

According to students, this introductory course on Windows Server 2016 is suitable for beginners. However, learners with no prior experience may find it challenging to follow. Troubleshooting may also occasionally be needed. Automatic captions are generally not helpful.
Suitable for those new to Windows Server
"Kurs ist geeignet als Einstieg"
Automatic captions are not usually helpful
"automatische Untertitel sind selten hilfreich"
May require troubleshooting
"teilweise Troubleshooting erforderlich"
Can be challenging without prior experience
"ohne Erfahrung ist es teilweise schwer, dem Kurs zu folgen"

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Microsoft Windows Server 2016 Training for Beginners with these activities:
Review your notes and course materials from previous IT courses
Recall and strengthen your understanding of foundational IT concepts
Browse courses on IT Fundamentals
Show steps
  • Go through your notes from previous IT courses
  • Review key concepts and principles
Practice installing and configuring Windows Server 2016 in a virtual environment
Gain hands-on experience and reinforce your understanding through practice
Browse courses on Virtualization
Show steps
  • Set up VirtualBox and create a virtual machine for Windows Server 2016
  • Install Windows Server 2016 on the virtual machine
  • Configure basic networking and server settings
Create a lab report on your Windows Server 2016 virtual machine configuration
Demonstrate your understanding by documenting your lab work
Browse courses on Virtualization
Show steps
  • Describe the steps you took to install and configure Windows Server 2016
  • Include screenshots of your virtual machine settings and configurations
Two other activities
Expand to see all activities and additional details
Show all five activities
Attend a Windows Server 2016 workshop or webinar
Learn from experts and network with professionals in the field
Show steps
  • Search for upcoming Windows Server 2016 workshops or webinars
  • Register and attend the event
Mentor a junior IT professional or student interested in Windows Server
巩固 your knowledge by sharing it with others and contribute to the growth of the IT community
Browse courses on Mentoring
Show steps
  • Identify a mentee and establish a mentoring relationship
  • Provide guidance and support on Windows Server concepts and skills
  • Review and provide feedback on the mentee's work

Career center

Learners who complete Microsoft Windows Server 2016 Training for Beginners will develop knowledge and skills that may be useful to these careers:
Systems Administrator
A Systems Administrator manages and maintains computer systems and networks. This course helps build a foundation in system administration, including topics such as system installation, configuration, and maintenance.
Network Administrator
A Network Administrator plans, implements, and manages an organization's computer networks. This course may be useful in providing you with the necessary skills and knowledge to succeed in this role, such as network design, network security, and network troubleshooting.
Database Administrator
A Database Administrator manages and maintains databases. This course may be useful in providing you with the necessary skills and knowledge to succeed in this role, such as database design, database administration, and database security.
IT Project Manager
An IT Project Manager plans and manages IT projects. This course may be useful in providing you with the necessary skills and knowledge to succeed in this role, such as project management, risk management, and stakeholder management.
Web Developer
A Web Developer designs and develops websites. This course may be useful in providing you with the necessary skills and knowledge to succeed in this role, such as web design, web development, and web security.
IT Auditor
An IT Auditor evaluates and reports on the effectiveness of an organization's IT controls. This course may be useful in providing you with the necessary skills and knowledge to succeed in this role, such as system administration, network security, and compliance auditing.
Information Security Analyst
An Information Security Analyst designs and implements security measures to protect an organization's computer networks and systems from unauthorized access, use, disclosure, disruption, modification, or destruction. This course may be useful in providing you with the necessary skills and knowledge to succeed in this role, such as network security, system administration, and security auditing.
Cloud Architect
A Cloud Architect designs and manages cloud computing solutions. This course may be useful in providing you with the necessary skills and knowledge to succeed in this role, such as cloud computing, cloud security, and cloud cost management.
Technical Writer
A Technical Writer writes and edits technical documentation. This course may be useful in providing you with the necessary skills and knowledge to succeed in this role, such as technical writing, documentation management, and content strategy.
Information Technology Manager
An Information Technology Manager plans and manages an organization's information technology resources. This course may be useful in providing you with the necessary skills and knowledge to succeed in this role, such as IT strategy, IT budgeting, and IT project management.
Software Developer
A Software Developer designs, develops, and maintains software applications. This course may be useful in providing you with the necessary skills and knowledge to succeed in this role, such as software design, software development, and software testing.
Computer Programmer
A Computer Programmer writes and tests code that makes computers perform specific tasks. This course may be useful in providing you with the necessary skills and knowledge to succeed in this role, such as programming languages, data structures, and algorithms.
Data Scientist
A Data Scientist collects, analyzes, and interprets data to extract meaningful insights. This course may be useful in providing you with the necessary skills and knowledge to succeed in this role, such as data analysis, data mining, and machine learning.
Computer Systems Analyst
A Computer Systems Analyst analyzes and designs computer systems. This course may be useful in providing you with the necessary skills and knowledge to succeed in this role, such as system analysis, system design, and system implementation.
Business Analyst
A Business Analyst analyzes and solves business problems. This course may be useful in providing you with the necessary skills and knowledge to succeed in this role, such as business process analysis, requirements gathering, and solution design.

Reading list

We've selected ten books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Microsoft Windows Server 2016 Training for Beginners.
Practical guide to administering Windows Server 2016. It provides step-by-step instructions on how to perform a variety of tasks, including installing and configuring the operating system, managing users and groups, and configuring network services.
Practical guide to administering Windows Server 2016. It provides step-by-step instructions on how to perform a variety of tasks, including installing and configuring the operating system, managing users and groups, and configuring network services.
Comprehensive and valuable resource for IT professionals who want to learn more about Windows Server 2016. It covers a lot of advanced topics and is also a useful reference.
Provides an in-depth look at the internal workings of Windows Server 2016. It is written by three experts in the field, and it valuable resource for experienced administrators who are looking for a deep understanding of how Windows Server 2016 works.
Provides an excellent overview of the fundamentals of Windows Server 2016, covering topics such as installation, configuration, and management. It valuable resource for anyone looking to learn more about Windows Server 2016 and is also a good reference book for experienced administrators.
Practical guide to managing Active Directory in Windows Server 2016. It provides step-by-step instructions on how to perform a variety of tasks, including creating and managing users, groups, and computers.
Comprehensive guide to using Group Policy to manage Windows Server 2016. It covers a wide range of topics, including how to create and manage GPOs, how to configure security settings, and how to troubleshoot Group Policy problems.
Is written by the Microsoft Imaging Team and provides an in-depth look at the installation and configuration of Windows Server 2016. It technical reference book that is best suited for experienced administrators who are looking for detailed information on specific topics.
This good reference for a wide range of Windows Server 2016 topics. However, like other references, it is not written with a beginner in mind.
Quick start guide to Windows Server 2016. It provides an overview of the operating system and its features, and it good choice for anyone who wants to get up and running with Windows Server 2016 quickly.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Microsoft Windows Server 2016 Training for Beginners.
Install and Configure Active Directory Domain Services in...
Most relevant
Complete Windows Server Administration Course
Most relevant
Configure Windows Server 2022 Windows Deployment Services
Most relevant
Implementing Windows Server 2016 DHCP
Most relevant
Planning and Implementing DirectAccess with Windows...
Most relevant
SQL Server: Installing and Configuring SQL Server 2016
Most relevant
Implementing Windows Server 2016 Identity Federation and...
Most relevant
VirtualBox 1.9: Advanced Features and Practical Use
Most relevant
Installing Windows Server 2016
Most relevant
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser