authentication

How to Configure DHCP with DNS Dynamic Update on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure DHCP with DNS Dynamic Update on Windows Server 2019

Introduction to DHCP with DNS Dynamic Update on Windows Server 2019 DNS Dynamic Update (DDNS) allows the DHCP server to automatically register and deregister DNS records on behalf of DHCP clients whenever they obtain, renew, or release IP addresses. Without DDNS, administrators must manually maintain DNS A records and PTR records every time a machine […]

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

How to Set Up DHCP Failover on Windows Server 2019

Introduction to DHCP Failover on Windows Server 2019 DHCP Failover allows two Windows Server 2019 DHCP servers to share address assignment responsibility for a scope, providing high availability and load balancing for IP address leasing. Without failover, a single DHCP server failure means clients cannot renew leases or obtain new ones — which causes network […]

Read more
How to Set Up Attack Surface Reduction Rules on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Attack Surface Reduction Rules on Windows Server 2019

Introduction to Attack Surface Reduction Rules Attack Surface Reduction (ASR) rules are a set of targeted security policies in Windows Defender on Windows Server 2019 that block specific behaviors commonly used by malware and attackers—without requiring signature-based detection. ASR rules target abuse of Office macros, script execution techniques, credential theft from LSASS, exploitation of email […]

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

How to Set Up Device Guard on Windows Server 2019

Introduction to Device Guard Device Guard is a set of hardware and software security features in Windows Server 2019 that locks down a device to run only trusted applications and drivers. It consists of two main components: Virtualization-Based Code Integrity (HVCI, also called Memory Integrity), which uses Hyper-V to protect the kernel from unsigned or […]

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

How to Configure Credential Guard on Windows Server 2019

Introduction to Credential Guard Credential Guard is a Windows 10/Server 2019 virtualization-based security feature that isolates credential storage from the main operating system. Traditionally, the Local Security Authority Subsystem Service (LSASS) stores and manages credentials including NTLM password hashes, Kerberos tickets, and cleartext passwords (in some configurations). If an attacker gains kernel-level access or exploits […]

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

How to Set Up NTLM Security on Windows Server 2019

Introduction to NTLM Security NTLM (NT LAN Manager) is a challenge-response authentication protocol used by Windows when Kerberos is not available—for example when accessing resources by IP address instead of hostname, in workgroup environments, or when connecting to legacy systems. While Kerberos is the preferred protocol, NTLM is still present in virtually all Windows environments […]

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

How to Configure Kerberos Authentication on Windows Server 2019

Introduction to Kerberos Authentication Kerberos is the default authentication protocol for Windows domain environments. Introduced with Windows 2000 and continually improved in Windows Server 2019, Kerberos provides mutual authentication—both the client and the server verify each other’s identity—and uses tickets rather than transmitting passwords over the network. Understanding Kerberos is essential for troubleshooting authentication failures, […]

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

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

Introduction to Multi-Factor Authentication Multi-Factor Authentication (MFA) requires users to provide two or more verification factors before gaining access: something they know (password), something they have (phone, hardware token, smart card), or something they are (biometrics). Implementing MFA on Windows Server 2019 dramatically reduces the risk of credential-based attacks—even if a password is stolen, an […]

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

How to Configure Split Tunneling for VPN on Windows Server 2019

Introduction to Split Tunneling Split tunneling is a VPN configuration where only traffic destined for corporate resources is routed through the encrypted VPN tunnel, while internet traffic goes directly from the client through its local internet connection. Without split tunneling (full tunneling), all client traffic—including YouTube, Windows Update, and personal browsing—travels through the corporate VPN […]

Read more
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
CHAT