
In this short video presentation, you will be given a quick overview of how the course is set up and what to expect.
A short overview video of the expectations for building your virtual lab environment using VirtualBox.
In this short video, you will learn how to easily download ISO and OVA files used in the course.
In this lab, you will learn how to create a virtual full install of Server 2016 with GUI.
In this lab, you will learn how to create a virtual install of Server 2016 Core (Standard)
In this lab, you will learn how to create a virtual install of Windows 10.
In this short video, you will learn how to take a snapshot of your current configuration that will allow you to roll your machine back to an earlier point in time. Prior to changing the current configuration of any virtual machine, you can take a snapshot of the current configuration to roll back the machine in the event that something goes wrong.
From time to time, Virtualbox will not have a network available for some network types. In this video, we see how this can be easily fixed.
A short video overview of what to expect in this section.
In this short video presentation, you will learn how to prepare a network for Active Directory.
In this lab, you will learn how to prepare a Server 2016 install for promotion to a domain controller.
In this lab, you will learn how to promote Server 2016 to a domain controller.
In this lab, you will learn how to prepare and join Server Core to an existing domain.
In this short video presentation, you will learn how to prepare and promote Server Core to a domain controller. The steps shown in this lab, apply to Server 2012, 2016, and 2019.
In this lab, you will learn how to prepare and join a Windows 10 client to an existing windows domain.
In this short video presentation, you will learn how to build a replica of your forest root.
this video will provide a quick overview of DNS and whey it is important.
In this short video, you will learn how to install the DNS role using Server Manager in Server 2016
In this short video presentation, you learn how to create a secondary or backup DNS server.
In this short video presentation, you will learn how to install DNS on Server Core to create a backup or secondary DNS server. This procedure works for Server 2012, 2016 or Server 2019.
In this short video presentation, you will learn how to create a DNS reverse lookup zone in Windows Server.
In this short video presentation, you will learn how to create a new DNS host record in Windows Server.
In this short video presentation, you will learn how to create a DNS MX record for a Microsoft Exchange server.
A short video overview of what to expect in this section.
In this lab, you will learn how to install and configure a DHCP server for your Server 2016 domain using a GUI. If you have already installed the DHCP role using PowerShell, you will need to uninstall and reinstall the role first before attempting this lab.
PowerShell commands are an easy way to save a lot of time as a system administrator. In this Lab, you will learn how to configure DHCP using PowerShell. You'll need the following information including your scope, and router gateway IP.
This information represents the settings for the instructor's DHCP server, not yours. Your information may differ.
DNSServerIP="192.168.145.10"
DHCPServerIP="192.168.145.10"
StartRange="192.168.145.150"
EndRange="192.168.145.200"
Subnet="255.255.255.0"
Router="192.168.145.1"
Following is the configuration break down:
Installing DHCP
Adding DHCP scope
Adding DNS server, and router gateway options
Setting lease duration for a scope
Restarting DHCP service
Step 1: Install DHCP Server Role
Install-WindowsFeature -Name 'DHCP' –IncludeManagementTools
Step 2: Add DHCP Scope
Add-DhcpServerV4Scope -Name "DHCP Scope" -StartRange 192.168.145.150 -EndRange 192.168.145.200 -SubnetMask 255.255.255.0
Step 3: Add DNS Server, Router Gateway Options in DHCP
Set-DhcpServerV4OptionValue -DnsServer 192.168.145.10 -Router 192.168.145.1
Step 4: Set Up Lease Duration
Set-DhcpServerv4Scope -ScopeId 192.168.145.10 -LeaseDuration 8.00:00:00
In this short video, you will learn to authorize and unauthorized a DHCP server for your 2016 domain.
In this short video, you will learn about the difference between server and scope options.
In this short video presentation, you will learn how to edit the router setting in DHCP for Windows Server.
In this short video presentation, you will learn how to edit the default DNS servers in your DHCP scope options.
In this short video presentation, you will learn how to use filters in DHCP to deny certain clients access to DHCP options.
In this short video presentation, you will learn how to configure a user class in DHCP to assign a machine a different set of scope options.
In this short video presentation, you will learn how to edit an existing DHCP scope.
In this short video presentation, you will learn how to backup and restore a DHCP database.
In this short video presentation, you will learn how to create predefined option in DHCP.
In this short video, you'll learn how to make a standard user in Active Directory User and Computers.
In this short video, you will learn how to create an administrator account.
In this short video, you will learn how to make a distribution group in Active Directory Users and Computers.
In this short video, you will learn how to great a security group in Active Directory Users and Computers.
In the short video, you will learn how to create an organization unit (OU) in Active Directory.
In this short video, learn how to quickly unlock a user's account.
In this short video, you will learn how to move an object from one OU to another.
In this short video, you will learn how to change the default administrator's password.
In this short video, you will learn how to fix the issue of not being able to delete an object in Active Directory Users and Computers.
In this video, you will learn how to prevent Server 2016 from logging you off after so many minutes of inactivity.
Use the following bread crumbs to find the setting using the GP template for Domain Controllers
Computer Configuration -> Policies -> Windows Settings -> Security Settings -> Local Policies -> Security Options -> Interactive logon: Machine inactivity limit
For a standalone server, use the local security policy with the above bread crumbs.
In this short video, you will learn how to link a GPO to an OU.
In this short video, you will learn how to edit a GPO that will affect a user.
In this short video, you will learn how to edit a GPO that will affect a computer.
In this short video presentation, you will learn how to backup and restore Group Policy objects in Active Directory.
In this short video presentation, you will learn how to change screensaver and timeouts in Group Policy.
In this short video presentation, you will learn how to force users to use a specific image for their desktop background using Group Policy.
In this short video, you will be given a short overview of the new start menu for Server 2016.
In this lab, you will learn how to create multiple desktop environments in Server 2016.
In this lab, you will learn how to enable remote desktop access on your Server 2016.
In this short video presentation, you will quickly learn how to rearm your Windows Server 2012, 2016 or 2019 for another 180 days of evaluation. You can rearm the evaluation period 6 times. (180 days * 6 = 3 years).
In this short video presentation, you will quickly learn how to hack the Windows registry to extend the 30-day evaluation for Windows 7, 8.1 or Windows 10. This will allow you to rearm your Windows 10 for a total of 8 times or 240 days. You have 3 initial rearm attempts totaling 90 days. 90+240 = 360 days.
In this short video presentation, you will learn how to easily add a heads-up display showing your server or workstation's current information.
In this short video, you will learn how to change the date, time and number format n Server 2016.
In this short video presentation, you will learn how to rename a Windows Server using PowerShell.
In this lab, you will learn how to setup work folders for group collaboration.
In this lab, you will learn how to create a Distributed File Server for sharing resources across your network.
In this lab, you will learn how to create a shared folder that can be accessed remotely anywhere on your network.
In this short video presentation. you will learn how to create a network share using Server Manager.
Welcome to the ultimate destination for mastering Windows Server 2016 with our course, "Windows Server 2016 Mastery: Practical Hands-on Training."
Course Overview:
Are you ready to become a proficient Windows Server 2016 administrator? Whether you're an IT professional, a server enthusiast, or someone looking to harness the full power of Windows Server 2016, this course is your comprehensive guide. Dive into hands-on training, learn the intricacies of server management, and elevate your skills to an advanced level.
What You'll Accomplish:
Gain comprehensive knowledge of Windows Server 2016's capabilities.
Master server installation, configuration, and administration.
Navigate complex server roles, features, and optimizations with ease.
Tackle real-world server scenarios through practical, hands-on exercises.
Prepare yourself for advanced server management with confidence.
Course Highlights:
Suitable for learners of all levels, from beginners to advanced.
Step-by-step guidance through hands-on exercises.
Expert instruction from seasoned Windows Server professionals.
Real-world simulations to enhance your skills and problem-solving abilities.
Lifetime access to course materials and updates.
Who Should Enroll:
IT professionals looking to advance their server management skills.
Server administrators and system engineers aiming for proficiency.
Those interested in mastering Microsoft Windows Server 2016.
Individuals preparing for certification exams related to Windows Server.
Join the league of proficient Windows Server administrators and enhance your productivity and efficiency. Enroll in "Windows Server 2016 Mastery: Practical Hands-on Training" today and take control of your server environments!
Don't miss this opportunity to unlock the full potential of Windows Server 2016. Enroll now and embark on your journey to becoming a Windows Server expert!
Administer, configure, and optimize with confidence. Join us on the path to mastery today!