
Enable Hyper-V and download Windows Server 2022 ISO, then create a generation two VM with 4 GB RAM and a 62 GB disk, attaching the ISO via a DVD drive.
Install Windows Server 2022 in a Hyper-V VM by booting from the ISO, choosing standard evaluation with desktop experience, partitioning the drive, and completing setup with administrator password.
Use Hyper-V quick create to install Windows 11 from a Microsoft image or local ISO, then rename the VM and set RAM to 4096 with dynamic memory.
Explore three Hyper-V switch types: external, internal, private, and create an internal switch to connect virtual machines and the host, then assign VMs to it.
Learn to connect to a Hyper-V virtual machine and enable enhanced session. Access remote desktop with local resources like drives, printers, and the clipboard.
Navigate the server manager interface in Windows Server 2022 and the Windows Admin Center web tool to manage roles, add servers, create server groups, and monitor local server stats.
Configure a Windows server identity by assigning a descriptive hostname and a static class c IP address, then verify settings with ipconfig and hostname before restarting.
Set a static IPv4 address on Windows 11, without a DHCP server, configuring IP, subnet, gateway, DNS, verify with ipconfig, and test connectivity via ping with firewall echo requests enabled.
Enable remote desktop on Windows Server, add authorized users, and log in remotely using mstsc with the server IP, accepting the certificate for secure access.
Create a local user on Windows Server 2022 and add it to the administrators group using Computer Management; configure password settings and review user properties.
Add a dynamically expanding second hard drive to Windows Server 2022, initialize it, create a 40-gig NTFS simple volume on drive E, and access it via File Explorer.
Install file server role via the Add roles and features wizard in Windows Server 2022, configure file shares on an E drive, and manage hidden shares like admin$ and c$.
Configure Windows Server shares by adjusting share and NTFS permissions, remove Everyone, enable Users group access, and map the shared folder as a network drive using a UNC path.
Install the DHCP server role on Windows Server 2022, create an IPv4 scope with exclusions and gateway and DNS settings, and activate the scope for client IP assignments.
Learn to troubleshoot DHCP by switching clients from static to dynamic IP, releasing and renewing IP configurations, and reactivating scopes to ensure IPv4 addresses from the DHCP server.
Install dns and Active Directory Domain Services, then promote the server to a domain controller to create a new forest with a root domain name.
Demonstrates joining a Windows 11 client to Active Directory by configuring domain membership, entering a domain admin credential for homenet.local, and restarting after the join.
Use the Microsoft Management Console to centrally manage Windows Server services by adding snap-ins such as Active Directory users and computers, DNS, Event Viewer, and local backup.
Discover how to manage a Windows domain with Active Directory users and computers, create users, assign logon names, set passwords, and configure account properties, logon hours, and group memberships.
Create and organize organizational units in Windows Server 2022, move users into the appropriate OU, and prepare for targeted group policy application.
connect on-premises active directory to office 365 or azure ad with azure ad connect and detect ad errors using idFix, including resolving top-level domain issues.
Install azure ad connect with express settings, verify the on-premises directory via PowerShell, and enable one-way synchronization with password hash and auto upgrade to sync users to Azure AD.
Map a network drive across many computers using a new group policy object in Active Directory, configuring a drive letter to a UNC path and linking at the domain level.
Learn how to force a refresh of group policy on a Windows domain computer using gpupdate /force to pull policies from the domain controller, overcoming the default 90-minute refresh.
Deploy MSI packages remotely via a domain group policy by hosting apps on a shared folder, mapping the network drive, and assigning the package at the computer level.
Create and link a group policy object to a specific user group, enable 'prohibit access to the control panel and PC settings,' and apply the policy with gpupdate /force.
Add a second network card to Windows Server 2022 VM, assign one adapter to the default switch and the other to internal network, then verify Internet by pinging google.com.
Install and configure routing and remote access to enable vpn access and routing for external users, using dhcp relay, active directory authentication, internal dhcp for ip assignment, and nat.
Configure vpn connections using layer two tunneling protocol with ipsec pre-shared key, enable Active Directory based Windows authentication and SSL certificates, verify connectivity with vpn client and ping.
Install and configure IIS web services on Windows Server 2022. Enable the default website and set up http and https bindings with a self-signed certificate.
Configure two IIS websites on Windows Server 2022 with hostnames, paths, and bindings, and set up DNS records plus a virtual directory to publish resources.
Install and deploy Windows Deployment Services to centrally image and roll out Windows Server 2022 across multiple machines over the network, using Hyper-V and Server Manager.
Learn to configure Windows Deployment Services (WDS), establish deployment directories, set PXE and DHCP options, and add boot and install images from Windows Server 2022 via Hyper-V Manager.
Configure pxe boot over the network using windows deployment services. Set dhcp option 60 for pxe clients and start the wds service to install the image.
This course is for anyone who wants to improve their skills in Windows Server Administration. This course will teach you from the basics to advance topics of installing, configuring and managing a windows server. I wanted to focus on real world scenarios. Something that emulates a real network with a server and a client computer. That's what I chose Hyper-V as the hypervisor for the virtual lab and Windows Server 2022 and Windows 11 as the Server - client computers. Many of the task in System Administration consist on configuring client - server applications and services. In order to gain competence as a Systems Administrator you have to practice configuring and managing difference services and set the client computer to communicate with the server, that is the bread and butter of a systems administrator. Most of the call you will face when supporting servers and clients computers will involve that scenario, where there’s a client communicating to an application or service running on the server. That’s why I decided to create this course to cover from the basics to more advance topics. By the end of this course you will gain competence in performing the most essential task of Windows System Administration.