
Learn to troubleshoot Active Directory in IT support environments, including user management, password resets, domain join, and common issues with security database and BitLocker.
The lecture explains how to use the Udemy platform video playback controls, including speed options from 1x to 5x, and invites feedback about the speaker's accent.
Explore why using virtual machines enhances Windows server and client troubleshooting, set up labs with VirtualBox or VMware, and balance host and guest RAM for safe, hands-on practice.
Set up a practical lab with one domain and one client using VMware Workstation, Windows Server, and a domain controller to practice Active Directory troubleshooting.
Verify hardware readiness for the lab by checking memory, storage, processor count, 64-bit host status, and virtualization settings in Task Manager, Device Manager, and BIOS.
Master active directory troubleshooting for IT support across Windows 10 and Windows 11, with labs on Windows 10 client and Windows Server 2016, applicable to Windows 11 and Windows Server 2019.
Download and install VMware Workstation 15 or above in stage one, then click next finish, and note you cannot run VMware and VirtualBox simultaneously on the same host.
Set up the lab network with the virtual network editor by creating a private class C network 192.168.100.x named VM net10, enable DHCP, and share it from host to VMs.
Download the Windows Server ISO from Microsoft, create a new virtual machine, install Windows Server 2016, attach the ISO, and upgrade to a domain controller using a custom NAT network.
Set up a Windows server in a virtual machine, install and configure a domain controller with DNS, assign a static IP, install VM tools, and verify network connectivity.
Set up a Windows Server domain controller by configuring VM, installing server, renaming and networking, then promoting the server to a new forest with Active Directory domain services.
Stage four guides installing Windows 10 in a lab using a downloaded iso and creating a virtual machine in Beam workstation; it notes company setup differences and upcoming domain join.
Learn how to join a Windows 10 VM to a domain, troubleshoot domain join issues, rename workstations, and update Active Directory records and network settings.
Clarify the difference between hostname and domain name in the lab, noting that videos may show different domain names (Tarek Local vs Leyla Lacalle) due to lab rebuilds.
Explore how Active Directory stores passwords and user information for computers, printers, and shared folders, enabling domain join for centralized authentication across devices.
Discover two methods to access Active Directory: remote into the server or install Active Directory on Windows 10 using a domain account to reset passwords and troubleshoot permissions.
Install Active Directory on Windows 10 using remote tools linked to a server, understanding client versus server editions and accessing the Active Directory Users and Computers snap-in via control panel.
Create organizational units under the domain to group users by location, such as Singapore, USA, and Japan, apply location-specific group policies, and protect units from accidental deletion.
Create a new user in Active Directory by selecting domain, entering the login and full name, setting a password per policy, enforcing password change at first login, and finalizing access.
Learn to reset user passwords using workflows and company ID verification, never by phone. Perform Active Directory password resets with a temporary password and require change at next login.
Unlock a locked Active Directory user account by locating the user on the domain controller, opening account properties, and clicking unlock; then reset the password if needed.
Learn how Windows 10 joins a domain by configuring network properties, setting IP and DNS, and authenticating with a domain administrator. Clarify domain membership versus workstation status.
Learn to troubleshoot cannot join the domain by checking network connectivity, LAN cable, and server reachability; verify and refresh Active Directory hostname, wait 20–30 minutes, retry or reimage if needed.
Diagnose and fix the common security database 'no computer account' issue by rejoining the domain, using local and domain accounts, and ensuring a wired local area network connection on-site.
Learn how BitLocker encrypts the hard drive, suspend protection before RAM upgrades, resume after changes, and retrieve the 48-digit recovery key via Active Directory if needed.
Learn the difference between serial numbers and hostnames, why serial numbers are unique and warranty-relevant, and three ways to locate each, including stickers, system information, and command prompts.
Disable the account in Active Directory, never delete it, to preserve access to shared folders and emails when staff leave and to enable easy reactivation.
Troubleshoot wifi issues by checking the network icon and selecting the wireless network; fix disabled adapters and active directory policy problems by enabling adapters, installing drivers, and applying policy updates.
Learn to share a folder from a Windows server to clients, set permissions for everyone or IT groups, and map the share by host name or IP.
Learn how to access Udemy coupons for all courses, apply the 12 by nine discount, and enroll in Windows, Solaris, Linux, and VM-related topics.
This course in 2025 will teach you how to become a Desktop Engineer. Here I shall provide almost common issues in real life, what almost users and client-facing issue and how we resolve these issue with a perfect solution.
Hope you will enjoy the course
What is Active Directory (AD)
Active Directory (AD) is a directory service developed by Microsoft for Windows domain networks. It is included in most Windows Server operating systems as a set of processes and services. Initially, Active Directory was used only for centralized domain management. However, Active Directory eventually became an umbrella title for a broad range of directory-based identity-related services.
A server running the Active Directory Domain Service (AD DS) role is called a domain controller. It authenticates and authorizes all users and computers in a Windows domain type network, assigning and enforcing security policies for all computers, and installing or updating software. For example, when a user logs into a computer that is part of a Windows domain, Active Directory checks the submitted username and password and determines whether the user is a system administrator or normal user. Also, it allows management and storage of information, provides authentication and authorization mechanisms, and establishes a framework to deploy other related services: Certificate Services, Active Directory Federation Services, Lightweight Directory Services, and Rights Management Services.
Active Directory uses Lightweight Directory Access Protocol (LDAP) versions 2 and 3, Microsoft's version of Kerberos, and DNS.