Remote Desktop Services (RDS) is the Windows Server role that enables multiple users to connect to and interact with a remote Windows Server environment simultaneously using the Remote Desktop Protocol (RDP). Each user receives an isolated session on the server, with access to applications, files, and network resources as though working locally. Windows Server 2025 includes a fully modernized RDS implementation that supports both traditional on-premises deployments and hybrid cloud environments via Azure Virtual Desktop.
RDS was introduced as Terminal Services with Windows NT 4.0 Terminal Server Edition and continued under that name through Windows Server 2003. Microsoft renamed the technology to Remote Desktop Services beginning with Windows Server 2008 R2 (released 2009) to reflect its expanded role beyond simple terminal access. The core architecture — a session host accepting RDP connections from remote clients — has remained consistent across all versions, while the feature set, security model, and cloud integration have evolved significantly.
Remote Desktop Services in Windows Server 2025 is delivered through three primary role services that work together to provide a complete remote access solution:
Windows Server 2025 RDS requires Network Level Authentication (NLA) by default. NLA authenticates the user before the full RDP session is established, reducing the attack surface by preventing unauthenticated connections from reaching the session host. Kerberos is used for NLA in domain environments; NTLM is used as a fallback for workgroup or cross-domain scenarios.
Every user or device that connects to an RD Session Host requires a Remote Desktop Services Client Access License (RDS CAL) in addition to the Windows Server license. RDS CALs are available in two models: per-user CALs (the license follows the user account and allows connection from any device) and per-device CALs (the license is assigned to a specific device and allows any user to connect from that device). Windows Server 2025 also supports RDS CAL coverage through eligible Microsoft 365 subscriptions, which include RDS CAL rights for qualifying plans.
Windows Server 2025 introduces several enhancements to the Remote Desktop Services role:
Azure Virtual Desktop (AVD) is the cloud-based extension of on-premises Remote Desktop Services, hosted entirely in Microsoft Azure. AVD provides virtualized Windows desktops and RemoteApp programs from Azure infrastructure, using the same RDP client that connects to on-premises RDS. Organizations running Windows Server 2025 commonly deploy hybrid environments that combine on-premises RDS for internal users with AVD for remote, external, or contractor access — providing consistent user experience regardless of location while centralizing management in the Azure portal.
AVD supports Windows 11 multi-session, Windows Server 2025 session hosts, and FSLogix profile containers for persistent user profiles across pooled sessions. Unlike on-premises RDS, AVD does not require RDS CALs for users covered by eligible Microsoft 365 or Windows licenses, which simplifies licensing in hybrid deployments.
Microsoft replaced the MCSE certification with role-based certifications aligned to modern Windows Server and Azure workloads. Administrators managing Remote Desktop Services and hybrid remote access environments should consider the following certification paths:
In this module, you will learn about: