
In this short video, you will be introduced to the course instructor and course content.
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 short video, you will learn how to create a virtual install of Server 2019 with the full desktop experience.
In this short video, you will learn how to create a virtual Install of Server 2019 Core Using VirtualBox
In this short video, you will learn how to create a virtual install of Windows 10 using VirtualBox
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.
When configuring two or more devices to use the same network type, you may encounter an issue with VirtualBox issuing the same IP address to both devices This is an easy fix.
In this lab, you will learn how to prepare Server 2019 for promotion to a domain controller. The method demonstrated in this lab is the same method used in the real world to quickly get a domain controller up and running with as few steps as possible.
In this short video presentation, you will learn how to rename your Server 2019 installation prior to promoting to a domain controller.
In this short video presentation, you will learn how to use PowerShell to statically assign an IPv4 IP address to your server in preparation if promoting your server to a forest root domain controller.
In this short video presentation, you will learn how to install the ADDS role using PowerShell. This role is needed to install the Active Directory management tools and prepare the server for promotion to a domain controller.
In this short video presentation, you will learn how to promote Server 2019 as the first domain controller for the domain as the forest root.
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 short video presentation, you will learn how to prepare and to add a windows 10 client to Microsoft. The steps shown in this lab apply to Server 2012, 2016, and 2019.
This short video will provide a quick over of this section and why DNS is important.
In this short video presentation, you will learn how to install the DNS server role using Server Manager.
In this short video presentation, you learn how to create a secondary or backup DNS server using a full install of Server 2019.
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 Server 2019.
In this short video presentation, you will learn how to create a new DNS host record in Server 2019.
In this short video presentation, you will learn how to create a new host record in Microsoft DNS for a new Website.
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.
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 the lease duration for a scope
Restarting DHCP service
Step 1: Install the 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 presentation, you will learn how to install the DHCP server role using Server Manager.
In this short video presentation, you will learn how to authorize and unauthorize a DHCP Server in Server 2019.
In this short video presentation, you will learn how to edit the router setting in DHCP for Windows Server 2019.
In this short video presentation, you will learn how to edit the scope options for your DNS server information.
In this short video presentation, you will learn how to edit your IP address pool in DHCP.
In this short video presentation, you will learn how to backup and restore your DHCP database.
In this short video presentation, you will learn how to deny clients access to DHCP services by filtering their MAC address.
In this short video presentation, you will learn how to create predefined options in DHCP. Predefined options allow you to add additional options in the DHCP scope that are not there by default for specific devices not otherwise covered.
In this short video presentation, you will learn how to create a DHCP User Class using DHCP Policies. DHCP user classes are useful when you want to apply different DHCP options to a subset of users. It can also allow your users to switch between options without statically configuring IP information.
In this short video presentation, you will learn how to create a new user in Active directory for Server 2019.
In this short video presentation, you will learn how to limit the hours a user can logon to the domain.
In this short video presentation, you will learn how to limit logon hours for users in Active Directory
In this short video presentation, you will learn how to reset a user's password in Windows Active Directory.
In this short video presentation, you will learn how to unlock or enable an account in Windows Active Directory.
In this short video presentation, you will learn how to hack a lost or forgotten administrator password for Server 2019.
In this short video presentation, you will learn how to create a network share using Windows Server.
In this short video presentation, you will learn how to create a network share using Server Manager.
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 manage and optimize your Windows Updates settings and options.
In this short video presentation, you will learn how to enable Remote Desktop.
In this lesson, you will learn how to enable Remote Desktop using PowerShell.
In this short video presentation, you will learn how to use the NTDSUTIL to recover a lost or forgotten Active Directory Services Recovery Mode (ADRM) password.
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 presentation, you will learn how to enable Remote Management
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 presentation you will learn how to add additional hard disk using VirtualBox settings.
In this short video presentation, you will learn how to easily shrink or extend an existing volume in Windows Server 2019.
In this short video presentation, you will learn how to format a volume in Windows Server 2019 using Resilient File System (ReFS).
In this short video presentation, you will learn how to format a volume in Windows Server 2019 using FAT32.
Become a Windows Server 2019 expert with Windows Server 2019 Mastery: Practical Hands-on Training! This course is your gateway to mastering the IT industry's most widely used server operating system. Whether you’re an aspiring system administrator or an experienced IT professional, this course equips you with the skills to effectively deploy, configure, and manage Windows Server 2019.
What You’ll Learn:
Server Installation and Setup: Install Windows Server 2019 and configure initial settings for optimal performance.
Active Directory Essentials: Manage users, groups, and permissions with Active Directory and Group Policy.
Networking Configuration: Set up DNS, DHCP, and IP addressing for seamless network integration.
File and Storage Management: Optimize storage solutions with advanced file sharing and management tools.
Hyper-V Virtualization: Deploy and manage virtual machines to maximize server resources.
Server Security: Implement robust security policies and use built-in tools to protect your server environment.
Monitoring and Troubleshooting: Use Windows Server tools to monitor performance and resolve common issues.
Why This Course?
This hands-on training focuses on real-world scenarios, ensuring you gain practical skills you can apply immediately. With interactive labs, step-by-step guidance, and detailed explanations, you’ll build confidence in managing Windows Server 2019 in enterprise environments.
Who Should Enroll?
IT professionals aiming to expand their server administration skills.
Network administrators managing Windows-based infrastructures.
Students preparing for Microsoft certifications like the Windows Server Hybrid Administrator Associate.
Features:
Comprehensive video tutorials with step-by-step instructions.
Hands-on labs and practical exercises for real-world applications.
Lifetime access with updates as new features are released.
Enroll Now!
Unlock the full potential of Windows Server 2019 and advance your IT career. Whether managing servers at work or preparing for certifications, this course provides the needed expertise. Click Enroll Now and start mastering Windows Server 2019 today!