Glossary

Microsoft estate terms, explained.

Plain-English definitions for the abbreviations and product terms that appear across EfficientEther pages, Microsoft estate reviews, and operational conversations.

127 definitions10 categoriesPlain English descriptions

R

Microsoft Purview retention labels

Microsoft Purview retention labels are the mechanism within Microsoft Purview for applying records management and information lifecycle rules to content across Exchange Online, SharePoint, OneDrive, Teams, and Viva Engage, determining how long that content must be retained before it can be deleted, whether it should be automatically disposed of after a defined period, and, where required, marking it as a formal record subject to stricter controls that prevent it being edited, moved, or deleted even by users who would otherwise have permission to do so. A label can be configured to retain content only, delete it after a defined retention period with no retention requirement, or both retain-then-delete, and the underlying trigger for that period can be based on when the content was created, when it was last modified, or, for more sophisticated scenarios, an event such as an employee's departure or a contract's end date, which lets retention periods reflect genuinely event-driven business and regulatory requirements rather than only fixed time windows from creation. Labels can be applied manually by end users, published as available options in Outlook and SharePoint, applied automatically based on a retention label policy targeting specific locations, or applied automatically based on trainable classifiers or sensitive information type matches that detect content meeting defined criteria, such as content containing particular regulatory-relevant data, without relying on users to remember to label it themselves. Retention labels interact directly with eDiscovery and legal holds: content under an active hold is preserved regardless of what its retention label says, and Purview generally resolves conflicting retention requirements by preserving content longer whenever multiple policies or holds disagree about disposition, which is a deliberate design choice to avoid content being deleted prematurely. For organisations building a records retention schedule to satisfy ISO/IEC 27001's records management expectations, UK GDPR's storage limitation principle, or sector-specific regulatory retention periods, retention labels are typically how that documented schedule is actually implemented in the tenant rather than remaining a policy document with no operational effect, and disposition review, where content reaching the end of its defined retention period is routed to a reviewer for a final delete-or-extend decision rather than deleted automatically, is a commonly used control for anything where an automatic irreversible deletion carries real risk. A frequent operational challenge is label sprawl and policy conflict: taxonomies that grow to dozens of overlapping labels with unclear ownership become difficult for end users to apply correctly and difficult for administrators to audit, and because auto-apply policies and manual labels can coexist on the same content, unexpected retention outcomes are usually traceable to a policy precedence or scope conflict that needs the tenant's overall label and policy set reviewed as a whole rather than treating any single symptom in isolation.

Retention labels matters because customers, resellers, and procurement teams need evidence that controls are defined, operated, and reviewable. A useful glossary definition should help a reader connect the term to audit preparation, policy work, or repeatable assurance activity.

RightsizingCommercial and channel

Azure rightsizing

Rightsizing is the process of matching a resource, most often an Azure virtual machine, its SKU, to the CPU, memory, and network throughput it actually uses, rather than the capacity it happened to be provisioned with. Oversizing is one of the most common and most persistent sources of Azure waste, because virtual machines are typically sized for a launch peak, a worst-case estimate, or a like-for-like lift from on-premises hardware, and then never revisited once the workload settles into its real, usually much lower, steady-state demand. The correct approach is evidence-based rather than judgement-based: gather utilisation metrics, typically CPU, memory, and network over a representative window such as 30 days, identify machines whose sustained and peak usage sit well below their provisioned capacity, then move them to a smaller SKU with sensible headroom rather than the tightest theoretical fit, since real workloads have variance a single utilisation figure will not show. Azure Advisor generates rightsizing and shutdown recommendations directly from this kind of evidence and is usually the fastest starting point, though its recommendations should be checked against a longer observation window before acting, since a short sampling period can miss legitimate periodic peaks such as month-end batch processing. Rightsizing is not a one-off project. Workload demand drifts as usage patterns, user counts, and application versions change, so machines that were correctly sized six months ago routinely become oversized again without any single deliberate decision causing it, which is why the practice belongs in a recurring monthly or quarterly review rather than a single cleanup pass. The discipline extends beyond virtual machines to any provisioned-capacity resource with a similar failure mode, including database service tiers, App Service plans, and Azure Kubernetes Service node pools, though the evidence and mechanics differ by service. Done properly, with a real utilisation baseline and a before-and-after comparison, rightsizing produces one of the most defensible savings figures in cloud cost work, because the evidence for both the waste and the fix is the same data.

Rightsizing matters because Microsoft estate decisions often have a commercial owner as well as a technical owner. Clear cost, licence, and partner language helps teams prove value, reclaim waste, and agree the next action before spend becomes harder to challenge.

ROICommercial and channel

Return on Investment

Return on Investment measures the value returned by an initiative against what it cost to deliver, expressed most simply as the net benefit divided by the cost, and in Microsoft estate work it is one of the most misused terms because the benefit side is frequently left vague or inflated while the cost side is precise. A defensible ROI figure for a licence, cost-optimisation, or packaging investment needs both sides measured on comparable, evidenced terms: the cost side should include the full commitment, not just an initial licence fee, covering implementation time, training, and any ongoing subscription, while the benefit side has to distinguish between genuinely realised savings, spend that has actually stopped, and merely identified opportunity, waste that has been found but not yet acted on, since only the former belongs in a real ROI calculation. This distinction matters most with licence reclaim: unassigning a Microsoft 365 licence does not necessarily reduce the subscription bill immediately, because billing changes depend on the purchase channel, commitment term, and permitted reduction window, so a reclaim should not be counted as realised ROI until the billing impact is confirmed rather than assumed at the moment the seat is freed. Beyond direct cost avoidance, a complete ROI case in this space usually includes reduced manual effort, the engineering and IT-admin time no longer spent on repetitive licence audits, VM resizing, or packaging rework, and lower delivery risk, the avoided cost of an incident, a compliance failure, or a failed application migration that a more controlled process prevents, though both of these are inherently harder to evidence than a direct pound-for-pound spend reduction and should be presented separately from hard savings rather than blended into one number. The most credible ROI reporting ties every claimed benefit back to a before-and-after measurement taken on a consistent basis, the same discipline that underpins a defensible savings report, because a benefit nobody can independently verify against a baseline is an assertion, not evidence, and it is evidence that a QBR audience is actually there to see.

ROI matters because Microsoft estate decisions often have a commercial owner as well as a technical owner. Clear cost, licence, and partner language helps teams prove value, reclaim waste, and agree the next action before spend becomes harder to challenge.

S

SaaSPlatform and integration

Software as a Service

Software as a Service is a delivery model where the vendor builds, hosts, patches, and operates the application, and the customer accesses it through a browser, a thin client, or an API rather than installing and maintaining it on their own infrastructure, paying on a subscription or usage basis instead of buying a perpetual licence and running the software themselves. This shifts a meaningful set of responsibilities away from the customer: there is no server to patch, no database to back up, no infrastructure capacity to plan for, and version upgrades roll out to every customer on the vendor's release schedule rather than requiring an internal project to plan and test an upgrade. Microsoft 365 itself is the clearest example most IT teams work with daily, and the same model underlies most of the modern tooling layered on top of it, including cost optimisation, licence management, and tenant reporting products that connect to a customer's tenant through Graph and Azure APIs rather than being installed inside it. That distinction between SaaS and installed software matters practically when evaluating a vendor: a SaaS product's total cost of ownership includes the subscription price but not separate infrastructure, patching, or backup effort on the customer's side, whereas a Win32 desktop application, such as an application packaging tool that runs on an engineer's own machine against local and captured application data, keeps deployment and update control with the customer and avoids sending source application data to a third-party service, which is a deliberate trade-off some vendors make for exactly that reason rather than an oversight. Because a SaaS provider holds customer data and, for products acting against a Microsoft tenant, often holds standing API access to that tenant, the questions worth asking before adopting any SaaS tool in a Microsoft 365 or Azure estate go beyond price and features: where is data hosted and processed, does the vendor's terms confirm customer data is not used to train models, what certifications does the vendor hold such as ISO 27001 or Cyber Essentials, how is multi-tenant access isolated so one customer's data cannot leak into another's view, and what happens to data on contract termination. For MSPs specifically, SaaS multi-tenancy is also an operational advantage rather than only a risk to manage, since a properly built multi-tenant SaaS platform lets a partner apply the same cost, security, and reporting workflow consistently across every managed customer from one login, rather than each customer needing separately hosted and separately maintained instances, which is the scaling problem SaaS was built to solve in the first place.

SaaS matters because integrations, APIs, virtual machines, and delivery pipelines are how Microsoft estate data and automation become usable. These terms help readers understand how systems connect before they decide what to build or automate.

Savings PlanCommercial and channel

Azure savings plan

An Azure savings plan for compute is a commitment discount that works differently from a reservation: instead of committing to a specific virtual machine size and region, the customer commits to a fixed amount of spend per hour for a one-year or three-year term, and each hour Azure automatically applies that benefit to whichever eligible compute usage carries the highest discount first, with anything above the hourly commitment billed at standard pay-as-you-go rates. The eligible service list is broad and applies automatically across regions and families without the customer having to predict where a workload will run, covering virtual machines, App Service, Container Instances, Container Apps, the Functions premium plan, dedicated hosts, and Azure Spring Apps for Enterprise. This flexibility is the direct trade-off against a reservation: a savings plan gives up some of the deepest possible discount depth in exchange for a benefit that follows the spend rather than waiting for one specific resource configuration to keep running, which makes it a better fit for workloads that shift between VM families, move across regions, or are still evolving in shape. Two mechanics matter when sizing a savings plan. The hourly benefit is use-it-or-lose-it: any hour where actual eligible usage runs below the committed amount leaves that portion of the commitment unrecovered, it does not roll forward into a later hour, so committing too aggressively wastes money just as surely as not committing at all. And a savings plan cannot be cancelled, exchanged, or refunded once purchased, unlike a reservation, which makes accurate sizing more consequential; the recommended approach is to size the hourly commitment against a genuine look-back on real usage data, typically from Azure Advisor or Cost Management recommendations, rather than a forecast or a round number. In a mixed estate the two commitment types are usually combined rather than treated as an either-or choice: reservations cover the stable core that will not move for the length of the term, and a savings plan absorbs the remaining variable layer that a reservation cannot commit to safely.

Savings Plan matters because Microsoft estate decisions often have a commercial owner as well as a technical owner. Clear cost, licence, and partner language helps teams prove value, reclaim waste, and agree the next action before spend becomes harder to challenge.

Secure ScoreIdentity and security

Microsoft Secure Score

Microsoft Secure Score is a measurement and benchmarking tool within the Microsoft 365 Defender portal that converts an organisation's security configuration across identity, devices, applications, and data into a single numeric score, alongside a prioritised list of specific improvement actions, each carrying a defined point value based on Microsoft's assessment of its security impact and, for many actions, its implementation effort. The score itself is intentionally comparative rather than absolute: it is presented as a percentage of the maximum achievable score for the organisation's specific licensed products, alongside a benchmark against similar organisations by size and industry, which is meant to answer 'how does our posture compare to peers' rather than 'are we secure,' a distinction worth being precise about, since a high percentage score reflects how many of Microsoft's recommended configurations have been implemented, not an independent, holistic assessment of actual resilience against the specific threats an organisation faces. Each improvement action links directly to where it can be configured, and many, particularly around Conditional Access baselines, Defender policy settings, and Entra ID configuration, can be implemented or partially automated directly from within the Secure Score interface itself, which makes it a genuinely useful starting checklist for organisations early in a security maturity journey, giving a concrete, ranked list of next steps rather than an open-ended 'improve security' mandate with no clear starting point. The score's most significant practical limitation is that it can be gamed, deliberately or not, by implementing recommended controls that do not actually fit the organisation's environment purely to gain points, for example enabling a restrictive Conditional Access policy that technically satisfies a scored recommendation but was never properly tested against real sign-in patterns, or completing actions that only apply to features the organisation does not meaningfully use, and a security team optimising primarily for the numeric score rather than for actual risk reduction can end up with a high Secure Score and a materially unchanged, or even worse, real-world security posture. Trend tracking over time is where the tool earns most of its ongoing value, since a consistently rising score, tracked against a defined target, gives a concrete, auditable basis for internal security reporting to leadership or a board, translating what would otherwise be a qualitative 'we've been working on security' statement into a specific, trackable metric, and it is increasingly referenced directly in cyber insurance underwriting conversations and vendor security questionnaires as one data point, alongside more specific controls like MFA coverage and patch cadence, in demonstrating an organisation's overall security investment and trajectory rather than functioning as a certification or compliance attestation in its own right.

Secure Score matters because identity, access, endpoint, and data controls shape how Microsoft environments are protected. Readers should understand the term and then be able to move into security assessment, conformity, or remediation guidance.

Microsoft Purview sensitivity labels

Microsoft Purview sensitivity labels are the mechanism for classifying and protecting content, documents, emails, Teams meetings, and, in the current unified taxonomy, containers such as SharePoint sites, Teams, and Microsoft 365 Groups, based on its business sensitivity, applying protections that travel with the content itself rather than depending solely on where it happens to be stored. A label such as Confidential or Highly Confidential can carry encryption that restricts who can open, edit, forward, or print a document, visual markings like headers, footers, or watermarks that make the classification visible to users, and content-specific restrictions, and because the protection is embedded in the file through Microsoft's rights management service, it persists even if the file is later downloaded, emailed, or moved outside the tenant, unlike protections that rely purely on the storage location's own permissions. Labels can be applied manually by end users choosing from a defined taxonomy, recommended to users based on content detected as matching a sensitive information type, or applied automatically for content matching defined patterns, and container-level labels can independently drive settings like whether a Team or SharePoint site permits external sharing or unmanaged device access, meaning a single label choice made when a site is created can carry meaningful and sometimes overlooked security consequences. Sensitivity labels are commonly confused with retention labels despite sharing the same Purview infrastructure and admin experience: sensitivity labels control who can access and what they can do with content, while retention labels control how long content is kept and whether it is disposed of, and while both can, since Microsoft's taxonomy unification, be managed from a similar interface, they answer entirely different governance questions and a given piece of content will often carry one of each rather than only one or the other. Getting real value from sensitivity labels depends heavily on classification accuracy, since a taxonomy with too many overlapping labels leads to inconsistent application and user confusion about which one to choose, while automatic classification tuned too broadly generates false positives that erode user trust in the labelling prompts and encourage them to be dismissed rather than acted on; a commonly recommended approach is starting with a small number of clearly differentiated labels and expanding only where a genuine business need for finer granularity is demonstrated. For organisations pursuing ISO/IEC 27001 or SOC 2, sensitivity labels are frequently the practical implementation of the standard's required information classification scheme and the access control and data handling controls that follow from it, and DLP policies commonly reference sensitivity labels directly as a condition, meaning a document's label can be the trigger that blocks it from being shared externally or attached to an outbound email in the first place.

Sensitivity labels matters because customers, resellers, and procurement teams need evidence that controls are defined, operated, and reviewable. A useful glossary definition should help a reader connect the term to audit preparation, policy work, or repeatable assurance activity.

Session hostMicrosoft cloud

Azure Virtual Desktop session host

An Azure Virtual Desktop session host is a virtual machine, running in an organisation's own Azure subscription, that has the Azure Virtual Desktop agent installed and is registered into a host pool, making it available to run remote desktop or published application sessions for end users; it is the actual compute resource being consumed, in contrast to Windows 365, where the underlying compute is abstracted away from the organisation entirely inside a fixed-fee Cloud PC. Session hosts come in two operating system modes with materially different economics and use cases: single-session hosts, where one Windows machine serves exactly one concurrently connected user, similar in shape to a traditional VDI desktop, and multi-session hosts, using the Windows 11 (or 10) Enterprise multi-session edition that only Azure Virtual Desktop is licensed to run, where many users share sessions on the same underlying virtual machine simultaneously, which is the configuration that gives Azure Virtual Desktop its cost advantage over both traditional VDI and Windows 365 at scale, since compute cost is shared across many concurrent sessions rather than dedicated one-to-one per user. Session hosts are organised into host pools, which group hosts with an identical configuration and image together and apply a load-balancing algorithm, either breadth-first, spreading new sessions evenly across all available hosts to maximise per-user performance, or depth-first, filling one host to its configured maximum session limit before moving to the next, which is typically chosen to allow autoscaling to deallocate and stop unused hosts entirely and stop paying for their compute during low-usage periods. That autoscaling behaviour is where Azure Virtual Desktop's cost model diverges most sharply from Windows 365's fixed monthly fee: because session hosts are ordinary Azure virtual machines billed by the hour, organisations that configure scaling plans correctly, powering hosts down outside business hours and scaling host count to match actual concurrent demand through the day, can achieve substantially lower effective per-user cost than a fixed-fee Cloud PC model, but only if the scaling plan is actually tuned to real usage patterns; a host pool left running at a fixed size around the clock loses that advantage entirely and can end up more expensive than the Windows 365 equivalent for the same user population. Session host maintenance is an ongoing administrative responsibility that Windows 365 largely abstracts away from the organisation: patching, image updates, agent updates, and monitoring host health for issues like FSLogix profile container failures or capacity exhaustion all fall to whoever administers the host pool, which is the direct trade-off for the deeper cost and configuration control Azure Virtual Desktop offers over the simpler, more managed Windows 365 model.

Session host matters because Microsoft 365, Azure, Windows 365, Teams, and related services are usually managed as one estate. The term connects to planning, cost, configuration, security, and day-two operational decisions across that estate.

SharePoint OnlineMicrosoft cloud

SharePoint Online

SharePoint Online is Microsoft's cloud-based collaboration and document management platform, delivered as part of Microsoft 365, providing team sites, document libraries with version history and co-authoring, list-based data storage, and an intranet and portal-building capability through modern SharePoint pages and hub sites, and it functions as the storage and content-management layer underneath several other Microsoft 365 services rather than only as a standalone destination users deliberately navigate to. Every Microsoft Teams team has a connected SharePoint site backing its Files tab, every Microsoft 365 group that gets created, whether directly or through Teams or Planner, provisions a SharePoint site alongside it, and OneDrive for Business itself runs on the same underlying SharePoint storage infrastructure as a personal site per user, which means SharePoint governance decisions, site creation policies, storage quotas, external sharing defaults, ripple directly into Teams and OneDrive behaviour even for administrators who think of those as separate services. Site sprawl is the most common long-term SharePoint governance issue in mature tenants, arising from the same root cause as Teams sprawl: because a SharePoint site is provisioned automatically every time a Microsoft 365 group, Team, or Yammer community is created, and because there is no default automatic cleanup, organisations accumulate large numbers of sites tied to finished projects, disbanded teams, or one-off initiatives, each one still consuming storage against the tenant's pooled quota and still representing a permissions surface that needs reviewing in any access audit. External sharing is configured at both the tenant level, in the SharePoint admin center, and per-site, and the interaction between these two layers is a frequent source of confusion: a restrictive tenant-wide default does not retroactively lock down a site that was configured more permissively before the policy changed, and a permissive tenant default allows any individual site owner to share as broadly as "anyone with the link" unless a site-level restriction overrides it, so a genuine external sharing audit has to check both levels rather than assuming the tenant setting tells the whole story. Retention and compliance features, including retention labels, sensitivity labels from Microsoft Purview, and legal hold, apply at the SharePoint site and document level and are frequently the actual mechanism enforcing a broader Microsoft 365 compliance policy that appears, from a policy summary, to be a single organisation-wide rule but is technically implemented as potentially many separate site-level configurations that each need to be correctly applied and periodically verified. Storage itself is pooled across the tenant rather than fixed per site, calculated from a baseline plus a per-licensed-user increment, which means unexpectedly high SharePoint storage consumption is usually diagnosable back to a small number of specific large sites or document libraries rather than being an evenly distributed problem across the estate.

SharePoint Online matters because Microsoft 365, Azure, Windows 365, Teams, and related services are usually managed as one estate. The term connects to planning, cost, configuration, security, and day-two operational decisions across that estate.

ShelfwareCommercial and channel

Unused software entitlement

Shelfware is paid software, most commonly a Microsoft 365 or Azure-adjacent subscription licence, that sits assigned or purchased but genuinely unused: seats bought for a headcount projection that did not materialise, licences assigned to a project team that has since disbanded, premium tiers bought organisation-wide when only a subset of users needed the extra capability, or entitlements left in place after the person or workload they supported has gone. The term originated in enterprise software procurement to describe a licence bought and left, metaphorically, on a shelf, and it has become one of the most consistently underestimated categories of waste in a Microsoft estate because it is invisible on a normal admin console view: a licence that is assigned looks identical to one that is being used until someone cross-references assignment against actual activity. Shelfware differs from the closely related idea of a simply unassigned licence, which is a seat purchased but never allocated to any user at all; shelfware specifically describes the harder-to-spot case where a licence is assigned to a real account, so it looks legitimately in use on a licence report, while the underlying account is dormant, has left the organisation, or never needed that tier of subscription in the first place. Finding it requires comparing three figures that are rarely reviewed together: what was purchased, what is assigned, and what is genuinely active, using last sign-in data, per-service usage reports, and role or plan-mix context rather than assignment counts alone. Shelfware accumulates quietly rather than appearing in one dramatic event, through joiner-mover-leaver gaps, over-provisioned plan tiers bought for simplicity rather than fit, and departmental subscriptions nobody owns after a reorganisation, which means the fix is rarely a single cleanup. A monthly or quarterly reclaim review, treating licence reclaim as a repeatable operating habit rather than an occasional audit, is the only way that keeps the gap from reopening as the estate continues to change.

Shelfware matters because Microsoft estate decisions often have a commercial owner as well as a technical owner. Clear cost, licence, and partner language helps teams prove value, reclaim waste, and agree the next action before spend becomes harder to challenge.

SideloadingApplication modernisation

Sideloading

Sideloading is installing an MSIX application onto managed Windows devices directly from a trusted internal source, such as Microsoft Intune or a self-hosted App Installer update feed, rather than through the public Microsoft Store, using a code-signing certificate the target estate already trusts to establish the package's identity and authenticity in place of store curation. This matters because MSIX enforces package identity and signature validation as a core part of the format, not as an optional security add-on: a device will not install an MSIX package at all unless it either comes through the Store or the signing certificate used to sign the package is explicitly trusted by that device, most commonly because the estate has deployed the organisation's own root or intermediate certificate to its managed devices through Intune configuration policy. Sideloading is the standard, expected distribution path for two overlapping categories of application: internal line-of-business software that will never be published to a public store because it is specific to one organisation, and independent software vendor, or ISV, applications an enterprise customer needs distributed and updated under its own management control rather than through a public listing. For applications that need to stay current without manual reinstallation, an App Installer update feed lets a sideloaded MSIX package check a defined URL for newer versions and update itself automatically on a schedule the estate controls, functioning as a lightweight, self-hosted equivalent to the update mechanism the public Store provides for listed apps, without surrendering distribution control to a public marketplace. The signing certificate is the actual trust anchor underpinning the entire sideloading model, so certificate lifecycle management, expiry monitoring, secure private key storage, and a controlled process for who is authorised to sign a package before it ships, is a genuine operational discipline in its own right, not an incidental detail; a certificate that unexpectedly expires or is compromised can block every sideloaded application across an estate simultaneously, or, worse, open a route for an untrusted package to appear trusted, which is why signing pipeline security deserves the same governance attention as the packaging process itself.

Sideloading matters during Windows 11, Intune, Azure Virtual Desktop, and Cloud PC programmes because application blockers can delay the whole rollout. The practical question is whether the term helps capture, package, sign, deploy, or troubleshoot an app with less rework.

SKUCommercial and channel

Stock Keeping Unit

SKU, Stock Keeping Unit, is the specific product or subscription plan identifier used throughout Microsoft's licensing systems, Microsoft 365 admin center, Entra ID, and the Microsoft Graph API among them, to distinguish one purchasable offering from another, Microsoft 365 E3 from E5, Business Standard from Business Premium, an Enterprise Mobility + Security add-on from the base plan it augments, and it is the unit that licence assignment, billing, and usage reporting are actually built around at a technical level. Each SKU bundles a defined set of service plans, the individual capabilities like Exchange Online, Teams, or SharePoint that together make up what a plan actually delivers, and understanding that a SKU is a bundle rather than an atomic unit matters in practice because two different SKUs can overlap substantially in the service plans they include, which is exactly how organisations end up with licence duplication, a user assigned both a standalone Teams licence and a Microsoft 365 SKU that already includes Teams, without anyone having deliberately decided to pay for the same capability twice. Microsoft's SKU catalogue has grown large and, in places, genuinely confusing over time, with historical naming inconsistencies, such as SKUs whose display name and underlying string identifier used in PowerShell or Graph queries do not obviously match, and near-identical-sounding plans that differ in subtle but licensing-relevant ways, which makes working directly from SKU identifiers rather than marketing names the more reliable approach for any script or tool doing licence analysis at scale. This SKU-level granularity is precisely where licence reclaim and cost optimisation work happens in practice: identifying which specific SKU a specific inactive user still holds, recognising when a user's actual usage pattern, judged by which service plans within their assigned SKU they demonstrably use, would be fully covered by a lower-cost SKU, and spotting SKU-level duplication across a tenant are all queries that operate at the SKU and service-plan level rather than at the coarser subscription or product-family level a billing invoice typically presents, which is why tooling built for licence optimisation needs to work with SKU and service plan data directly through Graph or PowerShell rather than relying on the admin center's summary views alone to catch waste that only becomes visible once you are looking at what is actually assigned and actually used at that level of detail.

SKU matters because Microsoft estate decisions often have a commercial owner as well as a technical owner. Clear cost, licence, and partner language helps teams prove value, reclaim waste, and agree the next action before spend becomes harder to challenge.

SOC 2Compliance

System and Organization Controls 2

SOC 2 (System and Organization Controls 2) is a widely used US-originated attestation framework, developed by the American Institute of Certified Public Accountants (AICPA), under which an independent auditor evaluates and reports on a service organisation's controls relevant to one or more of five defined Trust Services Criteria: security (mandatory in every SOC 2 report and often called the common criteria), availability, processing integrity, confidentiality, and privacy, with the organisation itself selecting which of the latter four criteria beyond security are actually relevant and in scope for its report. Unlike a certification such as ISO/IEC 27001, SOC 2 does not result in a certificate; it results in an attestation report written by the auditing CPA firm, and it comes in two distinct types that are frequently confused: a Type I report assesses whether the described controls are suitably designed at a single point in time, while a Type II report, generally considered materially stronger and what most enterprise customers actually expect, assesses whether those controls operated effectively over an observation period, typically six to twelve months, based on evidence sampled throughout that window rather than a single snapshot. SOC 2 reports are also not public documents in the way a certification badge is; they are shared under NDA directly with customers and prospects who need assurance, usually via a dedicated portal like a trust centre, which means SOC 2 status functions primarily as a sales and procurement enablement tool for organisations selling software or services to other businesses, particularly in the US market and increasingly in UK enterprise SaaS procurement, rather than a broad public trust signal in the way a website badge might imply. For a UK-based Microsoft 365 or Azure-focused vendor or MSP, SOC 2 most commonly arises when selling into US-headquartered customers or customers with US-influenced vendor risk processes, where it is often requested alongside or instead of ISO/IEC 27001, and organisations pursuing both frequently find substantial control overlap, since both frameworks expect similar underlying practices around access control, change management, monitoring, and incident response, even though SOC 2's criteria structure and reporting format differ meaningfully from ISO's clause-and-Annex-A structure. A common evaluation mistake is treating any SOC 2 report as equivalent assurance regardless of type or scope: a Type I report, a report covering only the security criterion with no availability or confidentiality commitments, or a report with a heavily carved-out or narrowly defined system description all represent materially less assurance than a Type II report with a broad scope and a clean opinion, so reviewing the actual report, including its scope, the auditor's opinion, and any noted exceptions, rather than relying on the vendor's claim of having "a SOC 2", is standard due diligence practice before relying on it.

SOC 2 matters because customers, resellers, and procurement teams need evidence that controls are defined, operated, and reviewable. A useful glossary definition should help a reader connect the term to audit preparation, policy work, or repeatable assurance activity.

SSOIdentity and security

Single Sign-On

Single Sign-On lets a user authenticate once against a central identity provider and then access multiple separate applications without being prompted to sign in again for each one, which is the mechanism that makes a large application estate practically usable, since without it every application effectively holds its own password, and both password fatigue and the resulting helpdesk cost of password resets scale directly with the number of separate credentials a user has to manage. In the Microsoft ecosystem, Entra ID acts as the identity provider for SSO using standard federation protocols, principally SAML and OpenID Connect with OAuth 2.0, with WS-Federation still present for some legacy line-of-business applications, and thousands of pre-integrated applications are available through the Entra ID application gallery with SSO configuration largely templated rather than built from scratch; applications outside the gallery can still be integrated manually as long as they support one of the standard protocols. Provisioning is a closely related but distinct capability, usually delivered through SCIM, which automatically creates, updates, and disables user accounts inside the target application as they change in Entra ID, so that SSO handles authentication while SCIM handles the account lifecycle behind it, and deploying SSO without also wiring up provisioning is a common gap that leaves accounts in target applications not actually synchronised with their source of truth, meaning a disabled Entra ID account can still leave an active, orphaned account sitting in a downstream application. For hybrid environments still running on-premises Active Directory, Seamless SSO uses Kerberos against the on-premises domain to let domain-joined devices sign in without any prompt at all on the corporate network, while password-based SSO offers a lighter-weight option for older applications that only support form-based login, storing and autofilling credentials through the browser extension rather than true federated authentication. The security trade-off inherent to SSO is worth being explicit about: centralising authentication into one identity provider is what makes broad access manageable, but it also means that single identity provider account becomes a genuinely high-value target, since compromising it can cascade into every connected application at once rather than just one, which is exactly why SSO is deployed in practice alongside Multifactor Authentication and Conditional Access rather than as a standalone convenience feature, and why session lifetime and reauthentication frequency settings for sensitive applications need deliberate configuration rather than being left at defaults that favour convenience over risk.

SSO matters because identity, access, endpoint, and data controls shape how Microsoft environments are protected. Readers should understand the term and then be able to move into security assessment, conformity, or remediation guidance.

T

TaggingCommercial and channel

Azure tagging

Azure tagging is the practice of attaching metadata, in the form of key-value pairs, to Azure resources, resource groups, and subscriptions, and while tags have no effect on how a resource actually functions, they are the primary mechanism Azure provides for organising, governing, and, critically for cost purposes, attributing spend across a cloud estate that would otherwise present as a flat, largely undifferentiated list of resources and their costs. A typical tagging scheme captures dimensions like cost centre, project or application name, environment, production versus development versus test, and owner, and once applied consistently, those tags become the basis for cost allocation reports in Cost Management that break spend down by department or project rather than only by resource type or resource group, for automation that acts on a tag's value, such as scripts that automatically shut down resources tagged as non-production outside business hours to control cost, and for governance policies that can require, restrict, or default specific tag values as resources are created. The gap between tagging's theoretical usefulness and its practical value in most real estates comes down almost entirely to consistency, and it is the single most common failure mode organisations run into: tags applied inconsistently, missing entirely on a meaningful fraction of resources, or applied with inconsistent casing and naming, CostCentre against cost-centre against Cost_Centre, produce cost and governance reports with real, sometimes substantial gaps and inaccuracies, and because Cost Management and most downstream reporting tools treat tag values as literal strings rather than normalising variants, those inconsistencies do not resolve themselves, they compound as more resources are created without enforcement. Azure Policy is the practical mechanism most organisations rely on to close that gap, since it can enforce a required tag at resource creation time, deny creation of untagged resources in specific categories, or automatically inherit a tag value from a resource's parent resource group or subscription, which matters because tag inheritance in Azure is otherwise limited and does not propagate automatically without such a policy in place. It is also worth noting that tags are not free of cost or limits: there is a maximum number of tags per resource and per-tag length limits that occasionally require thought in the naming scheme itself, and some resource types have restrictions on which tags propagate to their billing line items, both of which are worth checking early when designing a tagging taxonomy rather than discovering after the scheme is already in wide use across an estate.

Tagging matters because Microsoft estate decisions often have a commercial owner as well as a technical owner. Clear cost, licence, and partner language helps teams prove value, reclaim waste, and agree the next action before spend becomes harder to challenge.

Teams channelsMicrosoft cloud

Microsoft Teams channels

Channels are the primary organisational structure within a Microsoft Teams team, dividing a team's conversations, files, and tabs into topic- or project-specific spaces, and every team is created with a default "General" channel that cannot be deleted, with additional standard channels, private channels, and shared channels available depending on the plan tier and organisational configuration. Standard channels are visible and accessible to every member of the parent team by default and store their files in the team's main connected SharePoint document library, in a subfolder matching the channel name, while private channels create their own separate, restricted-membership SharePoint site behind the scenes, visible only to the specific members added to that private channel even though it appears nested inside the parent team, and shared channels, built on Microsoft's cross-tenant shared channel technology, allow specific external organisations or other internal teams to collaborate within a channel without needing to be invited as guests into the whole parent team. This distinction matters considerably for both governance and cost visibility: because private channels provision their own separate SharePoint site with independent storage and permissions rather than inheriting the parent team's, a security or storage audit that only reviews the parent team's main site can completely miss the content and access grants living inside its private channels, and organisations that do not know to check for this frequently discover, only during an incident or an audit, that sensitive content was shared in a private channel by users who assumed it inherited the parent team's tighter membership controls. Channel sprawl compounds team sprawl rather than being a separate problem: because creating a new channel requires no more privilege than creating a new team does, and channels do not surface individually in most tenant-level reporting the way whole teams and sites do, an active, well-governed team can still accumulate dozens of abandoned or duplicate channels underneath it, each with its own tabs, connected apps, and conversation history that nobody is actively reviewing for continued relevance. Channel-level apps and tabs, including Planner boards, custom line-of-business app integrations, and third-party connectors, each represent their own individual consent and permissions grant into the tenant through the Microsoft Graph API, meaning a full review of what data an organisation's Teams environment can access has to enumerate channel-level app installations specifically rather than assuming a team-level or tenant-level app review already captured everything, since a channel owner can add an app to their specific channel independently of whatever governance was applied at the team or tenant level.

Teams channels matters because Microsoft 365, Azure, Windows 365, Teams, and related services are usually managed as one estate. The term connects to planning, cost, configuration, security, and day-two operational decisions across that estate.

Tenant driftOperations

Tenant configuration drift

Tenant configuration drift is the gap that opens up between a Microsoft 365 or Azure tenant's current configuration and its expected baseline, the state it was in when last reviewed, approved, and pinned as correct, growing over time through a combination of one-off admin changes made to unblock a user quickly, changes pushed by third-party tools and integrations acting on the tenant, missed reviews where a planned follow-up simply never happened, and Microsoft's own evolving default settings shifting under a tenant that nobody re-reviewed after the change. Drift is dangerous specifically because it is quiet: no single change usually looks alarming in isolation, a slightly loosened Conditional Access condition here, a compliance policy exception granted for one device there, but the cumulative effect over months or years is a tenant whose actual security and compliance posture no longer matches what was documented, reviewed, or reported to a customer or an auditor, and that gap is typically only discovered during an incident investigation or a compliance audit, both of which are the worst possible times to find it. Detecting drift requires two things to exist first: a pinned baseline to compare against, since without a designated known-good reference point there is nothing for current state to drift from, and a repeatable, ideally continuous comparison process, since a one-off comparison only catches drift that has already accumulated up to that point and says nothing about what happens next. Effective drift detection needs to do more than flag that something changed; it needs to convey how significant the change is and to whom, since a routine, low-impact settings tweak and a Conditional Access rule that just weakened MFA enforcement across the tenant both register as drift in the most basic sense but demand very different urgency, and tooling that treats every deviation as equally important either buries genuine risk in noise or trains admins to ignore the alerts altogether. Once drift is identified, the response is a deliberate choice rather than an automatic reflex: either restore the setting to match the approved baseline, appropriate when the change was accidental or unauthorised, or accept the change as a legitimate update and re-baseline to reflect it as the new intended state, appropriate when the change was a considered decision that simply was not formally captured, and per-policy restore capability matters here because a real recovery need is almost always narrow rather than a wholesale rollback that would also undo other legitimate changes made since. For MSPs managing many tenants, drift detection scales a problem that is already hard for a single in-house team: a partner responsible for dozens or hundreds of customer tenants cannot manually re-review every policy on a regular cadence, so automated, continuous drift detection against each customer's own approved baseline is what makes it operationally realistic to keep every managed tenant's actual configuration honest against what was promised in the last security review or QBR.

Tenant drift matters when teams need repeatable day-two work rather than one-off fixes. Definitions in this area should help readers connect reporting, review, remediation, backup, drift, and evidence capture to a controlled operating model.

U

UEMEndpoint management

Unified Endpoint Management

Unified Endpoint Management describes the consolidation of device and application management for every major endpoint type, Windows, macOS, iOS/iPadOS, Android, and now Linux, under a single management platform and policy model, replacing the historical split between separate tools for PCs, one for mobile devices, and often another again for Mac. The term emerged as the natural evolution of Mobile Device Management once organisations realised the same underlying problems, enrolment, configuration, compliance enforcement, security policy, and application delivery, applied across every device type an employee might use, and that maintaining Configuration Manager for Windows, a separate MDM product for mobile, and manual processes for Mac created duplicated policy logic, inconsistent security baselines across platforms, and a worse admin experience with no single view of an organisation's actual device estate. Microsoft Intune is Microsoft's UEM platform, built on the Mobile Device Management and Mobile Application Management capabilities described elsewhere in this glossary but positioned specifically around that single-pane-of-glass promise: one console, the Intune admin center, for enrolling and managing every supported platform, with policy types, compliance policies, configuration profiles, and endpoint security policies, designed to apply consistent, platform-appropriate security outcomes rather than identical settings across genuinely different operating systems. In practice the "unified" part of UEM is aspirational to a degree that varies by platform: Windows management through Intune is deep and mature, benefiting from Microsoft's own CSP-based management stack and years of Configuration Manager heritage now expressed as cloud policy, while non-Windows platforms depend on what Apple's and Google's respective MDM frameworks expose, meaning certain settings and remote actions that exist natively on Windows simply have no equivalent on iOS or Android, and admins moving from a Windows-first mindset are regularly caught out by capability gaps that aren't a Microsoft limitation but a platform one. UEM's real payoff in a Microsoft estate is consolidation of both operational effort and licence spend: retiring a legacy MDM product or a standalone Mac management tool in favour of Intune removes a parallel subscription and a parallel admin skill set, but that consolidation only delivers savings if the legacy tool is actually decommissioned and its licences cancelled, a step that gets missed surprisingly often when a migration is declared complete at the point devices are dual-enrolled rather than at the point the old platform is switched off, leaving an organisation paying for two overlapping UEM platforms for months or years after the "unified" migration was supposedly finished.

UEM matters for endpoint teams because device, app, compliance, update, and troubleshooting signals often sit across several Microsoft admin areas. Linking these terms back to Intune and device-reporting routes helps readers move from definition to action.

UK GDPRCompliance

UK General Data Protection Regulation

UK GDPR is the United Kingdom's own data protection law, sitting alongside the amended Data Protection Act 2018, that governs personal data processing, individual rights, lawful bases for processing, the respective duties of data controllers and processors, and organisational accountability for data protection within the UK specifically, following the UK's departure from the European Union. UK GDPR was created by incorporating the EU GDPR directly into UK domestic law at the point of departure, so its core principles, individual rights, and structure remain closely aligned with the EU version data protection professionals are already familiar with: the same lawfulness, fairness, transparency, purpose limitation, data minimisation, and storage limitation principles apply, and individuals retain broadly the same rights of access, rectification, erasure, and data portability. The practical consequence organisations most need to understand is that UK GDPR and EU GDPR are now legally separate, independently enforced instruments rather than one single law applied in two places, which matters directly for any organisation, such as a UK business serving EU customers, or an EU business handling UK residents' personal data, operating across both jurisdictions simultaneously, since compliance with one does not automatically guarantee compliance with the other if the two frameworks diverge through separate future amendment, which remains a genuine possibility now that they are governed independently. International transfers of personal data out of the UK are a specific area requiring active attention: transferring personal data to a country outside the UK generally requires an adequacy decision recognising that country's data protection standards as sufficient, or another approved transfer mechanism such as UK-specific standard contractual clauses, and these UK transfer mechanisms are not automatically identical to the equivalent EU mechanisms, so they need checking independently for UK-outbound transfers specifically rather than assumed to mirror EU practice. The UK's Information Commissioner's Office, the ICO, is the supervisory authority responsible for UK GDPR enforcement, separate from EU data protection authorities, and organisations processing personal data in a UK context should look to ICO guidance specifically as the primary and most current authoritative reference for UK compliance obligations, rather than relying solely on EU-focused GDPR guidance that may not reflect current UK-specific requirements or ICO regulatory positions.

UK GDPR matters because customers, resellers, and procurement teams need evidence that controls are defined, operated, and reviewable. A useful glossary definition should help a reader connect the term to audit preparation, policy work, or repeatable assurance activity.

Update ringsEndpoint management

Windows update rings

Windows update rings are Intune policies that control how and when Windows quality updates (monthly cumulative security and reliability fixes) and feature updates reach different groups of managed devices, letting an organisation stagger rollout across the estate rather than exposing every device to a newly released update on the same day it ships from Microsoft. A ring configuration sets deferral periods, the number of days after Microsoft's public release before a device in that ring is offered the update, separately for quality and feature updates, along with deadlines forcing installation after a grace period, active hours defining when automatic restarts are avoided, and options like whether users can pause updates temporarily. The underlying rationale is straightforward risk management: a small, low-risk ring, IT staff and volunteer early adopters, receives updates first with a short or zero deferral, giving the organisation a window to catch update-related problems, driver conflicts, application breakage, unexpected reboots, before a much larger "broad" ring of general users receives the same update days or weeks later, by which point Microsoft's own telemetry and the organisation's own pilot ring will typically have surfaced known issues worth pausing for. This is the same core mechanism Windows Autopatch automates and manages on the organisation's behalf, and the meaningful practical choice for most Microsoft 365 estates is between manually configured update rings, which give full control over ring membership, deferral periods, and pause/resume decisions but require an admin to actively monitor rollout health and intervene when something goes wrong, and Autopatch, which takes that monitoring and decision-making off the admin's plate in exchange for less granular control over the specifics. A common configuration mistake is setting deferral periods without a corresponding process to actually review what happened in the pilot ring before the broad ring's deferral period expires, which reduces staged rollout to a false sense of safety, since the ring structure only protects the organisation if someone is actually watching for failures in the early rings and is willing to pause deployment when something looks wrong, rather than treating the deferral period purely as a fixed delay. Update rings also interact with compliance policies in a way that's easy to overlook: a compliance policy checking for minimum OS version needs to be set consistent with the actual deferral periods in the update rings feeding the estate, since a compliance policy demanding the very latest patch level while update rings intentionally hold most devices back by design will mark a large share of a perfectly well-managed estate as non-compliant, a frequent, avoidable source of alarming-looking compliance dashboards that don't actually reflect a real security gap.

Update rings matters for endpoint teams because device, app, compliance, update, and troubleshooting signals often sit across several Microsoft admin areas. Linking these terms back to Intune and device-reporting routes helps readers move from definition to action.