Active Directory

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

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

Introduction to Always On VPN Always On VPN (AOVPN) is Microsoft’s replacement for DirectAccess, introduced with Windows 10 and fully supported on Windows Server 2019. Unlike traditional VPN solutions where users must manually connect, Always On VPN connects automatically when the user logs in and the device detects it is not on the corporate network. […]

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

How to Configure Network Access Protection on Windows Server 2019

Introduction to Network Access Protection Network Access Protection (NAP) is a Windows Server technology that evaluates the health of client computers attempting to connect to the network and restricts access for machines that do not meet defined health requirements. NAP checks conditions such as whether Windows Firewall is enabled, antivirus signatures are up to date, […]

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

How to Set Up Windows Server 2019 as a RADIUS Proxy

Introduction to RADIUS Proxy A RADIUS proxy receives authentication requests from RADIUS clients (VPN servers, wireless APs, switches) and forwards them to remote RADIUS servers based on configurable rules. Windows Server 2019 with the Network Policy Server (NPS) role can function as a RADIUS proxy in addition to—or instead of—acting as a full RADIUS server. […]

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

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

Introduction to 802.1X Network Access Control 802.1X is an IEEE standard for port-based network access control. It ensures that only authenticated and authorized devices can connect to a network—whether wired or wireless. In an enterprise environment, 802.1X prevents unauthorized devices (laptops, phones, IoT devices) from simply plugging into a network port or connecting to a […]

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

How to Set Up RADIUS Authentication on Windows Server 2019

Introduction to RADIUS Authentication RADIUS (Remote Authentication Dial-In User Service) is a networking protocol that provides centralized authentication, authorization, and accounting (AAA) for network access. Windows Server 2019 implements RADIUS through the Network Policy Server (NPS) role. NPS acts as a RADIUS server that authenticates users trying to connect via VPN, wireless access points, 802.1X […]

Read more
How to Configure LDAP Security on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure LDAP Security on Windows Server 2019

Introduction to LDAP Security LDAP (Lightweight Directory Access Protocol) is the protocol that applications use to query and modify Active Directory. By default, Windows Server 2019 domain controllers accept LDAP connections on port 389 without requiring signing or channel binding, making them vulnerable to man-in-the-middle attacks where an attacker can intercept and relay LDAP authentication. […]

Read more
How to Set Up Active Directory Certificate Auto-Enrollment on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Active Directory Certificate Auto-Enrollment on Windows Server 2019

Introduction to Certificate Auto-Enrollment Manual certificate distribution in a large Active Directory environment is impractical and error-prone. Certificate auto-enrollment automates the process of requesting, issuing, and renewing certificates for users and computers based on Group Policy. When configured, domain members automatically receive certificates from your internal Certificate Authority (CA) without any user interaction. This is […]

Read more
How to Configure Active Directory Trust Relationships on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Active Directory Trust Relationships on Windows Server 2019

Introduction to Active Directory Trust Relationships Active Directory trust relationships allow users in one domain or forest to access resources in another domain or forest. Trusts are directional—a trust between Domain A and Domain B means users in Domain A can authenticate to Domain B (or vice versa, depending on direction). Windows Server 2019 supports […]

Read more
How to Set Up Read-Only Domain Controllers on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Read-Only Domain Controllers on Windows Server 2019

Introduction to Read-Only Domain Controllers A Read-Only Domain Controller (RODC) is a domain controller that hosts a read-only copy of the Active Directory database. RODCs were designed specifically for branch office scenarios where physical security cannot be guaranteed. If an RODC is stolen or compromised, the damage is limited because it holds no writable copy […]

Read more
How to Configure Active Directory Replication on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Active Directory Replication on Windows Server 2019

Introduction to Active Directory Replication Active Directory is a distributed database. In a multi-domain-controller environment, changes made on one DC must propagate to all other DCs in the domain. This process is called replication. Windows Server 2019 uses two replication topologies: intrasite replication (within a site, using RPCs over TCP/IP, triggered within seconds) and intersite […]

Read more
CHAT