Glossary

Reference

Acronym & Term Glossary

Plain-English definitions for the acronyms and key terms used across the AI, cloud, EUC and infrastructure articles on this site.

A

AI

AI & Data

Artificial Intelligence

Software systems that perform tasks normally requiring human intelligence: pattern recognition, language understanding, decision making.

API

AI & Data

Application Programming Interface

A defined interface that lets one program talk to another. Cloud and AI services are almost always consumed via HTTPS REST or gRPC APIs.

Azure

Cloud

Microsoft Azure

Microsoft’s public cloud platform offering IaaS, PaaS and SaaS services across regions worldwide.

AWS

Cloud

Amazon Web Services

Amazon’s public cloud platform: the market leader by revenue. Offers compute (EC2), storage (S3), and a deep service catalogue.

ARM

Cloud

Azure Resource Manager

Azure’s deployment and management layer: the control plane behind every resource you create. ARM templates and Bicep target this layer.

AKS

Cloud

Azure Kubernetes Service

Microsoft’s managed Kubernetes offering on Azure. Microsoft runs the control plane; you manage workloads.

Azure Files

Cloud

Azure Files

Fully managed SMB and NFS file shares in Azure. Common backing store for FSLogix profile containers in AVD deployments.

ANF

Cloud

Azure NetApp Files

High-performance, low-latency managed NetApp file shares on Azure. Often used for FSLogix and demanding EUC workloads.

Azure Backup

Cloud

Azure Backup

Microsoft’s cloud-native backup service for VMs, SQL, file shares and SAP HANA running in Azure or on-premises.

Azure Arc

Cloud

Azure Arc

Extends Azure management (policy, monitoring, RBAC) to servers, Kubernetes clusters and data services running outside Azure.

AZ

Cloud

Availability Zone

Physically separate datacentres within an Azure region. Spreading resources across AZs improves resilience.

AVD

EUC & VDI

Azure Virtual Desktop

Microsoft’s desktop and app virtualisation service on Azure with multi-session Windows. Successor brand to WVD.

Application group

EUC & VDI

AVD Application Group

An AVD object that defines what is published from a host pool: either a full desktop or a curated set of RemoteApps.

App Attach

Packaging

MSIX App Attach

A mechanism (originally for AVD) that dynamically attaches MSIX apps from VHD/CIM images at session start, separating app lifecycle from the OS image.

App-V

Packaging

Microsoft Application Virtualization

Microsoft’s legacy app virtualisation format. Being phased out in favour of MSIX.

AppX

Packaging

AppX Package

The package format used by UWP apps in the Microsoft Store. MSIX is the modern, broader successor.

ADFS

Identity & Security

Active Directory Federation Services

On-premises identity federation server that issues SAML/WS-Fed tokens for SSO to cloud and SaaS apps.

Azure AD

Identity & Security

Azure Active Directory

The previous name for Microsoft Entra ID. Frequently appears in older docs, PowerShell module names and group policies.

AVD Insights

Microsoft Stack

AVD Insights

The built-in monitoring dashboard for Azure Virtual Desktop, powered by Azure Monitor and Log Analytics.

B

Bicep

Cloud

Bicep

Microsoft’s domain-specific language for declarative Azure deployments. Compiles down to ARM JSON but is significantly more readable.

C

CDN

Cloud

Content Delivery Network

A globally distributed cache layer that serves static content close to users for lower latency and lower origin load.

Cloud PC

EUC & VDI

Cloud PC

An individual, dedicated Windows desktop hosted in Microsoft’s cloud and delivered via Windows 365.

Citrix DaaS

EUC & VDI

Citrix DaaS (formerly CVAD)

Citrix’s cloud-delivered virtual apps and desktops service. Previously branded as Citrix Virtual Apps and Desktops (CVAD).

CIMFS

Packaging

Composite Image File System

A Windows filesystem for MSIX App Attach. Faster mount and smaller footprint than VHD/VHDX.

Conditional Access

Identity & Security

Conditional Access

Entra ID’s policy engine: evaluates signals (user, device, location, risk) and enforces requirements like MFA or blocked access.

Cluster

Infrastructure

Compute Cluster

A group of servers that act as a single logical unit for high availability or scale: applies to Hyper-V, ESXi, Kubernetes, SQL, RDS.

D

DaaS

EUC & VDI

Desktop as a Service

A managed cloud offering where the desktop, image and back-end are operated for you.

DR

Infrastructure

Disaster Recovery

Plans, runbooks and infrastructure for restoring service after a major outage: distinct from HA, which prevents one.

DRS

Infrastructure

Distributed Resource Scheduler

vSphere feature that automatically balances VM workloads across hosts in a cluster using vMotion.

DNS

Networking

Domain Name System

The naming system that resolves hostnames like azure.com to IP addresses. Underpins Active Directory and almost everything else.

DHCP

Networking

Dynamic Host Configuration Protocol

Automatically assigns IP addresses, subnet masks, gateways and DNS servers to clients joining a network.

DMZ

Networking

Demilitarised Zone

A network segment that sits between the internet and the internal network, hosting public-facing systems like reverse proxies and gateways.

DPM

Microsoft Stack

Data Protection Manager

Microsoft’s backup and recovery product for Windows workloads, often deployed with Azure Backup.

Defender

Microsoft Stack

Microsoft Defender

Microsoft’s family of security products: Defender for Endpoint (EDR), Defender for Cloud, Defender for Office 365, Defender XDR.

E

Embedding

AI & Data

Vector Embedding

A numerical vector that represents the meaning of text, images or other data. Used for semantic search and as the lookup key in RAG.

ExpressRoute

Cloud

Azure ExpressRoute

Private layer-3 connection between an on-premises network and Azure, bypassing the public internet for better SLA and lower latency.

EUC

EUC & VDI

End User Computing

The discipline of delivering applications, desktops and data to users on any device: covers VDI, app virtualisation, and modern workplace.

Entra ID

Identity & Security

Microsoft Entra ID

Microsoft’s cloud identity and access management service: the new name for Azure Active Directory. Provides SSO, MFA and Conditional Access.

ESXi

Infrastructure

VMware ESXi

VMware’s bare-metal hypervisor. The hosts in a vSphere cluster.

F

Fine-tuning

AI & Data

Model Fine-tuning

Continuing the training of a foundation model on a domain-specific dataset so it learns a particular style, vocabulary or task.

FSLogix

EUC & VDI

FSLogix

Microsoft’s profile management technology for non-persistent VDI/AVD. Stores user profiles in VHD/VHDX containers attached at sign-in, so the experience feels persistent on multi-session hosts.

G

GCP

Cloud

Google Cloud Platform

Google’s public cloud platform. Known for data, AI and Kubernetes-native services.

GPO

Infrastructure

Group Policy Object

Active Directory configuration objects that apply user and computer settings across an estate.

H

Host pool

EUC & VDI

AVD Host Pool

A collection of session host VMs in AVD that share the same configuration. Pooled (multi-session) or personal (1:1).

Horizon

EUC & VDI

VMware Horizon

VMware’s VDI and published-app platform, available on-premises (vSphere) and via Horizon Cloud.

Hyper-V

Infrastructure

Microsoft Hyper-V

Microsoft’s Type-1 hypervisor built into Windows Server and Windows clients.

HA

Infrastructure

High Availability

Architectural patterns (failover, redundancy, clustering) that keep a service running through component failure.

HTTPS

Networking

HTTP Secure

HTTP transported over TLS: the secure variant used for almost all modern web traffic.

I

IaaS

Cloud

Infrastructure as a Service

Cloud model where the provider supplies compute, storage and networking; the customer manages OS, runtime and applications.

IaC

Cloud

Infrastructure as Code

Defining cloud infrastructure in version-controlled text files that can be reviewed, tested and replayed: using tools like Bicep, ARM, Terraform.

Intune

Packaging

Microsoft Intune

Microsoft’s cloud-based unified endpoint management (UEM) service for deploying apps, policies and configuration to managed devices.

iSCSI

Networking

Internet Small Computer Systems Interface

Block storage protocol over IP. Lets servers see remote LUNs as if they were local disks. Common backing for SAN-attached compute.

J

JWT

Identity & Security

JSON Web Token

A compact, signed token format used by OIDC and most modern APIs to carry identity and claims between parties.

K

Kerberos

Identity & Security

Kerberos

A ticket-based network authentication protocol: the default authentication mechanism inside an Active Directory domain.

KEMP

Networking

KEMP LoadMaster (Progress LoadMaster)

A hardware/virtual load balancer and application delivery controller, now owned by Progress. Frequently used in front of RDS roles and Exchange.

L

LLM

AI & Data

Large Language Model

A neural network trained on massive text corpora to generate and reason over natural language. Examples include the GPT and Claude families.

LDAP

Identity & Security

Lightweight Directory Access Protocol

The standard protocol for querying directory services. Active Directory exposes LDAP on port 389 / LDAPS on 636.

M

ML

AI & Data

Machine Learning

A discipline of AI where models learn patterns from data rather than being explicitly programmed for each rule.

MCP

AI & Data

Model Context Protocol

An open protocol for connecting AI assistants to tools, data sources and business systems through a consistent interface. Used by Claude and other agentic LLMs.

MultiPoint

RDS Stack

Windows MultiPoint Server

A Windows Server edition that turned a single server into multiple stations using RDS: primarily used in education.

MSIX

Packaging

MSIX Package

Microsoft’s modern Windows application package format: containerised, signed, and serviceable per-user.

MSI

Packaging

Windows Installer Package

The traditional Windows installer format. Still widely used for Win32 apps and the source most MSIX repackaging tools start from.

MFA

Identity & Security

Multi-Factor Authentication

Requires more than one factor (password + phone, hardware key, biometric) to verify identity.

MECM

Microsoft Stack

Microsoft Endpoint Configuration Manager

The current name for SCCM (since 2020). Part of the Microsoft Endpoint Manager portfolio alongside Intune.

M365

Microsoft Stack

Microsoft 365

Microsoft’s bundled productivity offering: Office apps, Windows licensing, Entra ID, Intune, and security services delivered as a subscription.

N

NTLM

Identity & Security

Windows NT LAN Manager

A legacy Microsoft challenge/response authentication protocol. Still present in Windows but discouraged for security reasons.

NFS

Networking

Network File System

A Unix-originated network file sharing protocol. Common for VMware ESXi datastores and Azure NetApp Files.

NAS

Networking

Network Attached Storage

A storage appliance that exposes file shares (SMB/NFS) over the network.

NLB

Networking

Network Load Balancing

Distributes incoming network traffic across multiple servers. Can refer to Microsoft’s Windows NLB role or any load balancer (KEMP, Azure LB, F5).

O

ODFC

EUC & VDI

Office Container (FSLogix)

A separate FSLogix container dedicated to the Microsoft 365 Apps cache (OST, search index, Teams). Reduces sign-in time and protects the main profile container.

OAuth 2.0

Identity & Security

OAuth 2.0

The industry-standard authorisation framework that issues access tokens so clients can call APIs on a user’s behalf without holding their password.

OIDC

Identity & Security

OpenID Connect

An identity layer built on OAuth 2.0 that adds standard sign-in and identity claims via JWT ID tokens.

Office 365

Microsoft Stack

Office 365

The earlier name for the productivity bundle, now part of Microsoft 365. Still used to refer to the Office apps and services subset.

P

Prompt

AI & Data

Prompt

The input text given to an LLM, including system instructions, examples, and the user message that elicit a response.

PaaS

Cloud

Platform as a Service

Cloud model where the provider manages the OS and runtime; the customer provides applications and data.

PSADT

Packaging

PowerShell App Deployment Toolkit

A community-driven framework for wrapping Win32 installations with consistent logging, UX and pre/post logic. Common in SCCM/Intune deployments.

Package Identity

Packaging

Package Identity

The signed identity (name, publisher, version, architecture) that MSIX/AppX uses to manage app state, capabilities and updates.

PIM

Identity & Security

Privileged Identity Management

Entra ID feature for just-in-time, approval-based elevation of privileged roles. Limits the blast radius of standing admin permissions.

PKI

Identity & Security

Public Key Infrastructure

The set of CAs, certificates, revocation lists and trust stores used to issue and validate X.509 certificates.

PowerShell

Infrastructure

Windows PowerShell / PowerShell 7

Microsoft’s task automation shell and scripting language. Built on .NET, integrated with most Microsoft products.

Purview

Microsoft Stack

Microsoft Purview

Microsoft’s data governance, compliance and DLP platform: covers information protection, insider risk and eDiscovery.

R

RAG

AI & Data

Retrieval-Augmented Generation

A pattern where an LLM is grounded by retrieving relevant context from a vector store or document index before generating an answer.

Region

Cloud

Azure Region

A geographic area containing one or more Azure datacentres. Resources are scoped to a region.

RAS

EUC & VDI

Parallels RAS

Parallels Remote Application Server: a virtual apps and desktops platform that brokers to RDS, Hyper-V, VMware, and Azure.

RDS

RDS Stack

Remote Desktop Services

Microsoft’s Windows Server role family for delivering remote sessions and published applications.

RDSH

RDS Stack

Remote Desktop Session Host

The RDS role that hosts the user sessions: the server users actually log into.

RDP

RDS Stack

Remote Desktop Protocol

Microsoft’s wire protocol for delivering screen, input and device redirection across a network.

RD Gateway

RDS Stack

Remote Desktop Gateway

The RDS role that tunnels RDP over HTTPS so external users can reach internal session hosts without a VPN.

RDCB

RDS Stack

Remote Desktop Connection Broker

The RDS role that brokers user connections to the right session host, supports HA, and tracks session state.

RDWA

RDS Stack

Remote Desktop Web Access

The RDS role that publishes the web-based portal where users discover RemoteApps and full desktops.

RemoteApp

RDS Stack

RemoteApp

An application published from an RDS or AVD host that appears to run locally on the user’s device, while actually executing on the host.

RemoteFX

RDS Stack

RemoteFX

A legacy set of RDP graphics enhancements including vGPU and codec improvements. Largely removed in modern Windows for security reasons.

RBAC

Identity & Security

Role-Based Access Control

An authorisation model where permissions are assigned to roles and roles are assigned to users or groups. The basis of Azure and Entra access policy.

S

SaaS

Cloud

Software as a Service

Cloud model where the provider delivers a finished application; the customer just consumes it through a browser or thin client.

Session collection

RDS Stack

RDS Session Collection

An RDS construct that groups session hosts together with a common user assignment, RemoteApp list and policies.

SSO

Identity & Security

Single Sign-On

A user authenticates once and is automatically signed in to additional applications via federated tokens or session cookies.

SAN cert

Identity & Security

Subject Alternative Name Certificate

An X.509 certificate that covers multiple hostnames via the Subject Alternative Name extension: common for RDS roles that share a public name.

SAML

Identity & Security

Security Assertion Markup Language

XML-based federation standard for SSO. Common in enterprise SaaS apps and federated AD FS scenarios.

SLA

Infrastructure

Service Level Agreement

A contractual commitment on availability and performance, often expressed as a number of nines (e.g. 99.9%).

Storage vMotion

Infrastructure

VMware Storage vMotion

Live migration of a VM’s disks between datastores while it stays online.

SMB

Networking

Server Message Block

Microsoft’s file and printer sharing protocol. Used by Windows file shares, Azure Files, and FSLogix profile containers.

SAN

Networking

Storage Area Network

A dedicated network that exposes block storage to servers (typically via Fibre Channel or iSCSI). Not to be confused with SAN-cert.

SCCM

Microsoft Stack

System Center Configuration Manager

Microsoft’s on-premises endpoint management product for software deployment, patching and OS imaging. Now branded MECM/Configuration Manager.

SCOM

Microsoft Stack

System Center Operations Manager

Microsoft’s on-premises infrastructure and application monitoring product.

SCVMM

Microsoft Stack

System Center Virtual Machine Manager

Microsoft’s management product for Hyper-V (and other) VM estates: fabric, templates, clouds.

Sentinel

Microsoft Stack

Microsoft Sentinel

Microsoft’s cloud-native SIEM and SOAR platform on Azure. Ingests logs, runs detection rules, automates response.

T

Token

AI & Data

Token (LLM)

The unit an LLM processes: roughly 3-4 characters of English. Context windows, pricing and rate limits are usually measured in tokens.

Terraform

Cloud

Terraform

HashiCorp’s multi-cloud IaC tool. Uses HCL to describe desired state across providers.

TS

RDS Stack

Terminal Services

The original name for RDS: used on Windows Server 2003 / 2008. Rebranded to Remote Desktop Services in Windows Server 2008 R2.

ThinApp

Packaging

VMware ThinApp

VMware’s agentless application virtualisation format. Largely legacy; commonly migrated to MSIX.

TLS

Identity & Security

Transport Layer Security

The cryptographic protocol underneath HTTPS and most secure network traffic. Successor to SSL.

TCP

Networking

Transmission Control Protocol

The reliable, ordered, connection-oriented transport protocol that underpins HTTPS, RDP and most enterprise traffic.

U

UPD

EUC & VDI

User Profile Disks

The earlier RDS profile-disk technology, superseded by FSLogix. Mounted at session start to give the user a persistent profile across pooled hosts.

UWP

Packaging

Universal Windows Platform

Microsoft’s framework for apps that run across Windows devices using a common API surface. Distributed as AppX/MSIX.

UDP

Networking

User Datagram Protocol

A connectionless transport protocol with lower overhead than TCP. Used by DNS, real-time media, and modern RDP shortpath.

V

VDI

EUC & VDI

Virtual Desktop Infrastructure

Hosting user desktops as virtual machines in a data centre or cloud, accessed remotely.

VDI collection

RDS Stack

RDS VDI Collection

An RDS construct that groups VDI VMs (pooled or personal) and exposes them via the connection broker.

VHD

Packaging

Virtual Hard Disk

Microsoft’s virtual disk format. Used by Hyper-V, FSLogix profile containers and MSIX App Attach images.

VHDX

Packaging

Virtual Hard Disk v2

The successor to VHD: larger capacity, better corruption resilience, used by modern Hyper-V and FSLogix deployments.

VM

Infrastructure

Virtual Machine

A software emulation of a physical computer running its own OS on a hypervisor.

vSphere

Infrastructure

VMware vSphere

VMware’s server virtualisation platform: combines ESXi hypervisors with vCenter management.

vCenter

Infrastructure

VMware vCenter Server

The management plane for vSphere: clusters ESXi hosts, runs HA/DRS/vMotion, hosts the inventory and policies.

vMotion

Infrastructure

VMware vMotion

Live migration of a running VM between ESXi hosts with no downtime.

vSAN

Infrastructure

VMware vSAN

VMware’s hyper-converged software-defined storage. Pools the local disks of ESXi hosts into a single shared datastore.

VPN

Networking

Virtual Private Network

An encrypted tunnel that connects a device or site to a private network across the public internet.

VLAN

Networking

Virtual LAN

A logical segmentation of an Ethernet network using 802.1Q tags, so multiple broadcast domains share the same physical infrastructure.

VLM

Networking

Virtual LoadMaster

KEMP’s software-only LoadMaster appliance that runs on Hyper-V, ESXi or in Azure/AWS.

W

WVD

EUC & VDI

Windows Virtual Desktop

The original product name for what is now Azure Virtual Desktop.

W365

EUC & VDI

Windows 365

Microsoft’s Cloud PC service delivering personal, dedicated Windows desktops as a subscription. Complements AVD.

Workspace

EUC & VDI

AVD Workspace

The AVD object users see in their feed: groups one or more application groups for publishing.

Win32 app

Packaging

Win32 Application

Traditional Windows desktop application using the Win32 API. The vast majority of enterprise applications. Can be repackaged as MSIX.

WinGet

Packaging

Windows Package Manager

Microsoft’s open-source CLI package manager for Windows. Installs apps from a community-curated manifest.

WiX

Packaging

WiX Toolset

An open-source toolset for authoring MSI and bundle installers from XML source.

WSFC

Infrastructure

Windows Server Failover Clustering

Microsoft’s clustering technology: groups Windows nodes so a service can fail over between them. Used by SQL AlwaysOn, Hyper-V, and RDS.

WSUS

Infrastructure

Windows Server Update Services

Microsoft’s on-premises patch distribution service for Windows and supported Microsoft products.

WMI

Microsoft Stack

Windows Management Instrumentation

The Windows infrastructure for querying and managing OS state via a query language: used by inventory, monitoring, and policy tools.

Windows Hello

Microsoft Stack

Windows Hello for Business

Passwordless authentication on Windows using PIN or biometrics bound to a TPM-backed credential.

Z

Zero Trust

Identity & Security

Zero Trust

A security model that assumes breach: verify every request explicitly, grant least privilege, and stop trusting the network perimeter.