authentication

How to Configure Remote Desktop Web Access on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Remote Desktop Web Access on Windows Server 2019

How to Configure Remote Desktop Web Access on Windows Server 2019 Remote Desktop Web Access (RD Web Access) provides a web portal through which users can access RemoteApp programs and session desktops without installing any software other than a web browser or the Remote Desktop client. Users navigate to an HTTPS URL, authenticate with their […]

Read more
How to Configure Remote Desktop Gateway on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Remote Desktop Gateway on Windows Server 2019

How to Configure Remote Desktop Gateway on Windows Server 2019 Remote Desktop Gateway (RD Gateway) is a Windows Server 2019 role service that enables authorised remote users to connect to internal network resources over HTTPS, eliminating the need to expose RDP port 3389 directly to the internet. RD Gateway encapsulates RDP traffic within HTTPS (port […]

Read more
How to Set Up Remote Desktop Licensing on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Remote Desktop Licensing on Windows Server 2019

How to Set Up Remote Desktop Licensing on Windows Server 2019 Remote Desktop Licensing (RD Licensing) manages the Remote Desktop Services Client Access Licenses (RDS CALs) that are required for users or devices to connect to Remote Desktop Session Host servers. Every client connecting to an RD Session Host beyond the two built-in administrator sessions […]

Read more
How to Configure Remote Desktop Session Host on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Remote Desktop Session Host on Windows Server 2019

How to Configure Remote Desktop Session Host on Windows Server 2019 Remote Desktop Session Host (RDSH) is the core component of a Windows Server 2019 Remote Desktop Services deployment that allows multiple users to connect simultaneously and run shared applications or full desktops in isolated sessions. Each user gets a private session with their own […]

Read more
How to Configure Hyper-V Live Migration on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Hyper-V Live Migration on Windows Server 2019

Introduction to Hyper-V Live Migration on Windows Server 2019 Live Migration moves a running virtual machine from one Hyper-V host to another with zero downtime — the VM continues running throughout the move, and users experience no interruption. This is essential for host maintenance (patching, hardware replacement), workload balancing across a cluster, and responding to […]

Read more
How to Set Up Hyper-V Replication on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Hyper-V Replication on Windows Server 2019

Introduction to Hyper-V Replication on Windows Server 2019 Hyper-V Replica is an asynchronous virtual machine replication feature built into Windows Server 2019 that continuously replicates VMs from a primary Hyper-V server to one or more replica servers. It provides a disaster recovery capability without requiring shared storage — each site has its own independent storage. […]

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

How to Configure IIS WebSockets on Windows Server 2019

Introduction to IIS WebSockets on Windows Server 2019 WebSockets provide a full-duplex, persistent communication channel over a single TCP connection between a client and server. Unlike standard HTTP request/response, WebSockets allow the server to push data to clients without the client polling. This is used in real-time applications including chat systems, collaborative tools, live dashboards, […]

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

How to Configure IIS Authentication on Windows Server 2019

Introduction to IIS Authentication on Windows Server 2019 IIS 10 on Windows Server 2019 supports multiple authentication mechanisms, each suitable for different scenarios. Anonymous Authentication allows unauthenticated access (public websites). Windows Authentication uses Kerberos or NTLM to authenticate domain users transparently (intranet applications). Basic Authentication sends credentials in Base64 (requires HTTPS). Digest Authentication uses MD5 […]

Read more
How to Set Up IIS Application Pools on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up IIS Application Pools on Windows Server 2019

Introduction to IIS Application Pools on Windows Server 2019 Application Pools in IIS 10 on Windows Server 2019 are isolated worker process containers that host one or more web applications. Each application pool runs as a separate w3wp.exe process, meaning that a crash, memory leak, or security breach in one application cannot directly affect applications […]

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

How to Set Up DHCP Server Authorisation on Windows Server 2019

Introduction to DHCP Server Authorisation on Windows Server 2019 DHCP Server Authorisation is an Active Directory feature that prevents rogue DHCP servers from operating in a domain environment. In a Windows domain, before a DHCP server will respond to client requests, it must verify that it is authorised in Active Directory. An unauthorised DHCP server […]

Read more
CHAT