Windows Server 2022

How to Configure Credential Guard on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure Credential Guard on Windows Server 2022

Why Audit Active Directory Changes Active Directory is the central trust authority for most Windows enterprise environments. Every privilege escalation, account takeover, lateral movement attempt, and persistence mechanism an attacker deploys will leave footprints in AD — if auditing is configured correctly. Without comprehensive AD change auditing, security teams are blind to account creation, group […]

Read more
How to Set Up NTLM Security on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Set Up NTLM Security on Windows Server 2022

Why LDAPS Instead of Plain LDAP By default, LDAP communications between clients and domain controllers on Windows Server 2022 travel over port 389 in plaintext. Every credential bind, directory query, and object modification is transmitted without encryption, making it trivial for any attacker with network access to capture password hashes, read sensitive directory attributes, or […]

Read more
How to Configure Kerberos Authentication on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure Kerberos Authentication on Windows Server 2022

AD LDS vs AD DS: Understanding the Difference Active Directory Lightweight Directory Services (AD LDS) is a standalone LDAP directory service that runs on Windows Server 2022 without requiring the full Active Directory Domain Services (AD DS) infrastructure. While AD DS is the enterprise-wide identity store that controls domain logon, Group Policy, and Kerberos authentication, […]

Read more
How to Set Up Multi-Factor Authentication on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Set Up Multi-Factor Authentication on Windows Server 2022

What Is a Read-Only Domain Controller and When to Use It A Read-Only Domain Controller (RODC) is a special type of Active Directory domain controller introduced in Windows Server 2008 that holds a read-only, non-writable copy of the AD database. RODCs were designed primarily for deployment in branch offices, remote sites, and locations where physical […]

Read more
How to Configure Split Tunneling for VPN on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure Split Tunneling for VPN on Windows Server 2022

Introduction to Active Directory Backup and Restore Active Directory is the backbone of most Windows enterprise environments. Losing an AD domain controller without a reliable backup can mean hours or days of downtime, potential data loss, and significant security exposure. Windows Server 2022 provides robust tools for backing up and restoring AD, including the Windows […]

Read more
How to Set Up Always On VPN Infrastructure on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Set Up Always On VPN Infrastructure on Windows Server 2022

Overview of the Kerberos Protocol Kerberos is the default authentication protocol for Active Directory domains in Windows Server 2022. Developed at MIT and standardized in RFC 4120, it uses symmetric-key cryptography and a trusted third party — the Key Distribution Center (KDC) — to authenticate principals (users, computers, and services) without transmitting passwords over the […]

Read more
How to Configure Network Access Protection on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure Network Access Protection on Windows Server 2022

What Is Active Directory Federation Services Active Directory Federation Services (AD FS) is a Windows Server role that provides federated identity and single sign-on (SSO) capabilities. It enables users to authenticate once against their organization’s Active Directory and then access applications and services in other organizations or cloud platforms without re-entering credentials. AD FS implements […]

Read more
How to Set Up Windows Server 2022 as a RADIUS Proxy — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Set Up Windows Server 2022 as a RADIUS Proxy

Introduction to Active Directory Certificate Services Active Directory Certificate Services (AD CS) is a Windows Server role that provides customizable services for creating and managing public key infrastructure (PKI) certificates. Organizations use AD CS to issue digital certificates for authentication (smart cards, VPN, 802.1X), encrypting data in transit (SSL/TLS for internal websites), encrypting data at […]

Read more
How to Configure 802.1X Network Access Control on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure 802.1X Network Access Control on Windows Server 2022

Overview of Active Directory Replication Active Directory replication is the mechanism by which changes made to one domain controller (DC) are propagated to all other domain controllers in the domain and forest. Because Active Directory is a multi-master directory service, any DC can accept writes — including object creation, modification, and deletion. Replication ensures consistency […]

Read more
How to Set Up RADIUS Authentication on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Set Up RADIUS Authentication on Windows Server 2022

Introduction to Fine-Grained Password Policies In legacy Active Directory deployments, a single password policy applied to all users within a domain through the Default Domain Policy GPO. This was limiting for organizations that needed stricter controls on privileged accounts such as domain administrators or service accounts while maintaining a more relaxed policy for regular users. […]

Read more
CHAT