{"id":3751,"date":"2024-07-30T13:57:00","date_gmt":"2024-07-30T13:57:00","guid":{"rendered":"https:\/\/www.licensingschool.co.uk\/licenseverse\/?post_type=lessons&#038;p=3751"},"modified":"2026-04-24T08:00:11","modified_gmt":"2026-04-24T08:00:11","slug":"licenseverse-updates","status":"publish","type":"lessons","link":"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/","title":{"rendered":"LicenseVerse updates"},"content":{"rendered":"\n<style>\n    \/* --- Layout & Fonts --- *\/\n    .pg-filter-row {\n        display: flex;\n        align-items: center;\n        gap: 25px;\n        flex-wrap: wrap; \n        font-family: \"Segoe UI\", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;\n    }\n\n    \/* --- Search Box Styling --- *\/\n    .pg-search-wrapper {\n        position: relative;\n        display: flex;\n        align-items: center;\n        flex: 2; \/* Increased flex so it takes up more width *\/\n        min-width: 350px; \/* Increased minimum length *\/\n        max-width: 600px; \/* Increased maximum length so it can stretch further *\/\n    }\n\n    .pg-search-input {\n        width: 100%;\n        padding: 12px 50px 12px 38px;\n        border: 1px solid #ccc;\n        border-radius: 24px;\n        font-family: \"Segoe UI\", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;\n        font-size: 14px;\n        color: #000000 !important; \n        box-sizing: border-box;\n        transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;\n        background-color: #ffffff !important; \n        -webkit-appearance: none; \n        appearance: none;\n        \n        \/* Custom inline SVG magnifying glass *\/\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='16' height='16' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'\/%3E%3C\/svg%3E\");\n        background-repeat: no-repeat;\n        background-position: 12px center;\n    }\n\n    .pg-search-input:focus {\n        outline: none;\n        border-color: #97C93F;\n        box-shadow: 0 0 0 3px rgba(151, 201, 63, 0.15);\n    }\n\n    .pg-search-input::placeholder {\n        color: #b3b3b3 !important;\n        font-style: italic !important;\n        opacity: 1;\n    }\n\n    \/* --- Clear 'X' Button Styling --- *\/\n    .pg-clear-btn {\n        position: absolute;\n        right: 8px;\n        background: transparent;\n        border: 1px solid transparent;\n        color: #999;\n        cursor: pointer;\n        display: none; \n        align-items: center;\n        justify-content: center;\n        padding: 6px;\n        border-radius: 50%;\n        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);\n        height: 32px; \n        width: 32px;\n    }\n\n    .pg-clear-btn:hover {\n        color: #e63946; \n        background-color: #f8f9fa;\n        transform: scale(1.08);\n    }\n\n    .pg-clear-btn svg {\n        width: 18px; \n        height: 18px;\n        stroke: currentColor;\n        stroke-width: 0.5px;\n    }\n\n    \/* --- Checkbox Styling --- *\/\n    .custom-checkbox-wrapper {\n        display: flex;\n        align-items: center;\n        font-family: \"Segoe UI\", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;\n        flex: 1.5; \n        min-width: 320px;\n    }\n\n    .custom-checkbox-label {\n        display: flex;\n        align-items: center;\n        cursor: pointer;\n        font-weight: normal;\n        margin: 0;\n        color: #333;\n        font-size: 14px;\n        line-height: 1.4;\n        user-select: none;\n    }\n\n    .custom-checkbox-input {\n        position: absolute;\n        opacity: 0;\n        cursor: pointer;\n        height: 0;\n        width: 0;\n    }\n\n    .checkmark {\n        position: relative;\n        flex-shrink: 0;\n        height: 26px; \n        width: 26px;  \n        background-color: #ffffff !important;\n        border: 1px solid #ccc;\n        border-radius: 5px; \n        margin-right: 12px;\n        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .custom-checkbox-label:hover .custom-checkbox-input:not(:checked) ~ .checkmark {\n        border-color: #97C93F;\n        background-color: #fbfdf7 !important;\n    }\n\n    .custom-checkbox-input:checked ~ .checkmark {\n        background-color: #97C93F !important;\n        border-color: #97C93F;\n    }\n\n    .checkmark:after {\n        content: \"\";\n        display: none;\n        width: 6px; \n        height: 12px; \n        border: solid white;\n        border-width: 0 3px 3px 0; \n        transform: rotate(45deg);\n        margin-bottom: 2px;\n    }\n\n    .custom-checkbox-input:checked ~ .checkmark:after {\n        display: block;\n        animation: popIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n    }\n\n    .filter-link {\n        color: #79a62b;\n        font-weight: normal;\n        text-decoration: underline;\n    }\n\n    .filter-link:hover {\n        color: #97C93F;\n    }\n\n    \/* --- Tally Badge Styling --- *\/\n    .month-tally {\n        font-family: \"Segoe UI\", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;\n        font-size: 0.8em;\n        color: #888888;\n        font-style: italic;\n        font-weight: normal;\n        margin-left: 8px;\n        vertical-align: baseline;\n    }\n\n    \/* --- Search Highlight Styling --- *\/\n    mark.pg-highlight {\n        background-color: #ffeb3b; \n        color: inherit; \n        padding: 0; \n        margin: 0;\n        font-weight: inherit; \n        border-radius: 0; \n        box-shadow: none;\n    }\n\n    @keyframes popIn {\n        0% { transform: rotate(45deg) scale(0); opacity: 0; }\n        100% { transform: rotate(45deg) scale(1); opacity: 1; }\n    }\n<\/style>\n\n<div id=\"pg-filter-container\" style=\"margin-bottom: 35px; background: transparent;\">\n    \n    <div class=\"pg-filter-row\">\n        <!-- Rounded Search Box with Clear Button -->\n        <div class=\"pg-search-wrapper\">\n            <input type=\"text\" id=\"pg-search-input\" class=\"pg-search-input\" autocomplete=\"off\">\n            <button id=\"pg-clear-btn\" class=\"pg-clear-btn\" type=\"button\" aria-label=\"Clear search\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"currentColor\" viewBox=\"0 0 16 16\">\n                    <path d=\"M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z\"\/>\n                <\/svg>\n            <\/button>\n        <\/div>\n\n        <!-- Checkbox with hard line break -->\n        <div class=\"custom-checkbox-wrapper\">\n            <label class=\"custom-checkbox-label\">\n                <input type=\"checkbox\" id=\"pg-checkbox\" class=\"custom-checkbox-input\">\n                <span class=\"checkmark\"><\/span>\n                <span>Filter <a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-school-toolbox\/\" class=\"filter-link\" target=\"_blank\" onclick=\"event.stopPropagation();\">Licensing School Toolbox<\/a> updates<br>            (calculators and configurators)<\/span>\n            <\/label>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const checkbox = document.getElementById('pg-checkbox');\n    const searchInput = document.getElementById('pg-search-input');\n    const clearBtn = document.getElementById('pg-clear-btn');\n    const filterContainer = document.getElementById('pg-filter-container');\n    \n    \/\/ Target ONLY the specific column the filter is in\n    const contentArea = filterContainer.closest('.wp-block-column') || filterContainer.parentElement;\n    \n    \/\/ Apply Segoe UI font to the content area below the search\n    contentArea.style.fontFamily = '\"Segoe UI\", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif';\n\n    const targetTerms = [\n        \"calculator\", \"fwyn\", \"price plotter\", \"glossary\", \n        \"licensing guides gallery\", \"selector\", \"plan picker\", \"partner center archive\", \n        \"partner center announcements archive\", \"promotions playground\"\n    ];\n\n    \/\/ Array of headers to ignore when adding number counters\n    const blacklistedHeaders = [\n        \"dashboard contents\",\n        \"find licensing information\",\n        \"keep up to date\", \n        \"learn\",\n        \"demonstrate knowledge\"\n    ];\n\n    \/\/ Helper to safely escape RegEx strings\n    const escapeRegExp = (string) => string.replace(\/[.*+?^${}()|[\\]\\\\]\/g, '\\\\$&');\n\n    \/\/ Store original HTML of all list items\/paragraphs so we can safely highlight and reset\n    const allItems = contentArea.querySelectorAll('li, p');\n    allItems.forEach(item => {\n        if (!filterContainer.contains(item) && !item.closest('.ez-toc-container, [class*=\"toc\"]')) {\n            if (item.textContent.replace(\/\\u00a0\/g, '').trim() !== '') {\n                item.setAttribute('data-orig-html', item.innerHTML);\n            }\n        }\n    });\n\n    \/\/ --- 1. Focus Management ---\n    searchInput.focus();\n    window.addEventListener('load', () => searchInput.focus());\n    document.addEventListener('click', function(e) {\n        if (e.target.closest('button') || e.target.closest('.custom-checkbox-label')) {\n            setTimeout(() => { searchInput.focus(); }, 10);\n        }\n    });\n\n    \/\/ --- 2. Typewriter Placeholder Effect ---\n    const placeholderText = \"Search updates here\u2026 \";\n    let typeIndex = 0;\n    function typeWriter() {\n        if (typeIndex < placeholderText.length) {\n            searchInput.placeholder += placeholderText.charAt(typeIndex);\n            typeIndex++;\n            setTimeout(typeWriter, 80);\n        }\n    }\n    typeWriter();\n\n    \/\/ --- 3. Filter &#038; Highlight Logic ---\n    function updateClearButton() {\n        clearBtn.style.display = searchInput.value.length > 0 ? 'flex' : 'none';\n    }\n\n    function applyFilters() {\n        const isChecked = checkbox.checked;\n        const searchQuery = searchInput.value.trim();\n        const searchQueryLower = searchQuery.toLowerCase();\n        \n        \/\/ 1. Filter rows and apply highlights\n        allItems.forEach(item => {\n            if (filterContainer.contains(item) || item.closest('.ez-toc-container, [class*=\"toc\"]')) return;\n            if (!item.hasAttribute('data-orig-html')) return; \n            \n            const originalHtml = item.getAttribute('data-orig-html');\n            const fullText = item.textContent.toLowerCase();\n            const textBeforeColon = fullText.split(':')[0];\n            \n            \/\/ Check filters\n            let passesCheckbox = isChecked ? targetTerms.some(term => textBeforeColon.includes(term)) : true;\n            let passesSearch = searchQueryLower !== \"\" ? fullText.includes(searchQueryLower) : true;\n\n            if (passesCheckbox && passesSearch) {\n                item.style.display = '';\n                \n                \/\/ Apply Highlighting\n                if (searchQuery !== \"\") {\n                    const regex = new RegExp(`(${escapeRegExp(searchQuery)})`, 'gi');\n                    \n                    \/\/ Splits by HTML tags to only highlight text nodes, avoiding breaking links\/spans\n                    const parts = originalHtml.split(\/(<[^>]*>)\/);\n                    let newHtml = \"\";\n                    for (let i = 0; i < parts.length; i++) {\n                        if (i % 2 === 0) { \/\/ Text blocks are at even indices\n                            newHtml += parts[i].replace(regex, '<mark class=\"pg-highlight\">$1<\/mark>');\n                        } else {\n                            newHtml += parts[i];\n                        }\n                    }\n                    item.innerHTML = newHtml;\n                } else {\n                    item.innerHTML = originalHtml; \/\/ Reset to normal if no search\n                }\n            } else {\n                item.style.display = 'none';\n                item.innerHTML = originalHtml; \/\/ Clean up hidden items\n            }\n        });\n\n        \/\/ 2. Control Headers & Generate Tallies\n        const headers = contentArea.querySelectorAll('h2, h3');\n        headers.forEach(header => {\n            if (header.closest('.ez-toc-container, [class*=\"toc\"]')) return;\n\n            \/\/ --- BLACKLIST CHECK ---\n            const headerTextLower = header.textContent.toLowerCase();\n            const isBlacklisted = blacklistedHeaders.some(term => headerTextLower.includes(term));\n            \n            \/\/ If the header matches a word in our blacklist, skip it entirely\n            if (isBlacklisted) {\n                return;\n            }\n\n            let nextEl = header.nextElementSibling;\n            let visibleCount = 0;\n            let hasVisibleItem = false;\n\n            \/\/ Look ahead to count visible items under this heading\n            while (nextEl && !['H2', 'H3'].includes(nextEl.tagName)) {\n                const nestedItems = nextEl.querySelectorAll('li, p');\n                const elementsToCheck = nestedItems.length > 0 ? Array.from(nestedItems) : [nextEl];\n\n                for (let el of elementsToCheck) {\n                    if ((el.tagName === 'LI' || el.tagName === 'P') && !filterContainer.contains(el)) {\n                        if (el.style.display !== 'none' && el.hasAttribute('data-orig-html')) {\n                            hasVisibleItem = true;\n                            visibleCount++;\n                        }\n                    }\n                }\n                nextEl = nextEl.nextElementSibling;\n            }\n\n            \/\/ Create or update the Tally bracket string e.g., (5)\n            let tallySpan = header.querySelector('.month-tally');\n            if (!tallySpan) {\n                tallySpan = document.createElement('span');\n                tallySpan.className = 'month-tally';\n                header.appendChild(tallySpan);\n            }\n            tallySpan.textContent = `(${visibleCount})`;\n\n            \/\/ Hide header if it has no items to show\n            header.style.display = ((isChecked || searchQuery !== \"\") && !hasVisibleItem) ? 'none' : '';\n        });\n    }\n\n    \/\/ Initialize logic immediately to attach numbers on load\n    applyFilters();\n\n    \/\/ --- 4. Event Listeners ---\n    checkbox.addEventListener('change', applyFilters);\n    \n    searchInput.addEventListener('input', function() {\n        updateClearButton();\n        applyFilters();\n    });\n\n    clearBtn.addEventListener('click', function() {\n        searchInput.value = ''; \n        updateClearButton();    \n        applyFilters();\n        searchInput.focus();\n    });\n\n});\n<\/script>\n\n\n\n<!-- LicenseVerse Brute Force Scroll-to-Top Widget -->\n<style>\n\/* Scoped to #lsv-scroll-top-widget *\/\n#lsv-scroll-top-widget {\n    --lsv-theme-color: #97C93F;\n    --lsv-theme-hover: #87b535;\n    --lsv-theme-active: #76a02f;\n}\n\n#lsv-scroll-top-widget .lsv-scroll-top-btn {\n    position: fixed !important;\n    bottom: 30px !important;\n    right: 30px !important;\n    background-color: var(--lsv-theme-color);\n    color: #ffffff;\n    border: none;\n    border-radius: 28px;\n    padding: 12px 22px 12px 16px;\n    font-family: \"Segoe UI\", system-ui, -apple-system, sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    cursor: pointer;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    z-index: 99999 !important;\n    \n    opacity: 0;\n    visibility: hidden;\n    transform: translateY(15px);\n    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n    \n    touch-action: manipulation;\n    -webkit-tap-highlight-color: transparent;\n}\n\n#lsv-scroll-top-widget .lsv-scroll-top-btn.show {\n    opacity: 1;\n    visibility: visible;\n    transform: translateY(0);\n}\n\n#lsv-scroll-top-widget .lsv-scroll-top-btn:hover {\n    background-color: var(--lsv-theme-hover);\n    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);\n    transform: translateY(-2px);\n}\n\n\/* Active state for immediate feedback *\/\n#lsv-scroll-top-widget .lsv-scroll-top-btn:active {\n    background-color: var(--lsv-theme-active);\n    transform: scale(0.95);\n    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);\n    transition: transform 0.05s ease;\n}\n\n#lsv-scroll-top-widget .lsv-scroll-top-btn svg {\n    width: 22px;\n    height: 22px;\n    flex-shrink: 0;\n}\n\n\/* Mobile responsiveness *\/\n@media (max-width: 768px) {\n    #lsv-scroll-top-widget .lsv-scroll-top-btn {\n        bottom: 20px !important;\n        right: 20px !important;\n        padding: 10px 18px 10px 14px;\n        font-size: 13px;\n    }\n    #lsv-scroll-top-widget .lsv-scroll-top-btn svg {\n        width: 20px;\n        height: 20px;\n    }\n}\n\n\/* Print: hide the button *\/\n@media print {\n    #lsv-scroll-top-widget { display: none !important; }\n}\n\n\/* Smooth scroll fallback for CSS-based scrolling *\/\nhtml, body {\n    scroll-behavior: smooth;\n}\n\n\/* Respect user preference for reduced motion *\/\n@media (prefers-reduced-motion: reduce) {\n    html, body {\n        scroll-behavior: auto;\n    }\n}\n<\/style>\n\n<div id=\"lsv-scroll-top-widget\">\n    <button class=\"lsv-scroll-top-btn\" id=\"lsv-scroll-top-btn\" aria-label=\"Scroll to top\" aria-hidden=\"true\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"3\" stroke=\"currentColor\" aria-hidden=\"true\">\n            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 15.75l7.5-7.5 7.5 7.5\" \/>\n        <\/svg>\n        <span>TOP<\/span>\n    <\/button>\n<\/div>\n\n<script>\n(function() {\n    'use strict';\n    \n    const CONFIG = {\n        showAfterScroll: 300,\n        throttleDelay: 50,\n        \/\/ Emulate 3 presses with these intervals (ms) to guarantee scroll reaches the top\n        pressIntervals: [0, 500, 1000] \n    };\n\n    const widget = document.getElementById('lsv-scroll-top-widget');\n    const btn = document.getElementById('lsv-scroll-top-btn');\n    \n    if (!widget || !btn) return;\n\n    let lastScrollTime = 0;\n    let scrollTimers = [];\n    \n    \/\/ The Scroll Command\n    function executeScrollCommand() {\n        const currentScroll = window.scrollY || window.pageYOffset || document.documentElement.scrollTop || 0;\n        if (currentScroll === 0) return;\n\n        \/\/ Check if user has system accessibility settings requesting reduced motion\n        const prefersReducedMotion = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n\n        \/\/ Perform smooth native scroll\n        try {\n            window.scrollTo({ \n                top: 0, \n                behavior: prefersReducedMotion ? 'auto' : 'smooth' \n            });\n        } catch (e) {\n            \/\/ Fallback for ancient browsers that don't support the smooth behavior object\n            window.scrollTo(0, 0);\n        }\n    }\n\n    \/\/ Emulate 3 rapid presses to overcome sticky\/scroll-jacking elements\n    function bruteForceScroll() {\n        \/\/ Clear any pending timers from previous clicks to prevent buildup\n        scrollTimers.forEach(timer => clearTimeout(timer));\n        scrollTimers = [];\n\n        \/\/ Trigger the scroll command 3 times in succession\n        CONFIG.pressIntervals.forEach((delay, index) => {\n            const timer = setTimeout(() => {\n                \/\/ Add a tiny 16ms delay on the first call to let layout\/touch events settle\n                if (index === 0) {\n                    setTimeout(executeScrollCommand, 16);\n                } else {\n                    executeScrollCommand();\n                }\n            }, delay);\n            scrollTimers.push(timer);\n        });\n    }\n\n    \/\/ Throttled scroll handler for button visibility\n    function onScroll() {\n        const now = Date.now();\n        if (now - lastScrollTime < CONFIG.throttleDelay) return;\n        lastScrollTime = now;\n\n        const scrollY = window.scrollY || window.pageYOffset || document.documentElement.scrollTop || 0;\n        \n        if (scrollY > CONFIG.showAfterScroll) {\n            btn.classList.add('show');\n            btn.setAttribute('aria-hidden', 'false');\n        } else {\n            btn.classList.remove('show');\n            btn.setAttribute('aria-hidden', 'true');\n        }\n    }\n\n    \/\/ Click handler - triggers the 3x emulation\n    btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        bruteForceScroll();\n    });\n\n    \/\/ Keyboard accessibility - triggers the 3x emulation\n    btn.addEventListener('keydown', function(e) {\n        if (e.key === 'Enter' || e.key === ' ') {\n            e.preventDefault();\n            e.stopPropagation();\n            bruteForceScroll();\n        }\n    });\n\n    \/\/ Touch support - triggers the 3x emulation\n    btn.addEventListener('touchstart', function(e) {\n        \/\/ Only prevent default on touchstart to allow touchend to handle the logic cleanly\n        e.preventDefault();\n    }, { passive: false });\n\n    btn.addEventListener('touchend', function(e) {\n        e.preventDefault();\n        bruteForceScroll();\n    });\n\n    \/\/ Passive scroll listener\n    if (window.addEventListener) {\n        window.addEventListener('scroll', onScroll, { passive: true });\n        onScroll();\n    }\n\n    \/\/ Cleanup\n    if (window.addEventListener) {\n        window.addEventListener('beforeunload', function() {\n            scrollTimers.forEach(timer => clearTimeout(timer));\n            window.removeEventListener('scroll', onScroll);\n        });\n    }\n})();\n<\/script>\n\n\n\n<!-- ============================================================\n  LS NAV \u2014 CONFIGURATION\n  Uncomment ONE line below to apply the active green highlight.\n============================================================ -->\n<script>\n  \/\/ var LS_ACTIVE_ITEM = \"LicenseVerse\";\n  \/\/ var LS_ACTIVE_ITEM = \"Glossary\";              \n  \/\/ var LS_ACTIVE_ITEM = \"Licensing School Toolbox\";\n  \/\/ var LS_ACTIVE_ITEM = \"SCR Community forum\";\n   var LS_ACTIVE_ITEM = \"LicenseVerse updates\";\n  \/\/ var LS_ACTIVE_ITEM = \"Licensing blog\";\n  \/\/ var LS_ACTIVE_ITEM = \"Training overview\";\n  \/\/ var LS_ACTIVE_ITEM = \"FWYN (Find What You Need)\";\n  \/\/ var LS_ACTIVE_ITEM = \"Register for training\";\n  \/\/ var LS_ACTIVE_ITEM = \"Exams overview\";\n  \/\/ var LS_ACTIVE_ITEM = \"Licensing Scholar exams\";\n  \/\/ var LS_ACTIVE_ITEM = \"Body of Knowledge exams\";\n<\/script>\n<!-- ============================================================ -->\n\n<style>\n  \/* =========================================================\n     [ FUTURE EDIT SECTION ] \n     Easily adjust specific settings below.\n  ========================================================= *\/\n  :root {\n    \/* Change the number below to make the typed text bigger or smaller. *\/\n    --search-input-font-size: 14px; \n  }\n\n  #ls-nav { display: none; }\n\n  .ls-nav-injected {\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    box-sizing: border-box;\n    width: 100%;\n    padding: 10px 0;\n  }\n\n  .ls-nav-injected * { box-sizing: border-box; }\n\n  \/* \"Dashboard contents\" title at the top *\/\n  .ls-nav-title {\n    font-size: 20px !important;\n    font-weight: 600 !important;\n    color: #1a1a1a !important;\n    margin: -14px 0 24px -4px !important; \/* Moved UP slightly *\/\n    padding: 0 !important;\n    border: none !important;\n    background: none !important;\n    letter-spacing: -0.2px;\n  }\n\n  .ls-nav-section { margin-bottom: 18px; }\n\n  .ls-nav-header {\n    font-size: 11px !important;\n    font-weight: 600 !important;\n    color: #94a3b8 !important;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin: 0 0 6px 0 !important;\n    padding: 0 0 6px 0 !important;\n    border-bottom: 1px solid #e2e8f0 !important;\n    background: none !important;\n  }\n\n  .ls-nav-injected ul {\n    list-style: none !important;\n    margin: 0 !important;\n    padding: 0 !important;\n  }\n\n  .ls-nav-injected li {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n  }\n\n  \/* --- MAIN LINKS --- *\/\n  .ls-nav-injected a {\n    display: flex !important;\n    align-items: center;\n    padding: 7px 12px 7px 10px !important; \/* Base padding *\/\n    text-decoration: none !important;\n    color: #334155 !important;\n    font-size: 14px !important;\n    font-weight: 400 !important;\n    border-left: 3px solid transparent;\n    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important; \/* Smooth animation *\/\n    background: transparent !important;\n    box-shadow: none !important;\n  }\n\n  .ls-nav-injected a svg {\n    width: 17px;\n    height: 17px;\n    min-width: 17px;\n    margin-right: 12px;\n    stroke: #8dc63f;\n    fill: none;\n    stroke-width: 1.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);\n  }\n\n  \/* Link Hover Animations *\/\n  .ls-nav-injected a:hover {\n    background-color: #f8fafc !important;\n    color: #0f172a !important;\n    padding-left: 14px !important; \/* Slides text to the right slightly *\/\n  }\n\n  .ls-nav-injected a:hover svg {\n    transform: scale(1.15); \/* Subtle pop for the icon *\/\n  }\n\n  .ls-nav-injected a.ls-active {\n    background-color: #f4faeb !important;\n    border-left-color: #8dc63f !important;\n    color: #0f172a !important;\n    font-weight: 600 !important;\n  }\n\n  \/* --- EXPANDABLE ROW (LicenseVerse) --- *\/\n  .ls-expand-toggle {\n    display: flex !important;\n    align-items: center;\n    justify-content: space-between;\n    padding: 7px 12px 7px 10px !important;\n    cursor: pointer;\n    color: #334155 !important;\n    font-size: 14px !important;\n    font-weight: 400 !important;\n    border-left: 3px solid transparent;\n    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;\n    background: transparent !important;\n    user-select: none;\n  }\n\n  \/* Toggle Hover Animation *\/\n  .ls-expand-toggle:hover {\n    background-color: #f8fafc !important;\n    color: #0f172a !important;\n    padding-left: 14px !important; \/* Slides text right slightly *\/\n  }\n\n  .ls-expand-toggle.ls-active {\n    background-color: #f4faeb !important;\n    border-left-color: #8dc63f !important;\n    color: #0f172a !important;\n    font-weight: 600 !important;\n  }\n\n  .ls-expand-left {\n    display: flex;\n    align-items: center;\n  }\n\n  .ls-expand-toggle svg.ls-toggle-icon {\n    width: 17px;\n    height: 17px;\n    min-width: 17px;\n    margin-right: 12px;\n    stroke: #8dc63f;\n    fill: none;\n    stroke-width: 1.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);\n  }\n\n  .ls-expand-toggle:hover svg.ls-toggle-icon {\n    transform: scale(1.15); \/* Icon pop *\/\n  }\n\n  .ls-chevron {\n    width: 18px; \n    height: 18px;\n    stroke: #475569;\n    fill: none;\n    stroke-width: 3;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    transition: transform 0.25s ease;\n    flex-shrink: 0;\n  }\n\n  .ls-expand-toggle.ls-open {\n    background-color: #f4faeb !important;\n    border-left-color: #8dc63f !important;\n    color: #0f172a !important;\n    font-weight: 600 !important;\n  }\n\n  .ls-expand-toggle.ls-open .ls-chevron {\n    transform: rotate(180deg);\n    stroke: #8dc63f;\n  }\n\n  \/* SUBMENU - Contains Bottom & Right Border *\/\n  .ls-submenu {\n    overflow: hidden;\n    max-height: 0;\n    margin-left: 24px;\n    border-left: 2px solid #e2e8f0;\n    border-bottom: 1px solid transparent;\n    border-right: 1px solid transparent;\n    border-radius: 0 0 8px 8px; \/* Rounded bottom corners *\/\n    padding-bottom: 0;\n    margin-bottom: 0;\n    transition: max-height 0.35s ease, padding-bottom 0.35s ease, margin-bottom 0.35s ease, border-color 0.35s ease;\n    background: #ffffff;\n  }\n\n  .ls-submenu.ls-open {\n    max-height: 400px;\n    padding-bottom: 8px; \n    margin-bottom: 6px;  \n    border-bottom: 1px solid #e2e8f0; \n    border-right: 1px solid #e2e8f0; \n  }\n  \n  \/* Remove border radius from parent when open to connect seamlessly *\/\n  .ls-expand-toggle.ls-open {\n    border-bottom-left-radius: 0;\n    border-bottom-right-radius: 0;\n  }\n\n  .ls-submenu a {\n    padding: 7px 12px 7px 32px !important;\n    font-size: 13.5px !important;\n    color: #4b5563 !important;\n    border-left: none !important;\n    position: relative;\n    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;\n  }\n\n  \/* Submenu Hover slide *\/\n  .ls-submenu a:hover {\n    background-color: #f8fafc !important;\n    color: #0f172a !important;\n    padding-left: 36px !important; \/* Slide animation *\/\n  }\n\n  \/* GREEN BULLET POINTS *\/\n  .ls-submenu a::before {\n    content: \"\";\n    position: absolute;\n    left: 16px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: #8dc63f; \n    transition: left 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s ease, background-color 0.2s ease;\n  }\n\n  \/* Dot follows text + slight scale up *\/\n  .ls-submenu a:hover::before {\n    left: 20px; \/* Moves in unison with the sliding text *\/\n    transform: translateY(-50%) scale(1.3); \n    background: #7db432; \n  }\n\n  \/* -- NEW: EDGE-TO-EDGE SEARCH STYLES -- *\/\n  .inline-search-input-group {\n    display: flex;\n    align-items: stretch;\n    background: #ffffff;\n    padding: 0; \n    width: 100%;\n    border-bottom: 1px solid #e2e8f0;\n  }\n\n  #ls-inline-search-input {\n    border: none !important; \n    outline: none !important; \n    width: 100%; \n    font-size: var(--search-input-font-size) !important; \n    color: #111827 !important; \n    background: transparent !important;\n    font-family: inherit;\n    padding: 10px 14px !important; \n    align-self: center;\n    min-width: 0; \n    box-shadow: none !important;\n    border-radius: 0 !important;\n  }\n\n  .inline-search-go-btn {\n    background-color: #8dc63f;\n    color: #ffffff;\n    border: none;\n    padding: 0 16px; \n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    cursor: pointer;\n    transition: background-color 0.2s ease;\n    flex-shrink: 0;\n    outline: none;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    line-height: 1;\n    border-radius: 0 !important; \/* Flush corner *\/\n  }\n\n  .inline-search-go-btn:hover, \n  .inline-search-go-btn:focus {\n    background-color: #36B44A;\n  }\n  \n  \/* Hides the old search box *\/\n  .ls-search-box { display: none !important; }\n  .ls-submenu-divider { display: none !important; }\n\n  \/* Fade siblings when LicenseVerse is expanded *\/\n  .ls-nav-injected.lv-open li:not(.lv-parent),\n  .ls-nav-injected.lv-open .ls-nav-section:not(.lv-section) {\n    opacity: 0.35;\n    transition: opacity 0.25s ease;\n  }\n\n  .ls-nav-injected.lv-open li.lv-parent,\n  .ls-nav-injected.lv-open .ls-nav-section.lv-section {\n    opacity: 1;\n    transition: opacity 0.25s ease;\n  }\n\n  .ls-nav-injected li,\n  .ls-nav-injected .ls-nav-section {\n    transition: opacity 0.25s ease;\n  }\n\n<\/style>\n\n<!-- Hidden source \u2014 JS clones this into the ToC panel -->\n<div id=\"ls-nav\">\n  <div class=\"ls-nav-injected\">\n\n    <h2 class=\"ls-nav-title\">Dashboard contents<\/h2>\n\n    <div class=\"ls-nav-section lv-section\">\n      <h3 class=\"ls-nav-header\">Find licensing information<\/h3>\n      <ul>\n        <li class=\"lv-parent\">\n          <!-- LicenseVerse expandable row -->\n          <div class=\"ls-expand-toggle\" data-ls-expand=\"lv-submenu\">\n            <span class=\"ls-expand-left\">\n              <svg class=\"ls-toggle-icon\" viewBox=\"0 0 24 24\"><path d=\"M4 4h4v16H4z M10 4h4v16h-4z M16 4h4v16h-4z\"\/><\/svg>\n              <span>LicenseVerse<\/span>\n            <\/span>\n            <svg class=\"ls-chevron\" viewBox=\"0 0 24 24\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg>\n          <\/div>\n          <div class=\"ls-submenu\" id=\"lv-submenu\">\n            <!-- NEW SEARCH BOX GOES HERE -->\n            <div class=\"inline-search-input-group\">\n                <input type=\"text\" id=\"ls-inline-search-input\" placeholder=\"Search\u2026\" autocomplete=\"off\" \/>\n                <button id=\"ls-inline-search-btn\" class=\"inline-search-go-btn\">GO<\/button>\n            <\/div>\n            <!-- NO DIVIDER, NO EXACT MATCH -->\n            <a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/on-premises\/\">On-premises products<\/a>\n            <a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/ols\/\">Online Services<\/a>\n            <a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure\/\">Azure<\/a>\n            <a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/common-info\/\">Common<\/a>\n          <\/div>\n        <\/li>\n        <li><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/glossary\/\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"\/><path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"\/><\/svg>\n          <span>Glossary<\/span>\n        <\/a><\/li>\n        <li><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-school-toolbox\/\">\n          <svg viewBox=\"0 0 24 24\"><polygon points=\"12 2 15.09 5.09 19.5 5.5 20 10 23 12 20 14 19.5 18.5 15.09 18.91 12 22 8.91 18.91 4.5 18.5 4 14 1 12 4 10 4.5 5.5 8.91 5.09 12 2\"\/><\/svg>\n          <span>Licensing School Toolbox<\/span>\n        <\/a><\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"ls-nav-section\">\n      <h3 class=\"ls-nav-header\">KEEP UP TO DATE<\/h3>\n      <ul>\n        <li><a href=\"https:\/\/scr.licensingschool.co.uk\/\" target=\"_blank\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n          <span>SCR Community forum<\/span>\n        <\/a><\/li>\n        <li><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8\"\/><path d=\"M3 3v5h5\"\/><\/svg>\n          <span>LicenseVerse updates<\/span>\n        <\/a><\/li>\n        <li><a href=\"https:\/\/www.licensingschool.co.uk\/licensing-blog\/\" target=\"_blank\">\n          <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/><line x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\/><line x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\"\/><\/svg>\n          <span>Licensing blog<\/span>\n        <\/a><\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"ls-nav-section\">\n      <h3 class=\"ls-nav-header\">LEARN<\/h3>\n      <ul>\n        <li><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/find-what-you-need-fwyn\/\">\n          <svg viewBox=\"0 0 24 24\"><line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"\/><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"\/><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"\/><\/svg>\n          <span>Training overview<\/span>\n        <\/a><\/li>\n        <li><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/find-what-you-need-fwyn\/find-what-you-need-fwyn\/\">\n          <svg viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><\/svg>\n          <span>FWYN (Find What You Need)<\/span>\n        <\/a><\/li>\n        <li><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/find-what-you-need-fwyn\/register-for-training\/\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"\/><path d=\"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z\"\/><\/svg>\n          <span>Register for training<\/span>\n        <\/a><\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"ls-nav-section\">\n      <h3 class=\"ls-nav-header\">Demonstrate knowledge<\/h3>\n      <ul>\n        <li><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"\/><path d=\"M15 2H9a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\"\/><path d=\"M9 14l2 2 4-4\"\/><\/svg>\n          <span>Exams overview<\/span>\n        <\/a><\/li>\n        <li><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M22 10v6M2 10l10-5 10 5-10 5z\"\/><path d=\"M6 12v5c3 3 9 3 12 0v-5\"\/><\/svg>\n          <span>Licensing Scholar exams<\/span>\n        <\/a><\/li>\n        <li><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-body-of-knowledge-exams\/\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/><polyline points=\"10 9 9 9 8 9\"\/><\/svg>\n          <span>Body of Knowledge exams<\/span>\n        <\/a><\/li>\n      <\/ul>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<script>\n(function () {\n\n  function inject() {\n    var tocHeader = document.querySelector('.toc_header');\n    if (!tocHeader) return false;\n\n    var tocWidget = tocHeader.parentElement;\n    if (!tocWidget) return false;\n\n    var source = document.getElementById('ls-nav');\n    if (!source) return false;\n    var navClone = source.querySelector('.ls-nav-injected').cloneNode(true);\n\n    \/\/ Apply manual active highlight from config\n    var activeLabel = (typeof LS_ACTIVE_ITEM !== 'undefined') ? LS_ACTIVE_ITEM.trim().toLowerCase() : '';\n    if (activeLabel) {\n      navClone.querySelectorAll('a').forEach(function (a) {\n        var span = a.querySelector('span');\n        if (span && span.textContent.trim().toLowerCase() === activeLabel) {\n          a.classList.add('ls-active');\n        }\n      });\n    }\n\n    \/\/ Wire up expand toggles\n    navClone.querySelectorAll('.ls-expand-toggle').forEach(function (toggle) {\n      var targetId = toggle.getAttribute('data-ls-expand');\n      var submenu = navClone.querySelector('#' + targetId);\n      if (!submenu) return;\n      toggle.addEventListener('click', function () {\n        var isOpen = toggle.classList.contains('ls-open');\n        toggle.classList.toggle('ls-open', !isOpen);\n        submenu.classList.toggle('ls-open', !isOpen);\n        navClone.classList.toggle('lv-open', !isOpen);\n        \n        \/\/ Auto-focus the search box upon expansion \n        if (!isOpen) {\n          var searchInput = submenu.querySelector('#ls-inline-search-input');\n          if (searchInput) {\n            setTimeout(function() { searchInput.focus(); }, 150);\n          }\n        }\n      });\n    });\n\n    \/\/ Wire up LicenseVerse edge-to-edge search box\n    var searchInput = navClone.querySelector('#ls-inline-search-input');\n    var searchBtn   = navClone.querySelector('#ls-inline-search-btn');\n    \n    function doSearch() {\n      var term = searchInput ? searchInput.value.trim() : '';\n      if (!term) return;\n      \/\/ Exact match logic removed\n      window.location.href = 'https:\/\/www.licensingschool.co.uk\/licenseverse\/?s=' + encodeURIComponent(term);\n    }\n    if (searchInput) searchInput.addEventListener('keypress', function(e) { if (e.key === 'Enter') doSearch(); });\n    if (searchBtn)   searchBtn.addEventListener('click', doSearch);\n\n    \/\/ Wipe everything inside the widget and inject\n    while (tocWidget.firstChild) tocWidget.removeChild(tocWidget.firstChild);\n    tocWidget.appendChild(navClone);\n\n    \/\/ Stop the plugin re-injecting anything\n    new MutationObserver(function (mutations) {\n      mutations.forEach(function (m) {\n        m.addedNodes.forEach(function (node) {\n          if (node === navClone || navClone.contains(node)) return;\n          if (node.parentNode) node.parentNode.removeChild(node);\n        });\n      });\n    }).observe(tocWidget, { childList: true });\n\n    return true;\n  }\n\n  var tries = 0;\n  function attempt() {\n    if (inject()) return;\n    if (++tries < 30) setTimeout(attempt, 200);\n  }\n\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', attempt);\n  } else {\n    attempt();\n  }\n\n})();\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\">April 2026<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-gallery\/\">Licensing Guides Gallery<\/a>: Added details of What's New for the April 2026 Agent 365 FAQs documents<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-sales\/dataverse-capacity\/\">Dynamics 365 Sales<\/a>: Updated for the increase&nbsp;of Dataverse capacities for&nbsp;Sales Premium&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/skype-for-business-server-2019\/\">Skype for Business Server 2019<\/a>: Updated for Period 2 of ESUs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/skype-for-business-server-2015\/\">Skype for Business Server 2015<\/a>: Updated for Period 2 of ESUs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-2019\/\">Exchange Server 2019<\/a>: Updated for Period 2 of ESUs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/exchange-server-2016\/\">Exchange Server 2016<\/a>: Updated for Period 2 of ESUs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-subscription-edition-se\/\">Exchange Server Subscription Edition (SE)<\/a>: Added information about CALS and Built-in Security Add-on for Cloud Mailboxes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-gallery\/\">Licensing Guides Gallery<\/a>: Added&nbsp;extra filters to&nbsp;quickly&nbsp;view&nbsp;different document types&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-gallery\/\">Licensing Guides Gallery<\/a>: Added details of What's New and Cautionary Notes for the April 2026 Power Platform licensing resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-gallery\/\">Licensing Guides Gallery<\/a>: Added details of What's New and Cautionary Notes for the&nbsp;April 2026&nbsp;Copilot Studio Licensing Guide&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-gallery\/\">Licensing Guides Gallery<\/a>: Added details of What's New and Cautionary Notes for the&nbsp;April 2026&nbsp;Dynamics 365 licensing resources&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-gallery\/\">Licensing Guides Gallery<\/a>:&nbsp;Added details of What's New and Cautionary Notes for the April 2026 Modern Work Plan Comparison documents&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-microsoft-365-plan-picker\/csp-upgrade-selector\/\">CSP Upgrade Selector<\/a>:&nbsp;Launched a new interactive tool that&nbsp;quickly helps you find the available upgrades from a selected CSP license&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/teams-and-audio-services\/resources-teams\/\">Teams<\/a>: Added a new page for easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-gallery\/\">Licensing Guides Gallery<\/a>:&nbsp;Added an item counter&nbsp;showing&nbsp;the number of terms&nbsp;on display&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/windows-server-calculator\/\">Windows Server Calculator<\/a>: Launched a new interactive tool&nbsp;that recommends the required licenses based on your Windows Server setup&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-plotter\/\">Product Price Plotter<\/a>: Added the Windows 365 and Dragon Copilot&nbsp;price&nbsp;changes. Changed the default view to show recent and upcoming changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/glossary\/\">Glossary<\/a>:&nbsp;Launched Memory Lane&nbsp;\u2013 a&nbsp;place to reminisce, recollect, and rediscover legacy Microsoft products&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-gallery\/\">Licensing Guides Gallery<\/a>:&nbsp;Added a reset button and Education and US Government public sector filter&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-gallery\/\">Licensing Guides Gallery<\/a>: Added What\u2019s New and Cautionary Notes information for the Microsoft Azure AI Foundry Pricing Guide \u2013 April 2026&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-ai-foundry\/\">Microsoft Foundry<\/a>: Updated for the latest Pricing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-marketplace\/\">Microsoft Marketplace<\/a>: Updated for the reimagining&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/copilot-studio-standalone\/agent-pre-purchase-plan\/\">Copilot Studio<\/a>: Added a diagram to show included services for the Agent Pre-Purchase Plan&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/special-rights-to-office-professional-plus\/\">Microsoft 365 plans for Enterprise users<\/a>: Added magic links for special rights to Office Professional Plus&nbsp;information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/included-security-compute-units\/\">Microsoft 365 plans for Enterprise users<\/a>: Updated included SCU information for education and US government customers&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/glossary\/\">Glossary<\/a>: Added a definition counter showing the number of entries on screen&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-automate\/power-automate-process-licenses\/\">Power Automate<\/a>: Updated for new Process license rules<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/teams-and-audio-services\/\">Teams<\/a>: Added information about the April 2026 changes<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-ltsc-2024\/office-for-the-web-and-office-online-server\/\">Office LTSC 2024<\/a>: Updated information about Microsoft 365 Web Apps and Office Online Server<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-ltsc-2021\/licensing-office-ltsc-2021\/office-for-the-web-and-office-online-server\">Office LTSC 2021<\/a>: Updated information about Microsoft 365 Web Apps and Office Online Server<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/promotions-playground\/\">Promotions Playground<\/a>: Added new promos and a \u201cComing soon\u201d feature indicating future start dates<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-specialist-virtual-machines\/constrained-core-virtual-machines\/\">Licensing specialist virtual machines<\/a>: Updated with the VM vCore Customization feature<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-apps\/power-apps-licenses\/\">Power Apps<\/a>: Updated the current status to reflect the March 2026 clarification<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">March 2026<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-calculator\/\">SQL Server Calculator<\/a>: You can now export the recommended licenses to a Word document<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-credits-calculator\/\">Copilot Credits Calculator<\/a>: You can now export the recommended option to a Word document<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-microsoft-365-plan-picker\/\">Office 365\/Microsoft 365 Plan Picker<\/a>: You can now export the recommended option to a Word document<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/microsoft-365-copilot-business\/\">Copilot<\/a>: Added extra information about Copilot Business&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-azure\/resources-licensing-azure\/\">Licensing Azure<\/a>:&nbsp;Added details for easy access to the Dear Louise: Azure licensing extra&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-server\/purchasing-choices\/qualifying-licenses\/\">ESUs: Windows Server 2012\/2012 R2<\/a>: Added magic links to Product Terms information&nbsp;for qualifying licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/using-a-capacity-reservation\/\">Capacity Reservations<\/a>: Updated the screenshot for using a Capacity Reservation&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/capacity-reservations\/creating-and-using-a-capacity-reservation\/\">Capacity Reservations<\/a>: Added information about sharing across Subscriptions&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/microsoft-agent-365\">Copilot<\/a>:&nbsp;Added information about Agent 365 availability, price, resources, and licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-specialist-virtual-machines\/azure-spot-virtual-machines\/\">Licensing specialist virtual machines<\/a>: Updated with Spot Placement Score information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-ai-foundry\/\">Microsoft Foundry<\/a>: Updated for GA of Azure SRE Agent<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-purview\/microsoft-resources-microsoft-purview\/\">Microsoft Purview<\/a>: Added a link and information for Licensing Guidance website&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-savings-plans\/\">Azure Savings Plans<\/a>: Added information on the&nbsp;option&nbsp;for Databases&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-gallery\/\">Licensing Guides Gallery<\/a>:&nbsp;Added ~70 links to Microsoft&nbsp;Licensing Guidance&nbsp;websites,&nbsp;and&nbsp;an interactive&nbsp;filter toggle&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/glossary\/\">Glossary<\/a>:&nbsp;Added \u201cDefinition of the Day\u201d&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/glossary\/\">Glossary<\/a>:&nbsp;Added Microsoft 365 E7 terms,&nbsp;expanding our Glossary to over 1,000 entries&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/promotions-playground\/\">Promotions Playground<\/a>:&nbsp;Added details of the March changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/promotions-playground\/\">Promotions Playground<\/a>:&nbsp;Added&nbsp;an option&nbsp;to&nbsp;the columns to&nbsp;sort promotions by&nbsp;Discount, Start date, or End date&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/promotions-playground\/\">Promotions Playground<\/a>:&nbsp;You can now view recent changes to promotions with a dropdown menu&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/promotions-playground\/\">Promotions Playground<\/a>:&nbsp;If there are no new promotions this month, the tool now shows the prior&nbsp;month\u2019s&nbsp;upon toggling&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-microsoft-365-plan-picker\/\">Office 365\/Microsoft 365 Plan Picker<\/a>: Microsoft 365 E7 and Agent 365&nbsp;now show in the tool&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-10\/microsoft-resources-windows-10-esus\/\">ESUs: Windows 10<\/a>: Added Microsoft resources page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-apps\/\">Microsoft 365 Apps<\/a>: Added information about&nbsp;the&nbsp;Microsoft 365 Web Apps use rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/sql-server-2022-2\/\">SPLA<\/a>: Added information about&nbsp;License&nbsp;Mobility for SQL Server&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/productivity-suite\/\">SPLA<\/a>: Added information about the Productivity Suite SALs for SA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/standalone-online-services\/sharepoint-online\/\">Standalone Online Services<\/a>: Added a page about licensing SharePoint Online&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/biztalk-server-2020\/\">Biztalk Server 2020<\/a>: Added latest news and lifecycle information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-ai-foundry\/\">Microsoft Foundry<\/a>: Added a section for Microsoft Agent Factory&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/viva\/\">Viva<\/a>: Updated for the retirement of Viva Goals<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-purview\/microsoft-resources-microsoft-purview\/\">Microsoft Purview<\/a>: Added a new page for useful Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-server-2016\/\">ESUs: Windows Server 2016<\/a>: Added information about the ESUs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-10\/ltsb-2016\/\">ESUs: Windows 10<\/a>: Added information about Windows 10 Enterprise LTSB 2016 and Windows 10 IoT Enterprise LTSB 2016&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-10\/resources-windows-10-esus\/\">ESUs: Windows 10<\/a>: Added a new page for easy access to the Windows licensing options training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-10\/business\/\">ESUs: Windows 10<\/a>: Added updated information about Cloud Managed ESUs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2016\/\">SQL Server 2016<\/a>: Added details about Lifecycle Policies and Extended Security Updates&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-azure-stack-solutions\/microsoft-resources-azure-stack-azure-local-solutions\/\">Licensing Azure Stack (Azure Local) solutions<\/a>: Added a new page for Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-azure-stack-solutions\/azure-stack-edge\/\">Licensing Azure Stack (Azure Local) solutions<\/a>: Added useful links for the Azure Stack Edge section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-online-services\/on-premises-use-rights\/\">Licensing Online Services<\/a>: Updated&nbsp;for the latest CAL\/ML Equivalency Licenses table&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/message-consumption\/\">Copilot Studio<\/a>: Updated for the latest&nbsp;consumption rates table&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/sql-server-2022-2\/\">SPLA<\/a>: Added information about Power BI Report Server for SQL Server&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-azure\/resources-licensing-azure\/\">Licensing Azure<\/a>: Added a new page for easy access to the Microsoft Azure&nbsp;purchasing&nbsp;models training&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/microsoft-365-e7\/\">Microsoft 365 E7<\/a>: Added a new page for information on this new Microsoft 365 plan<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/copilot-studio-standalone\/agent-pre-purchase-plan\/\">Copilot Studio<\/a>: Updated for the&nbsp;additional&nbsp;services that the Agent Pre-Purchase Plan can be applied to&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/microsoft-agent-365\/\">Microsoft Agent 365<\/a>: Added a link to the&nbsp;new&nbsp;blog&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-ai-foundry\/\">Microsoft Foundry<\/a>: Updated for name change from Azure AI Foundry&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/senior-common-room\/\">Dashboard<\/a>: Added&nbsp;details about our Senior Common Room community&nbsp;forum&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-plans\/onedrive\">Standalone Online Services<\/a>: Added a page on OneDrive licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/microsoft-resources-sql-server-2025\/\">SQL Server 2025<\/a>: Updated Microsoft resources to reflect Licensing Guidance&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/microsoft-resources-windows-server-2025\/\">Windows Server 2025<\/a>: Updated Microsoft resources to reflect Licensing Guidance&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">February 2026<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/resources-developer-tools\/\">Developer tools<\/a>: Added&nbsp;details&nbsp;for easy access to the advanced training and exam<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-microsoft-365-plan-picker\/\">Office 365\/Microsoft 365 Plan Picker<\/a>:&nbsp;Optimized&nbsp;the tool layout<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-gallery\/\">Licensing Guides Gallery<\/a>: Windows Server 2025 added details of What's New + Cautionary Notes for the new Licensing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-online-services-csp-nce\/extended-service-term\">Buying Online Services: CSP (NCE)<\/a>: Added information about the Extended Service Term&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-fabric\/\">Microsoft Fabric<\/a>:&nbsp;Updated for upcoming Fabric Capacity Overage<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-credits-calculator\/\">Copilot Credits Calculator<\/a>: Added introductory text and explanations about the tool&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">Licensing Scholar<\/a>: Added Microsoft Developer Tools Advanced Licensing exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/project-server-2019\/\">Project Server 2019<\/a>: Added lifecycle information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/project-server-2016\">Project Server 2016<\/a>: Added lifecycle information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/github\/\">Developer tools<\/a>: Added GitHub information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lifecycle-policies\">Lifecycle Policies<\/a>: Added all-new content providing a useful overview<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/plans-for-frontline-workers\/licensing-for-virtual-desktops\">Plans for Frontline Workers<\/a>: Added information about the Qualifying Operating System requirements&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/licensing-for-virtual-desktops\">Microsoft 365 plans for Enterprise users<\/a>: Added information about the Qualifying Operating System requirements&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-deployment-options\/get-the-detail\/windows-11-and-vda-user-licenses\">License deployment options<\/a>: Added information about the Qualifying Operating System requirements&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-hybrid-benefit-sql-server\/centrally-managed-azure-hybrid-benefit\/\">Azure Hybrid Benefit: SQL Server<\/a>: Updated&nbsp;screenshots for the Centrally Managed Azure Hybrid Benefit&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/microsoft-resources-sql-server-2025\/\">SQL Server 2025<\/a>: Added Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-sql-server-2022\/microsoft-resources-sql-server-2022\/\">SQL Server 2022<\/a>: Added Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/product-terms-cautionary-notes\/microsoft-365\/\">Product Terms Cautionary Notes<\/a>: Added details about a missing Intune table<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/dragon-copilot\/\">Copilot<\/a>: Added information about the Dragon Copilot Physician Practice license&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/availability-of-sql-server-2025-licenses\/\">SQL Server 2025<\/a>: Added information about the availability of SQL Server 2025 licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/additional-editions-of-sql-server\/\">SQL Server 2025<\/a>: Added information about the&nbsp;additional&nbsp;editions&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">Exams<\/a>: Added&nbsp;a new exam for developer tools licensing fundamentals&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-body-of-knowledge-exams\/\">Exams<\/a>: Added&nbsp;links to Body of Knowledge exam preparation resources<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-gallery\/\">Licensing Guides Gallery<\/a>: Added a feature that lets you see What\u2019s New and Cautionary Notes<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/exchange-rate-price-plotter\/%20\">Pricing and promotions<\/a>: Added introductory text about our new exchange rate price adjustments tool&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-plotter\/%20\">Pricing and promotions<\/a>: Added introductory text about our new product price adjustments tool&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/availability-of-sql-server-2022-licenses\/\">SQL Server 2022<\/a>: Added links about availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/additional-editions-of-sql-server\/\">SQL Server 2022<\/a>: Added links about the different editions&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/pay-as-you-go-payg-licensing\/microsoft-resources-sql-server-payg-licensing\/\">SQL Server 2025<\/a>: Added information about useful Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/pay-as-you-go-payg-licensing\/resources-sql-server-payg-licensing\/\">SQL Server 2025<\/a>: Added a new page for easy access to the PAYG training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/pay-as-you-go-payg-licensing\/physical-core-p-core-licenses\/\">SQL Server 2025<\/a>: Added details about enabling physical-core&nbsp;licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/pay-as-you-go-payg-licensing\/enabling-payg-billing\/\">SQL Server 2025<\/a>: Added details about enabling PAYG billing<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/resources-developer-tools\/\">Developer&nbsp;tools<\/a>: Added a new page for easy access to the training and exam<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/power-platform\/\">Licensing Guides Cautionary Notes<\/a>: Updated for the February 2026 Power Platform licensing resources<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/pay-as-you-go-payg-licensing\/\">SQL Server 2025<\/a>: Added Pay-As-You-Go licensing information<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/pay-as-you-go-payg-licensing\/microsoft-resources-sql-server-payg-licensing\/\">SQL Server 2022<\/a>: Revamped the Microsoft resources page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/pay-as-you-go-payg-licensing\/physical-core-p-core-licenses\/\">SQL Server 2022<\/a>: Added links&nbsp;to supplement&nbsp;Pay-As-You-Go physical-core licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/azure-devops-server-2022-2\/licensing-azure-devops-server-2022\/\">Azure DevOps Server 2022<\/a>: Added a Server\/CAL diagram&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/visual-studio-2022-standard-subscriptions\/other-editions\/\">Visual Studio 2022<\/a>: Added a link to the Software License Terms for Visual Studio Community&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/exchange-rate-price-plotter\/\">Exchange Rate Price Plotter<\/a>: Launched the&nbsp;new tool&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-plotter\/\">Product Price Plotter<\/a>: Launched the&nbsp;new tool&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamic-fwyn\/\">Dynamic FWYN<\/a>:&nbsp;Added buttons to filter training types<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-commerce\/ratings-and-recommendations\/\">Dynamics 365 Commerce<\/a>: Added End&nbsp;Of&nbsp;Sale information about Add-ons&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/plans-for-frontline-workers\/microsoft-resources-plans-for-frontline-workers\/\">Plans for Frontline Workers<\/a>: Added useful Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-smb-users\/microsoft-resources-microsoft-365-plans-for-smb-users\/\">Microsoft 365 plans for SMB users<\/a>: Added useful Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/microsoft-resources-microsoft-365-plans-for-enterprise-users\/\">Microsoft 365 plans for Enterprise users<\/a>: Added useful Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-apps\/power-apps-licenses\/\">Power Apps<\/a>: Added End Of Sale details&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/plans-for-frontline-workers\/resources-plans-for-frontline-workers\/\">Plans for Frontline Workers<\/a>: Added a new page for easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-smb-users\/resources-microsoft-365-plans-for-smb-users\/\">Microsoft 365 plans for SMB users<\/a>: Added a new page for easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/resources-microsoft-365-plans-for-enterprise-users\/\">Microsoft 365 plans for Enterprise users<\/a>: Added a new page for easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-user\/windows-11-in-microsoft-365\/\">Windows 11 (user)<\/a>: Added details of our Plan Picker tool&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-user\/\">Windows 11 (user)<\/a>: Added details of the upcoming feature changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/ems-plans\/\">EMS plans<\/a>: Added details of our Plan Picker tool and the upcoming feature changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/\">Microsoft 365 plans for Enterprise users<\/a>: Added details of our Plan Picker tool and the upcoming feature changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-plans\/\">Office 365 plans<\/a>: Added details of our Plan Picker tool and the upcoming feature changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/plans-for-frontline-workers\/\">Plans for Frontline Workers<\/a>: Added details of our Plan Picker tool and the upcoming feature changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-smb-users\/\">Microsoft 365 plans for SMB users<\/a>: Added details of our Plan Picker tool and the upcoming feature changes&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">January 2026<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-calculator\/\">SQL Server Calculator<\/a>: Optimized the tool layout&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-microsoft-365-plan-picker\/\">Office 365\/Microsoft 365 Plan Picker<\/a>: Launched the new tool&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/promotions-playground\/\">Promotions Playground<\/a>:&nbsp;Added \u201cExport to CSV\u201d functionality&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/microsoft-dev-box\/\">Developer tools<\/a>: updated for Dev Box pricing status<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-apps\/\">Microsoft 365 Apps<\/a>: Added a history section<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-sales\/\">Sales in Microsoft 365 Copilot<\/a>: Updated for latest licensing changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-service\/\">Service in Microsoft 365 Copilot<\/a>: Updated for latest licensing changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-adjustments\/\">Product price adjustments<\/a>: Added extra detail and exact US Government prices&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-adjustments\">Pricing and promotions<\/a>: Expanded&nbsp;the list&nbsp;of upcoming Online Services price changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-apps\/microsoft-365-apps-user-sls\/\">Microsoft 365 Apps<\/a>: Added extra detail about Access and Publisher&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-deployment-options\/get-the-detail\/sql-server-2022-2\/\">License deployment options<\/a>: updated for SQL Server 2025<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/pay-as-you-go-payg-licensing\/licensing-model\/\">SQL Server 2022<\/a>:&nbsp;Added details about the&nbsp;Pay-As-You-Go licensing model<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/azure-arc-enabled-server-benefits\/\">Windows Server 2025<\/a>: Added information about Azure-Arc enabled server benefits<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-sql-server-2016\/\">ESUs: SQL Server 2016<\/a>: Added preliminary information&nbsp;for SQL Server 2016 ESUs<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/product-terms-cautionary-notes\/windows-365\/\">Product Terms Cautionary Notes<\/a>: Added Cautionary Notes for Windows 365<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-experts\/\">Microsoft Defender<\/a>: Added a page with information for the new Microsoft Defender Experts Suites&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-plans\/exchange-online\/exchange-web-services\/\">Office 365 plans<\/a>: Added a page for the latest information on Exchange Web Services&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/power-platform\/\">Licensing Guides Cautionary Notes<\/a>: Updated for the January 2026 Power Platform Licensing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/included-security-compute-units\/\">Microsoft 365 plans for Enterprise users<\/a>: Added information about the SCU allowance for Microsoft 365 E5 users<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-specialist-virtual-machines\/azure-spot-virtual-machines\/\">Licensing specialist virtual machines<\/a>: Updated the VM example for Azure Spot VMs with a latest generation type&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-adjustments\/\">Pricing and promotions<\/a>: Revamped the Product price adjustments page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/copilot-studio\/\">Licensing Guides Cautionary Notes<\/a>: Updated for the January 2026 Copilot Studio Licensing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-microsoft-365-plan-picker\/\">Office 365\/Microsoft 365 Plan Picker<\/a>: Added introductory text&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/ems-plans\/ems-plan-licenses\">EMS plans<\/a>: Updated table and added info about the Office 365\/Microsoft 365 Plan Picker&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/on-premises-use-rights\/\">Microsoft 365 plans for Enterprise users<\/a>: Table added showing the&nbsp;on-premises&nbsp;use rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-arc\/\">Azure Arc<\/a>: Added a nice overview diagram&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/visio-online\/shared-computer-activation\/\">Visio Online<\/a>: Added a magic link to the Product Terms for SCA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/visio-online\/licensing-visio-online\/\">Visio Online<\/a>: Enhanced Visio for the web information and added a history section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-apps\/update-channels\/\">Microsoft 365 Apps<\/a>: Added a history section&nbsp;to document changes to the&nbsp;Update Channels&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-smb-users\/licensing-for-security-and-compliance\/\">Microsoft 365 plans for SMB users<\/a>: Updated with information about Defender and Purview Suites&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/plans-for-frontline-workers\/licensing-for-security-and-compliance\/\">Plans for Frontline Workers<\/a>:&nbsp;Updated with information about Defender and Purview Suites&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/licensing-for-security-and-compliance\/\">Microsoft 365 plans for Enterprise users<\/a>: Updated&nbsp;with information about Defender and Purview Suites<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/product-terms-cautionary-notes\/\">Product Terms Cautionary Notes<\/a>: Added information about Windows 365 Reserve&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/resources-sql-server-2025\/\">SQL Server 2025<\/a>: Added link to the SQL Server Calculator on the&nbsp;Resources page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-sql-server-2025\/\">SQL Server 2025<\/a>: Added link to the SQL Server Calculator on the licensing page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-sql-server-2022\/\">SQL Server 2022<\/a>: Added link to the SQL Server Calculator on the licensing page<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-plans\/archiving\/\">Office 365 plans<\/a>: Updated the Exchange Online Archiving page with the Defender Suite&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-vulnerability-management\/\">Microsoft Defender<\/a>: Updated the Vulnerability Management page with the Defender Suite&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-entra\/microsoft-entra-id-governance\/\">Microsoft Entra<\/a>:&nbsp;Updated the Entra ID Governance page with the Defender Suite&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-mobility-through-sa\/\">License Mobility through SA<\/a>: Added information about its relationship with the Flexible Virtualization Benefit&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-remote-assist\/remote-assist-and-microsoft-resources\/\">Dynamics 365 Remote Assist<\/a>: Updated the link for the&nbsp;Software License Terms&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-iot\/ot-devices\/\">Microsoft Defender<\/a>: Updated a Defender for IoT graphic<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-iot\/ot-devices\/\">Microsoft Defender<\/a>: Added magic links to the OT devices page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-iot\/enterprise-iot-devices\/\">Microsoft Defender<\/a>:&nbsp;Updated the Defender&nbsp;for IoT pages with the Defender Suite&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/additional-software-assurance-benefits\/\">SQL Server 2025<\/a>: Added information about Power BI Report Server&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/pay-as-you-go-payg-licensing\/\">SQL Server 2022<\/a>: Added links and information to the PAYG licensing page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-xdr\/\">Microsoft Defender<\/a>: Updated the Defender XDR page with the Defender Suite&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/visio-online\/viewing-and-printing-rights\/\">Visio Online<\/a>: Added magic link for viewing and printing rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-endpoint\/protecting-server-endpoints\/\">Microsoft Defender<\/a>: Added magic links to Defender for&nbsp;Endpoint: Servers page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-endpoint\/protecting-client-endpoints\/\">Microsoft Defender<\/a>: Updated the Defender for&nbsp;Endpoint&nbsp;page&nbsp;with the&nbsp;Defender and Purview Suites&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-identity\/\">Microsoft Defender<\/a>: Updated the Defender for&nbsp;Identity&nbsp;page&nbsp;with the&nbsp;Defender and Purview Suites&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-office-365\">Microsoft Defender<\/a>: Updated the Defender for&nbsp;Office 365&nbsp;page&nbsp;with the&nbsp;Defender and Purview Suites&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-cloud-apps\/\">Microsoft Defender<\/a>: Updated the Defender for Cloud Apps page&nbsp;with the&nbsp;Defender and Purview Suites&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/microsoft-365\/\">Licensing Guides Cautionary Notes<\/a>:&nbsp;Added information about a mistake on the Subscription License Suites licensing guidance website&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/sql-server-software-subscriptions\/\">SQL Server 2025<\/a>: Added information about Software Subscriptions&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dataverse\/\">Dataverse<\/a>:&nbsp;Updated with&nbsp;information about new Dataverse entitlements&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/sql-server\/\">Licensing Guides Cautionary Notes<\/a>:&nbsp;Added information about&nbsp;discontinued&nbsp;components in the SQL Server 2025 Licensing Guide&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-for-the-cloud\/license-mobility-through-sa\/\">SQL Server 2025<\/a>: Added information about License Mobility through SA&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">December 2025<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-for-the-cloud\/flexible-virtualization-benefit\/\">SQL Server 2025<\/a>: Added information about the Flexible Virtualization Benefit&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-for-the-cloud\/azure-hybrid-benefit\/\" target=\"_blank\" rel=\"noreferrer noopener\">SQL S<\/a><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-for-the-cloud\/azure-hybrid-benefit\/\">e<\/a><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-for-the-cloud\/azure-hybrid-benefit\/\" target=\"_blank\" rel=\"noreferrer noopener\">rver 2025<\/a>: Added information about the Azure Hybrid Benefit&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-for-the-cloud\/\">SQL Server 2025<\/a>: Added information about licensing for the cloud&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-virtual-machines\/virtualization-licensing-per-core-unlimited-virtualization\/\">SQL Server 2025<\/a>: Added links on the Per Core (unlimited virtualization) page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-for-high-availability-and-disaster-recovery\/\">SQL Server 2025<\/a>: Added page about licensing for High Availability and Disaster Recovery&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/sql-server-software-subscriptions\/\">SQL Server 2022<\/a>: Added links about Software Subscriptions&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/additional-software-assurance-benefits\/\">SQL Server 2022<\/a>: Added links about Power BI and Software Assurance&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-for-the-cloud\/license-mobility-through-sa\/\">SQL Server 2022<\/a>: Added link about License Mobility through SA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-for-the-cloud\/flexible-virtualization-benefit\/\">SQL Server 2022<\/a>: Added link about the Flexible Virtualization Benefit&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-for-the-cloud\/azure-hybrid-benefit\/\">SQL Server 2022<\/a>: Added link about the Azure Hybrid Benefit&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-for-the-cloud\/\">SQL Server 2022<\/a>: Added link about licensing for the cloud&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/extended-security-updates\/\">SQL Server 2025<\/a>: Added information about ESUs&nbsp;history&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/step-up-licenses\/\">SQL Server 2025<\/a>: Added information about Step-up licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/sql-server-enterprise-server-licenses\/\">SQL Server 2025<\/a>: Added information about SQL Server Enterprise Server licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/sql-server-2025\/cal-equivalent-licenses\/\">SQL Server 2025<\/a>: Added information about CAL equivalent licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/downgrade-and-down-edition-rights\/\">SQL Server 2025<\/a>: Added information about downgrade and down-edition rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-for-high-availability-and-disaster-recovery\/\">SQL Server 2022<\/a>: Added det0061ils about HA and DR technologies&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-device\/licensing-windows-11\/\">Windows 11 (Device)<\/a>: Added information about OEM and retail licenses<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/extended-security-updates\/\">SQL Server 2022<\/a>: Added link relating to ESUs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/step-up-licenses\/\">SQL Server 2022<\/a>:&nbsp;Added links relating to Step-up licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/partner-center-announcements\/\">Partner Center announcements<\/a>: Added an overview of the new page<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/partner-center-announcements\/\">Partner Center Announcements Archive<\/a>: Launched the new tool<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/sql-server-enterprise-server-licenses\/\">SQL Server 2022<\/a>: Added details and links about SQL Server Enterprise Server licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/cal-equivalent-licenses\/\">SQL Server 2022<\/a>:&nbsp;Added detail and link information on the CAL equivalent page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-apps\/dataverse-capacity\/\">Power Apps<\/a>: Updated with information about new Dataverse entitlements&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-pages\/dataverse-capacity\/\">Power Pages<\/a>: Updated with information about new Dataverse entitlements&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-automate\/dataverse-capacity\/\">Power Automate<\/a>: Updated with information about new Dataverse entitlements&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/dataverse-capacity\/\">Copilot Studio<\/a>: Updated with information about new Dataverse entitlements&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-guides\/guides-and-microsoft-resources\/\">Dynamics 365 Guides<\/a>: Updated resources pending retirement of Dynamics 365 Guides&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-remote-assist\/remote-assist-and-microsoft-resources\/\">Dynamics 365 Remote Assist<\/a>: Updated resources pending retirement of Dynamics 365 Remote Assist&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/ai-builder\/microsoft-resources-ai-builder\/\">AI Builder<\/a>: Updated the Microsoft resources page for the new relationship with Copilot Credits&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-apps\/ai-builder-credits\/\">Power Apps<\/a>: Updated the AI Builder Credits page with information about the end of AI Builder Credits&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-automate\/ai-builder-credits\/\">Power Automate<\/a>: Updated the AI Builder Credits page with information about the end of AI Builder Credits&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-sales\/licensing-dynamics-365-sales\/\">Dynamics 365 Sales<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-customer-insights\/dataverse-capacity\/\">Dynamics 365 Customer Insights<\/a>: Updated with information about new Dataverse entitlements&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-crm-apps\/dataverse-capacity\/\">Dynamics 365 CRM apps<\/a>: Updated with information about new Dataverse entitlements<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/azure-devops-server\/\">Azure DevOps Server<\/a>: Added information about the new version&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-a-server-farm\/unlimited-virtualization\/\">SQL Server 2025<\/a>: Added information about licensing a server farm for unlimited virtualization&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/exchange-rate-price-adjustments\/\">Pricing and promotions<\/a>: Added information about the February 2026 exchange rate adjustments&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-customer-service\/included-entitlements-for-other-apps\/\">Dynamics 365 Customer Service<\/a>:&nbsp;Added a new page to show included entitlements for other apps&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-customer-service\/licensing-dynamics-365-customer-service\/\">Dynamics 365 Customer Service<\/a>:&nbsp;Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-field-service\/included-entitlements-for-other-apps\/\">Dynamics 365 Field Service<\/a>: Added a new page to show included entitlements for other apps&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-field-service\/licensing-dynamics-365-field-service\/\">Dynamics 365 Field Service<\/a>:&nbsp;Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-project-operations\/licensing-dynamics-365-project-operations\/\">Dynamics 365 Project Operations<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-erp-apps\/included-entitlements-for-other-dynamics-apps\/\">Dynamics 365 ERP apps<\/a>:&nbsp;Updated included entitlements information with Copilot Credits changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-supply-chain-management\/included-entitlements-for-dynamics-apps-and-capacity\/\">Dynamics 365 Supply Chain Management<\/a>: Updated included entitlements information with Copilot Credits changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-project-operations\/included-entitlements-for-other-apps\/\">Dynamics 365 Project Operations<\/a>: Added a new page to detail included entitlements for other apps&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-human-resources\/additional-capacity-licenses\/\">Dynamics 365 Human Resources<\/a>:&nbsp;Updated with information about new Dataverse entitlements and combined capacities&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-finance\/included-entitlements-for-dynamics-apps-and-capacity\/\">Dynamics 365 Finance<\/a>: Updated included entitlements information with AI Builder Credits and Copilot Credits changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-commerce\/included-entitlements-for-other-dynamics-apps\/\">Dynamics 365 Commerce<\/a>: Added Fraud Protection entitlements to the History section of the entitlements for other apps&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-project-operations\/dataverse-and-operations-capacity\/\">Dynamics 365 Project Operations<\/a>: Added a new page to detail Dataverse and Operations capacity entitlements&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-supply-chain-management\/additional-capacity-licenses\/\">Dynamics 365 Supply Chain Management<\/a>: Updated with information about new Dataverse entitlements and combined capacities&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-field-service\/dataverse-capacity\/\">Dynamics 365 Field Service<\/a>: Added a new page for Dataverse capacity entitlements including recent changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-finance\/additional-capacity-licenses\/\">Dynamics 365 Finance<\/a>: Updated with information about new Dataverse entitlements and combined capacities&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-customer-service\/dataverse-capacity\/\">Dynamics 365 Customer Service<\/a>: Added a new page for Dataverse capacity entitlements including recent changes<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/promotions-playground\/\">Promotions Playground<\/a>:&nbsp;Added \u201cNew promotions this month\u201d functionality&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-sales\/dataverse-capacity\/\">Dynamics 365 Sales<\/a>: Added a new page for Dataverse capacity entitlements including recent changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-a-server-farm\/per-core-licenses\/\">SQL Server 2025<\/a>: Added information about Per Core licensing in a server farm&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-a-server-farm\/server-licenses\/\">SQL Server 2025<\/a>: Added information about server licenses in a server farm&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-a-server-farm\/\">SQL Server 2025<\/a>: Added an overview of licensing a server farm&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/microsoft-365\/\">Licensing Guides Cautionary Notes<\/a>: Added details from&nbsp;the December&nbsp;2025 Modern Work Plan Comparison<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/microsoft-365-copilot-for-education\/\">Copilot<\/a>: Added information about Microsoft 365 Copilot for Education&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-business-central\/business-central-capacity\/\">Dynamics 365 Business Central<\/a>:&nbsp;Updated with information about&nbsp;the&nbsp;increased&nbsp;storage&nbsp;capacities&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/microsoft-365-copilot-for-us-government\/\">Copilot<\/a>: Added a page for Microsoft 365 Copilot for US Government<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/viva\/\">Viva<\/a>: Added information about the changes to Viva Glint and Pulse<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-a-server-farm\/unlimited-virtualization\/\">SQL Server 2022<\/a>: Added links about licensing a server farm using unlimited virtualization&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-a-server-farm\/per-core-licenses\/\">SQL Server 2022<\/a>: Added links about licensing a server farm using Per Core licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-a-server-farm\/\">SQL Server 2022<\/a>: Added information about licensing a server farm&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/visual-studio-2026\/\">Visual Studio 2026<\/a>: Added information about&nbsp;the&nbsp;new Update Channels&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-bi\/microsoft-resources-power-bi\/\">Power BI<\/a>: Added a useful Microsoft resources table&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/dragon-copilot\/\">Dragon Copilot<\/a>: Added information about solutions for nurses and radiologists, with links to the latest Licensing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/windows-365-reserve\/\">Windows 365<\/a>:&nbsp;Added&nbsp;a new page with information on Windows 365 Reserve<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-remote-assist\/\">Dynamics 365 Remote Assist<\/a>: Updated with end of support information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-guides\/\">Dynamics 365 Guides<\/a>: Updated with end of support information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-commerce\/dataverse-and-operations-capacity\/\">Dynamics 365 Commerce<\/a>: Updated with information about new Dataverse entitlements and combined capacities&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/programs\/\">Licensing Guides Cautionary Notes<\/a>: Added Cautionary Notes for the latest EES and SA Guides&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licensing-guides\/\">Licensing Guides<\/a>: Added information about our new Licensing Guides Gallery&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-online-services-csp-nce\/commitment\/\">Buying Online Services: CSP (NCE)<\/a>: Updated for all new 3-year Subscriptions&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-sql-server-2022\/licensing-virtual-machines\/\">SQL Server 2022<\/a>: Added links about licensing VMs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-external-users\/\">SQL Server 2025<\/a>: Added information about licensing external users&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-sql-server-2025\/server-cal-licensing-model\/\">SQL Server 2025<\/a>: Added information about licensing using the Server\/CAL licensing model&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-virtual-machines\/\">SQL Server 2025<\/a>: Added information on licensing virtual machines&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-virtual-machines\/virtualization-licensing-server-cal-individual-virtual-machines\/\">SQL Server 2022<\/a>: Added links about licensing individual VMs using the Server\/CAL licensing model&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-sql-server-with-container-technology\/\">SQL Server 2025<\/a>: Added information about licensing with container technology&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-virtual-machines\/advanced-per-core-licensing\/\">SQL Server 2025<\/a>: Added information about advanced Per Core licensing for VMs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-virtual-machines\/virtualization-licensing-per-core-unlimited-virtualization\/\">SQL Server 2025<\/a>: Added information about VM Per Core licensing for unlimited virtualization&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-virtual-machines\/virtualization-licensing-per-core-rights-per-server\/\">SQL Server 2025<\/a>:&nbsp;Added information about VM Per Core licensing per server&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-virtual-machines\/virtualization-licensing-per-core-individual-virtual-machines\/\">SQL Server 2025<\/a>: Added information about&nbsp;Per Core&nbsp;licensing&nbsp;for&nbsp;individual virtual machines&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-virtual-machines\/virtualization-licensing-server-cal-individual-virtual-machines\/\">SQL Server 2025<\/a>: Added information about licensing individual virtual machines&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/copilot-studio\/\">Licensing Guides Cautionary Notes<\/a>: Updated for the December 2025 Copilot Studio Licensing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-virtual-machines\/virtualization-licensing-server-cal-individual-virtual-machines\/\">SQL Server 2025<\/a>: Added information on the Server\/CAL licensing for a VM&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-virtual-machines\/virtualization-licensing-per-core-individual-virtual-machines\/\">SQL Server 2022<\/a>: Added links about licensing individual VMs using the Per Core model&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-virtual-machines\/virtualization-licensing-per-core-rights-per-server\/\">SQL Server 2022<\/a>: Added links about licensing per server using the Per Core model&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/power-platform\/\">Licensing Guides Cautionary Notes<\/a>: Added Cautionary Notes for the December 2025 Power Platform Licensing Guide<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-credits-calculator\/\">Copilot Credits Calculator<\/a>:&nbsp;Optimized the tool layout<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-adjustments\/\">Pricing and promotions<\/a>: Added information about upcoming price updates to Microsoft 365<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-contact-center\/\">Dynamics 365 Contact Center<\/a>: Updated Licensing Deck link and references<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-virtual-machines\/advanced-per-core-licensing\/\">SQL Server 2022<\/a>: Added links about advanced Per Core licensing<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-virtual-machines\/virtualization-licensing-per-core-unlimited-virtualization\/\">SQL Server 2022<\/a>: Added links about unlimited virtualization using Per Core licensing<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-commerce\/microsoft-resources-dynamics-365-commerce\/\">Dynamics 365 Commerce<\/a>: Updated Licensing Deck link and references<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-sql-server-2022\/server-cal-licensing-model\/\">SQL Server 2022<\/a>: Added links and a Cautionary Note to the Server\/CAL licensing model page<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/additional-editions-of-sql-server\/\">SQL Server 2022<\/a>: Added information about SQL Server Web edition<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/windows-365-frontline\/windows-365-cloud-apps\/\">Windows 365<\/a>: Added a new page and information for the GA of Windows 365 Cloud Apps<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-apps\/upgrades\/\">Microsoft 365 Apps<\/a>: Updated upgrade information<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/microsoft-agent-365\/\">Microsoft Agent 365<\/a>: Added a page to explain this new concept<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/\">Azure Reservations<\/a>: Updated for availability of new Reservations<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-sql-server-2025\/per-core-licensing-model\/\">SQL Server 2025<\/a>: Added details about Per Core licensing<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-sql-server-2025\/sql-server-components\/\">SQL Server 2025<\/a>: Added information about licensing SQL Server 2025 services<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/microsoft-365-copilot-business\/\">Microsoft 365 Copilot Business<\/a>: Updated for general availability<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/promotions\/\">Pricing and promotions<\/a>: Added information about the Promotions Playground<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">Exams<\/a>: Added a new exam for the licensing of SQL Server 2025<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-adjustments\/\">Pricing and promotions<\/a>: Updated to emphasize that there were no price increases for SQL Server 2025<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-user\/additional-software-assurance-benefits\/\">Windows 11 (User)<\/a>: Added information about MDOP\u2019s end of support date<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-device\/additional-software-assurance-benefits\/\">Windows 11 (Device)<\/a>: Added information about MDOP\u2019s end of support date<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-sql-server-2025\/multiplexing\/\">SQL Server 2025<\/a>: Added information about multiplexing<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamic-fwyn\/\">Dynamic FWYN<\/a>: Launched the new tool&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/copilot-studio-standalone\/agent-pre-purchase-plan\/\">Copilot Studio<\/a>: Added a page for the new Agent Pre-Purchase Plan&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/\">SQL Server 2025<\/a>: Added a summary on the main page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/licensing-sql-server-2025\/\">SQL Server 2025<\/a>: Added information on licensing SQL Server 2025&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/resources-sql-server-2025\/\">SQL Server 2025<\/a>: Added a new page for easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/copilot-studio-standalone\/copilot-credits-pre-purchase-plan\/\">Copilot Studio<\/a>: Added a page for the new Copilot Credits Pre-Purchase Plan&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">November 2025<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-calculator\/\" target=\"_blank\" rel=\"noreferrer noopener\">SQL S<\/a><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-calculator\/\">e<\/a><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-calculator\/\" target=\"_blank\" rel=\"noreferrer noopener\">rver&nbsp;Calculator<\/a>: Launched the&nbsp;new&nbsp;tool&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-gallery\/\">Licensing Guides Gallery<\/a>: Launched the new tool<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-external-users\/\">SQL Server 2022<\/a>: Added useful links about licensing external users&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-sql-server-2022\/\">SQL Server 2022<\/a>: Added links to the licensing overview page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/message-consumption\/\">Copilot Studio<\/a>: Updated for the GA of the Copilot Studio Agent Usage Estimator&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-sql-server-2022\/multiplexing\/\">SQL Server 2022<\/a>: Added links to the multiplexing page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-sql-server-2022\/sql-server-components\/\">SQL Server 2022<\/a>: Added a link to the SQL Server components page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/per-core-licensing-model\/\">SQL Server 2022<\/a>: Added links to the Per Core licensing page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/microsoft-365-copilot-business\">Copilot<\/a>: Added information about the new Microsoft 365 Copilot Business&nbsp;license&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-online-services\/buying-online-services\/\">Licensing Online Services<\/a>: Added useful links to the different agreements&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-user\/windows-11-in-microsoft-365\/\">Windows 11 (User)<\/a>: Added links and information about using Windows 11 in Microsoft 365 Business Premium&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-user\/copilot-in-windows-11\/\">Windows 11 (User)<\/a>: Added a link about Copilot in Windows 11<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/promotions-playground\/\">Promotions Playground<\/a>: Launched the new tool<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-user\/upgrades\/\">Windows 11 (User)<\/a>: Added information about downgrade rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-user\/copilot-in-windows-11\/\">Windows 11 (User)<\/a>: Added a link about Copilot in Windows 11&nbsp;(1247)&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-user\/upgrades\/\">Windows 11 (User)<\/a>: Added information about downgrade rights&nbsp;(1246)&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/spla\/microsoft-resources-spla\/\">SPLA<\/a>: Added a list of Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/\">SQL Server 2025<\/a>: Added information on GA and Web edition changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/sql-server-2022-2\/\">SPLA<\/a>: Updated SQL Server with information on version 2025&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/sharepoint-server-2019-2\/\">SPLA<\/a>: Updated information about versions of SharePoint Server&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/skype-for-business-server-2019-2\/\">SPLA<\/a>: Updated information about versions of Skype for Business Server&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/exchange-server-2019-2\/\">SPLA<\/a>: Updated information about versions of Exchange Server&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/productivity-suite\/\">SPLA<\/a>: Added useful links for the licensing of&nbsp;the&nbsp;Productivity Suite in SPLA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-10\/business\/\">ESUs: Windows 10<\/a>: Added further information and links for business ESUs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/sql-server-2022-2\/\">SPLA<\/a>: Added useful links for the licensing of SQL Server in SPLA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/power-platform\/\">Licensing Guides Cautionary Notes<\/a>: Added information about the Power Platform Licensing Guide for November 2025<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/resources-copilot-studio\/\">Copilot Studio<\/a>: Added information and a link to the new Copilot Credits Calculator&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/developer-tools\/\">Licensing Guides Cautionary Notes<\/a>: Detailed the errors in the Developer Tools Licensing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/\">SQL Server 2025<\/a>: Added Product Terms availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/spla\/resources-spla\/\">SPLA<\/a>: Added two exams to the resources page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/copilot-studio\/\">Licensing Guides Cautionary Notes<\/a>: Detailed the errors in the November 2025 Copilot Studio Licensing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/windows-server-2025-2\/\">SPLA<\/a>: Added useful links for the licensing of Windows Server in SPLA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-10\/consumer\/\">ESUs: Windows 10<\/a>: Added further information and links for consumer ESUs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/microsoft-resources-developer-tools\/\">Developer tools<\/a>: Added a comprehensive set of useful Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-fabric\/\">Microsoft Fabric<\/a>: Added updated information for the public preview of the Fabric SKU Estimator&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/client-access-licenses\/\">Windows Server 2025<\/a>: Clarity added around CAL requirements and exceptions&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-2019\/\">Exchange Server 2019<\/a>: Added information about end of support and ESU schedule&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/skype-for-business-server-2019\/\">Skype for Business Server 2019<\/a>: Added information about end of support and ESU schedule&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/exchange-server-2016\/\">Exchange Server 2016<\/a>: Added information about end of support and ESU schedule&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/office-2024\/\">SPLA<\/a>: Added useful links for the licensing of Office LTSC in SPLA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/project-server-2019-2\/\">SPLA<\/a>: Added useful links for the licensing of Project Server in SPLA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/skype-for-business-server-2019-2\/\">SPLA<\/a>: Added useful links for the licensing of Skype for Business Server in SPLA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/biztalk-server-2020-2\/\">SPLA<\/a>: Added useful links for the licensing of BizTalk Server in SPLA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/system-center-2025-2\/\">SPLA<\/a>: Added useful links for the licensing of System Center in SPLA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/sharepoint-server-2019-2\/\">SPLA<\/a>: Added useful links for the licensing of SharePoint Server in SPLA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/exchange-server-2019-2\/\">SPLA<\/a>: Added useful links for the licensing of Exchange Server in SPLA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">Exams<\/a>: Updated Copilot Studio licensing exam for the availability of the Copilot Credits Pre-Purchase Plan&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/availability-of-copilot-studio-licenses\/\">Copilot Studio<\/a>: Updated availability with the release of the Copilot Credits Pre-Purchase Plan&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/visual-studio-2026\">Developer tools<\/a>: Added information about the release of Visual Studio 2026&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dataverse\/default-capacity\/\">Dataverse<\/a>: Added information about upcoming changes to the default Dataverse Database capacity&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025-services\/remote-desktop-services-rds\/licensing-rds\/\">Windows Server 2025 Services<\/a>: Clarity added around RDS CAL requirements and exceptions&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/windows-server-2025-2\">SPLA<\/a>: Clarity added around when RDS SALs are&nbsp;required&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-ltsc-2024\/office-for-the-web-and-office-online-server\/\">Office LTSC 2024<\/a>: Added information about the retirement of Office Online Server&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-ltsc-2021\/licensing-office-ltsc-2021\/office-for-the-web-and-office-online-server\/\">Office LTSC 2021<\/a>: Added information about the retirement of Office Online Server&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-online-services-csp-nce\/extended-service-term\/\">Buying Online Services<\/a>: CSP (NCE): Added information about the new Extended Service Term&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-and-microsoft-365-no-teams-licenses\/affected-programs\/\">Office 365 and Microsoft 365 (no Teams) licenses<\/a>:&nbsp;Added a reference to Open Value Subscription&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-online-services\/online-services-plans\">Licensing Online Services<\/a>: Updated page to reflect that Delve&nbsp;isn't&nbsp;available&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/microsoft-365\/\">Licensing Guide cautionary notes<\/a>: Updated information about the Modern Work Plan Comparison education document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/promotions\/\">Pricing<\/a>:&nbsp;Added information about where partners can access information about promotions&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-for-consumers\/\">Microsoft 365 for consumers<\/a>: Added a new page with an overview and comparison of the various Microsoft 365 options available for consumers&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-adjustments\/\">Pricing and promotions<\/a>: Updated for the changed pricing for Office 365\/Microsoft 365 suites without Teams and Teams Enterprise\/EEA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-cloud\/defender-for-cloud-pre-purchase-plan\/\">Microsoft Defender for Cloud<\/a>: Added comprehensive information about the Defender for Cloud Pre-Purchase Plan&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-cloud\/defender-for-cloud-pre-purchase-plan\/\">Microsoft Defender for Cloud<\/a>: Added information about the Microsoft Defender for Cloud Cost Calculator&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-finance\/\">Finance Solution in Microsoft 365 Copilot<\/a>: Updated for general availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/\">Azure Reservations<\/a>: Updated for availability of new Reservations&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/plans-for-frontline-workers\/frontline-worker-plan-licenses-no-teams\">Plans for Frontline Workers<\/a>: Updated information about the (no Teams) options and availability for the Frontline Worker plans&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-plans\/office-365-plan-licenses-original\">Office 365 plans<\/a>: Updated information about the (no Teams) options and availability for the original Office 365 plans&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-plans\/office-365-plan-licenses-no-teams\">Office 365 plans<\/a>:&nbsp;Updated information about the (no Teams) options and availability for the Office 365 plans&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-plans\/availability-of-office-365-plans%20\">Office 365 plans<\/a>: Updated information about the availability of the (no Teams) options within the various plans<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-and-microsoft-365-no-teams-licenses\">Office 365 and Microsoft 365 (no Teams) licenses<\/a>: General overview about the changes to the (no Teams) options and availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-and-microsoft-365-no-teams-licenses\/rest-of-the-world\">Office 365 and Microsoft 365 (no Teams) licenses<\/a>: Updated information about the (no Teams)&nbsp;options and availability&nbsp;and countries outside of the EEA and Switzerland&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-and-microsoft-365-no-teams-licenses\/impact-on-customers\">Office 365 and Microsoft 365 (no Teams) licenses<\/a>: Updated information about&nbsp;the&nbsp;(no Teams) options and availability and the impact on customers&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-and-microsoft-365-no-teams-licenses\/eea-and-switzerland\">Office 365 and Microsoft 365 (no Teams) licenses<\/a>: Updated information about&nbsp;the&nbsp;(no Teams) options and availability and the&nbsp;effect&nbsp;to customers in the European Economic Area (EEA) and Switzerland&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-and-microsoft-365-no-teams-licenses\/buying-teams-licenses\">Office 365 and Microsoft 365 (no Teams) licenses<\/a>: Updated information about how the changes to the (no Teams) options has affected buying Teams licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-and-microsoft-365-no-teams-licenses\/affected-programs\">Office 365 and Microsoft 365 (no Teams) licenses<\/a>: Updated information about&nbsp;the&nbsp;(no Teams)&nbsp;options&nbsp;and how it affects the various programs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-enterprise-plan-licenses-original\">Microsoft 365 plans for enterprise users<\/a>:&nbsp;Updated information about&nbsp;the&nbsp;(no Teams) options and availability for the Microsoft 365 Plans for enterprise users&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-smb-users\/microsoft-365-business-plan-licenses-original\">Microsoft 365 plans for SMB users<\/a>: Updated information about&nbsp;the&nbsp;(no Teams) options and availability for the original Microsoft 365 Business plan&nbsp;licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/upgrades\">Microsoft 365 plans for enterprise users<\/a>: Updated information about&nbsp;the&nbsp;(no Teams) upgrade options and availability for the Microsoft 365&nbsp;plans for enterprise users&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-apps\/upgrades\">Microsoft 365 Apps<\/a>: Updated information about&nbsp;the&nbsp;(no Teams)&nbsp;upgrades&nbsp;options and availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/ai-builder\/\">AI Builder<\/a>: Updated general information for the transition to Copilot Credits<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">October 2025<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/dragon-copilot\/\">Dragon Copilot<\/a>: Updated for latest Licensing Guide<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/glossary\/\">Glossary<\/a>:&nbsp;Launched the new tool&nbsp;\u2013 an optimized streamlined, and interactive evolution of the existing Glossary&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-credits-calculator\/\">Copilot Credits Calculator<\/a>: Launched the new tool&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/windows-365-enterprise\/\">Windows 365 Enterprise<\/a>: Added a link to the Learn documentation&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/windows-365-business\/\">Windows 365 Business<\/a>: Added a link to the Learn documentation&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/cloud-pc-configurations\/\">Windows 365 Business<\/a>: Added information about GPU Cloud PC availability<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/upgrading-windows-365-business-cloud-pcs\/\">Windows 365 Business<\/a>: Added detailed information and pictures about resizing a Windows 365 Business Cloud PC<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/windows-365-frontline\/dedicated-mode\/\">Windows 365 Frontline<\/a>: Added links to the Learn documentation&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/windows-365-frontline\/dedicated-mode\/\">Windows 365 Frontline<\/a>: Added a new page for Dedicated Mode&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/windows-365-frontline\/shared-mode\/\">Windows 365 Frontline<\/a>: Added a new page for Shared Mode&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-10\/?attr=esus-windows-10-5187\">ESUs: Windows 10<\/a>: Added details explaining that Windows 10 Consumer ESU can be used on up to 10 devices per user&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-automate\/licensing-desktop-flows\/power-automate-process-licenses\/\">Power Automate<\/a>: Updated for the latest Microsoft 365 Unattended License Overview licensing guidance document<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-ai-foundry\/\">Azure AI Foundry<\/a>: Useful article added&nbsp;to ponder the question of whether&nbsp;PTUs&nbsp;save you money&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/windows-server\/\">Licensing Guides Cautionary Notes<\/a>: Added cautionary notes for the May and August 2025 licensing guidance documents, Licensing Windows Server for use with Virtualization Technologies&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/\" target=\"_blank\" rel=\"noreferrer noopener\">Licensing Guides Cau<\/a><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/\">t<\/a><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/\" target=\"_blank\" rel=\"noreferrer noopener\">ionary Notes<\/a>: Added cautionary notes for Microsoft 365<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-apps\/windows-10\/\">Microsoft 365 apps<\/a>: Added information about the updated support of the Microsoft 365 Apps when using Windows 10&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/windows-server-2025-essentials-edition\/\">Windows Server 2025<\/a>: Added Windows Server 2025 Essentials edition overview&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-hybrid-benefit-linux-vms\/\">Azure Hybrid Benefit for Linux VMs<\/a>: Added information and Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/windows-server\/\">Licensing Guides Cautionary Notes<\/a>: Added cautionary notes for some mistakes in the Windows Server Licensing Guides&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/dynamics-365\/\">Licensing Guides Cautionary Notes<\/a>: Added cautionary notes for the incorrect date formatting in the August 2025 Dynamics 365 Licensing Guide.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-guides-cautionary-notes\/outsourcing\/\">Licensing Guides Cautionary Notes<\/a>: Added cautionary notes for various errors in&nbsp;the May&nbsp;2025 License Mobility through Software Assurance Verification Guide for Customers&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/other-interesting-licenses\/\">Microsoft 365 plans for enterprise users<\/a>:&nbsp;Updated for the latest Microsoft 365 Unattended License Overview licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-ai-foundry\/\">Azure AI Foundry<\/a>:&nbsp;Added overview information and details on the Pricing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/disaster-recovery\/\">Windows 365<\/a>: Updated for Frontline Worker DR license eligibility and Windows 365 Reserve&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/dragon-copilot\/\">Dragon Copilot<\/a>: Updated for extended availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/windows-365-business\/\">Windows 365 Business<\/a>: Adjusted for the revised grace period when a license is unassigned&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">Exams<\/a>: Added a new exam for Windows licensing options fundamentals<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-virtual-desktop\/licensing-internal-users\/\">Azure Virtual Desktop<\/a>:&nbsp;Updated for the changed eligibility of RDS SALs to license internal users&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-plans\/availability-of-office-365-plans\">Office 365 plans<\/a>: Updated wording from OneDrive for Business to the new name of OneDrive,&nbsp;to reflect the recent Microsoft name change&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-sentinel\/resources-microsoft-sentinel\/\">Microsoft Sentinel:<\/a> Updated the resources page with training and exam information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-2019\/microsoft-resources-exchange-server-2019\/\">Exchange Server 2019:<\/a> Added a new page for Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/microsoft-resources-windows-server-2025-services\/\">Windows Server 2025 Services:<\/a>&nbsp;Updated&nbsp;with the&nbsp;latest&nbsp;Remote Desktop Services&nbsp;Licensing Guide<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/microsoft-resources-windows-server-2025-services\/\">Windows Server 2025 Services:<\/a> Updated with the latest Windows Server Licensing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/microsoft-resources-windows-server-2025-services\/\">Windows Server 2025:<\/a> Updated the Core CAL Suite and Enterprise CAL Suite licensing guidance document to the latest version&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-priva\/resources-microsoft-priva\/\">Microsoft Priva:<\/a> Added training and exam information to the resources page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-erp-apps\/license-management\/\">Dynamics 365 ERP apps<\/a>: Added a new page for license management&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/pay-as-you-go-licensing-option\/resources-payg-licensing-option\/\">Windows Server 2025<\/a>: Added a new resources page for the Pay-As-You-Go licensing option&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/pay-as-you-go-licensing-option\/microsoft-resources-payg-licensing-option\/\">Windows Server 2025:<\/a> Added a new Microsoft resources page for the Pay-As-You-Go licensing option&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">Exams<\/a>: Added a new exam for the licensing of Microsoft Sentinel&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">Exams<\/a>: Updated the Purview licensing fundamentals exam for the rebranded Microsoft Purview Suite&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/project-server-2019\/licensing-project-server-2019\/\">Project Server 2019<\/a>: Added links for external user licensing requirements&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/project-server-subscription-edition-se\/licensing-external-users\/\">Project Server SE<\/a>: Added links for external user licensing requirements&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-smb-users\/licensing-for-security-and-compliance\/\">Microsoft 365 plans for SMB users:<\/a> Added a new page for the new SMB security and compliance Add-ons&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">Exams<\/a>: Added a new exam for the licensing of Microsoft Priva<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sharepoint-server-2019\/licensing-sharepoint-server-2019\/\">SharePoint Server 2019<\/a>: Added a diagram and lots of links to the licensing basics<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sharepoint-server-subscription-edition-se\/licensing-sharepoint-server-se\/\">SharePoint Server SE<\/a>: Added a diagram and lots of links to the licensing basics<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/skype-for-business-server-2019\/licensing-skype-for-business-server-2019\/\">Skype for Business Server 2019<\/a>: Added a diagram and lots of links to the licensing basics<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/project-server-subscription-edition-se\/licensing-project-server-se\/\">Project Server SE<\/a>: Added a diagram and lots of links to the licensing basics<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/project-server-2019\/licensing-project-server-2019\/\">Project Server 2019<\/a>: Added a diagram and lots of links to the licensing basics<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">September 2025<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/visual-studio-2026\/\">Visual Studio 2026<\/a>: Added a new page to give the latest news<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-business-central\/microsoft-resources-dynamics-365-business-central\/\">Dynamics 365 Business Central<\/a>: Added a new page for Microsoft resources<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/\">SQL Server 2025<\/a>: Updated for the availability of Release Candidate<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/resources-microsoft-defender\/\">Microsoft Defender<\/a>: Added information on the latest Defender licensing training<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-entra\/resources-microsoft-entra\/\">Microsoft Entra<\/a>: Added information on the latest Entra licensing training<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/microsoft-purview\/resources-microsoft-purview\/\">Microsoft Purview<\/a>: Added information on the latest Purview licensing training<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-security\/resources-security-copilot\/\">Security Copilot<\/a>: Added information on the latest Security Copilot licensing training<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-intune\/resources-intune\/\">Microsoft Intune<\/a>: Added information on the latest Microsoft Intune licensing training and exam<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-erp-apps\/microsoft-resources-dynamics-365-erp-apps\/\">Dynamics 365 ERP apps<\/a>: Added a new page for Microsoft resources<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-crm-apps\/microsoft-resources-dynamics-365-crm-apps\/\">Dynamics 365 CRM apps<\/a>: Added a new page for Microsoft resources<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-adjustments\/\">Pricing<\/a>: Added information for the reintroduction of Teams to Office 365\/Microsoft 365 suites<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">Exams<\/a>: Added a new exam for the licensing of Microsoft Intune&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">Exams<\/a>: Updated the Copilot Studio exam for the renaming of messages to Copilot Credits&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-adjustments\/\">Dynamics 365 Business Central<\/a>: Updated for price changes for November 2025.&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-10\/\">Windows 10 ESUs<\/a>: Updated for the latest information available&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-endpoint\/protecting-client-endpoints\">Defender for Endpoint<\/a>: Updated for changes to the Subscription License Suites documentation -&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-office-365\/\">Defender for Office 365<\/a>: Updated for changes to the Subscription License Suites documentation&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-identity\/\">Defender for Identity<\/a>: Updated for changes to the Subscription License Suites documentation&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-cloud-apps\/\">Defender for Cloud Apps<\/a>: Updated for changes to the Subscription License Suites documentation&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/plans-for-frontline-workers\/licensing-for-security-and-compliance\/\">Plans for Frontline Workers<\/a>: Updated for changes to the Subscription License Suites documentation&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-microsoft-365\/\">Microsoft 365 Copilot<\/a>: Added a useful diagram for the architecture of Microsoft 365 Copilot&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-sql-server-2022\/multiplexing\/\">SQL Server 2022<\/a>: Updated for the new Multiplexing licensing guidance page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-project\/\">Microsoft Project<\/a>: Updated for the retirement of Project for the web and Project Online.&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/message-consumption\/\">Copilot Studio<\/a>: Updated for the renaming of messages to Copilot Credits&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-intune\/intune-device-licenses\/\">Intune<\/a>: Added a magic link to the Product Terms for device licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-intune\/intune-for-frontline-workers\/\">Intune<\/a>: Added magic links to the Product Terms for Frontline Worker licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/dragon-copilot\/\">Dragon Copilot<\/a>: Updated for the UK launch.&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-on-premises-products-select-plus\/\">Select Plus<\/a>: Added link and notes for Public Sector availability&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">August 2025<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/\">SQL Server 2025<\/a>: Updated for the availability of the first Release Candidate.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-a-server-farm\/server-licenses\/\">SQL Server 2022<\/a>: Added more links for using Server licenses in a server farm&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/project-server-subscription-edition-se\/licensing-a-server-farm\/\">Project Server SE<\/a>: Expanded on the information for using Server licenses in a server farm with diagrams and links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-cloud\/\">Microsoft Defender for Cloud<\/a>: Updated to the latest version of Microsoft\u2019s diagram&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-365-defender\/\">Microsoft 365 Defender<\/a>: Updated to the latest version of Microsoft\u2019s diagram&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-resources-microsoft-defender\/\">Microsoft Defender<\/a>: Updated with the latest version of Microsoft\u2019s licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sharepoint-server-subscription-edition-se\/licensing-a-server-farm\/\">SharePoint Server SE<\/a>: Expanded on the information for using Server licenses in a server farm with diagrams and links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-2019\/licensing-a-server-farm\/\">Exchange Server 2019<\/a>: Expanded on the information for using Server licenses in a server farm with diagrams and links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/skype-for-business-server-2019\/licensing-a-server-farm\/\">Skype for Business Server 2019<\/a>: Expanded on the information for using Server licenses in a server farm with diagrams and links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/additional-editions-of-sql-server\/\">SQL Server 2022<\/a>: Added information on SQL Server 2025 Standard Developer edition for cross-reference purposes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/sql-server-software-subscriptions\/\">SQL Server 2022<\/a>: Added magic links to information on Software Subscriptions page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-purview\/\">Microsoft Purview<\/a>: Added information on the new Purview licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/dragon-copilot\/\">Dragon Copilot<\/a>: Updated for Canada availability and Microsoft partner resources&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">July 2025<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-data-box\/\">Azure Data Box<\/a>: Content added to explain the process and the costs involved&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/message-consumption\/\">Copilot Studio<\/a>: Updated for the new Copilot Studio Agent Usage Estimator tool&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/\">SQL Server 2025<\/a>: Updated to include the news about SQL Server Reporting Services, and improved the layout of the page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/skype-for-business-server-2015\/\">Skype for Business Server 2015<\/a>: Updated to include the news about Extended Security Updates&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/skype-for-business-server-2019\/\">Skype for Business Server 2019<\/a>: Updated to include the news about Extended Security Updates&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/exchange-server-2016\/\">Exchange Server 2016<\/a>: Updated to include the news about Extended Security Updates&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-2019\/\">Exchange Server 2019<\/a>: Updated to include the news about Extended Security Updates&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/microsoft-resources-windows-365\/\">Windows 365<\/a>: Updated the resources page with a refreshed licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-security\/licensing\/\">Security Copilot<\/a>: Updated with overage units and the Security Copilot capacity calculator&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-virtual-desktop\/microsoft-resources-azure-virtual-desktop\/\">Azure Virtual Desktop<\/a>: Updated the resources page with a refreshed licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/hotpatching\/\">Windows Server 2025<\/a>: Updated for the general availability of Hotpatching&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/system-center-2025\/microsoft-resources-system-center-2025\/\">System Center 2025<\/a>: Updated the resources page with a refreshed licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/flexible-virtualization-benefit\/microsoft-resources-flexible-virtualization-benefit\/\">Flexible Virtualization Benefit<\/a>: Updated the resources page with refreshed licensing guidance documents&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/microsoft-resources-windows-server-2025\/\">Windows Server 2025<\/a>: Updated the resources page with a whole host of refreshed resources from Microsoft&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sharepoint-server-subscription-edition-se\/licensing-external-users\/\">SharePoint Server SE<\/a>: Updated for changes to CAL Suite price increase dates&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-2019\/exchange-online-voice-mail-service\/\">Exchange Server 2019<\/a>: Added a magic link for the Voice Mail service rights in the Product Terms&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/visio-online\/visio-2016-standard-professional-deployment-rights\/\">Visio Online<\/a>: Added a magic link for the Visio 2016 deployment rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/the-cal-suites\/\">CAL Suites<\/a>: Updated for changes to CAL Suite price increase dates&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-apps\/upgrades\/\">Microsoft 365 apps<\/a>: Detailed the upgrades available through CSP&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sharepoint-server-subscription-edition-se\/licensing-external-users\/\">SharePoint Server SE<\/a>: Added magic links for external users information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/message-consumption\/\">Copilot Studio<\/a>: Removed the reference to message consumption tables in the Copilot Studio Licensing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/commercial-data-protection\/\">Microsoft 365 Copilot Chat<\/a>: Added a new page to explain the licensing and different experiences&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-2019\/licensing-exchange-server-2019\/\">Exchange Server 2019<\/a>: Added lots of magic links to main licensing page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/project-server-2016\/\">Project Server 2016<\/a>: Added end of support information and links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/exchange-server-2016\/\">Exchange Server 2016<\/a>: Added end of support information and links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/sharepoint-server-2016\/\">SharePoint Server 2016<\/a>: Added end of support information and links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/skype-for-business-server-2015\/\">Skype for Business Server 2015<\/a>: Added end of support information and links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/skype-for-business-server-subscription-edition-se\/\">Skype for Business Server SE<\/a>: Updated for GA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-subscription-edition-se\/\">Exchange Server SE<\/a>: Updated for GA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/exchange-rate-price-adjustments\/\">Pricing<\/a>: Updated for September 2025 exchange rate price adjustments&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/project-server-2019\/\">Project Server 2019<\/a>: Added end of support information and links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/skype-for-business-server-2019\/\">Skype for Business Server 2019<\/a>: Added end of support information and links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-subscription-edition-se\/\">Exchange Server SE<\/a>: Updated for changes to CAL Suite price increase dates&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sharepoint-server-2019\/\">SharePoint Server 2019<\/a>: Added end of support information and links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-2019\/\">Exchange Server 2019<\/a>: Added end of support information and links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/microsoft-purview\/resources-microsoft-purview\/\">Microsoft Purview<\/a>: Added information on the Purview Extra training&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/skype-for-business-server-subscription-edition-se\/\">Skype for Business Server SE<\/a>: Updated for changes to CAL Suite price increase dates&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/\">Azure Reservations<\/a>: Updated graphic of available Reservations&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/system-center-2022-clients\/cml-equivalent-licenses\/\">System Center 2022<\/a>: Added magic links for CAL equivalent licenses&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">June 2025<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-online-services\/types-of-online-services-user-sls\/\">Licensing Online Services<\/a>: Added information on Cloud Add-ons to SA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/windows-server-2025-2\/\">SPLA: Windows Server 2025<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/system-center-2025-2\/\">SPLA: System Center 2025<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/sql-server-2022-2\/\">SPLA: SQL Server 2022<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/biztalk-server-2020-2\/\">SPLA: BizTalk Server 2020<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/exchange-server-2019-2\/\">SPLA: Exchange Server 2019<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/sharepoint-server-2019-2\/\">SPLA: SharePoint Server 2019<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/skype-for-business-server-2019-2\/\">SPLA: Skype for Business Server 2019<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/productivity-suite\/\">SPLA: Productivity Suite<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/project-server-2019-2\/\">SPLA: Project Server 2019<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/spla\/office-2024\/\">SPLA: Office LTSC 2024<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/system-center-2022-clients\/cml-equivalent-licenses\/\">System Center 2022<\/a>: Added magic links for CAL equivalent licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/visual-studio-2022-standard-subscriptions\/\">Visual Studio 2022 Standard subscriptions<\/a>: Added down-edition rights for Enterprise to Professional&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/message-consumption\/\">Copilot Studio<\/a>: Updated message consumption links for the new Copilot Studio Licensing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-adjustments\/\">Pricing<\/a>: Adjusted for new timeframe for Core CAL Suite and Enterprise CAL Suite price increases&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-sql-server-with-container-technology\/\">SQL Server 2022<\/a>: Added magic links for licensing with container technology&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/skype-for-business-server-2019\/licensing-skype-for-business-server-2019\/\">Skype for Business 2019<\/a>: Added information on the Add-on User SL&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/cal-equivalent-licenses\/\">Windows Server 2022<\/a>: Added magic links for CAL equivalent licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/cal-equivalent-licenses\/\">SQL Server 2022<\/a>: Added magic links for CAL equivalent licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/project-server-subscription-edition-se\/cal-equivalent-licenses\/\">Project Server SE<\/a>: Added magic links for CAL equivalent licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/project-server-2019\/cal-equivalent-licenses\/\">Project Server 2019<\/a>: Added magic links for CAL equivalent licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/azure-devops-server-2022-2\/cal-equivalent-licenses\/\">Azure DevOps Server 2022<\/a>: Added magic links for CAL equivalent licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-online-services-csp-nce\/product-availability\/\">Buying Online Services: CSP (NCE)<\/a>: Added magic links and more detail for product availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-online-services-ea\/product-availability\/\">Buying Online Services: EA<\/a>: Added magic links and more detail for product availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-on-premises-products-open-programs\/open-value-subscription\/product-availability\/\">Buying on-premises products: OVS<\/a>: Added magic links and more detail for product availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-on-premises-products-csp\/product-availability\/\">Buying on-premises products: CSP<\/a>: Added magic links and more detail for product availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-plans\/on-premises-use-rights\/\">Office 365 plans<\/a>: Added magic links for on-premises use rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-smb-users\/on-premises-use-rights\/\">Microsoft 365 plans for SMB users<\/a>: Added magic links for on-premises use rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-crm-apps\/on-premises-use-rights\/\">Dynamics 365 CRM apps<\/a>: Added magic links for on-premises use rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-erp-apps\/on-premises-use-rights\/\">Dynamics 365 ERP apps:<\/a> Added magic links for on-premises use rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/ems-plans\/on-premises-use-rights\/\">EMS<\/a>: Added magic links for on-premises use rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/additional-editions-of-sql-server\/\">SQL Server 2022<\/a>: Added links for Express and Developer editions of SQL Server&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-finance\/\">Microsoft 365 Copilot for Finance<\/a>: Updated for the name change to Finance Agents&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sharepoint-server-2019\/cal-equivalent-licenses\/\">SharePoint Server 2019<\/a>: Added magic links for the CAL equivalent licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-2019\/cal-equivalent-licenses\/\">Exchange Server 2019<\/a>: Added magic links for the CAL equivalent licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/microsoft-purview\/resources-microsoft-purview\/\">Microsoft Purview<\/a>: Added a new page for easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/github\/github-copilot\/\">GitHub Copilot<\/a>: Updated for the availability of GitHub Copilot Pro+&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">Exams<\/a>: Added a new exam for Licensing Microsoft Purview&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-commerce\/resources-dynamics-365-commerce\/\">Dynamics 365 Commerce<\/a>: Added a new page for easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/licensing-for-security-and-compliance\/\">Microsoft 365 Plans for Enterprise Users<\/a>: Added lots of magic links for the security and compliance section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">Exams<\/a>: Added a new exam for Licensing Dynamics 365 Commerce&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-commerce\/microsoft-resources-dynamics-365-commerce\/\">Dynamics 365 Commerce<\/a>: Added a page for Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/\">SQL Server 2025<\/a>: Updated for public preview announcement&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-commerce\/licensing-ecommerce-solutions\/\">Dynamics 365 Commerce<\/a>: Added a page for the licensing of eCommerce solutions&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-customer-voice\/resources-dynamics-365-customer-voice\/\">Dynamics 365 Customer Voice<\/a>: Added a new page for easy access to the training&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-commerce\/commerce-scale-units\/\">Dynamics 365 Commerce<\/a>: Added a page to explain Commerce Scale Units&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-supply-chain-management\/additional-capacity-licenses\/\">Dynamics 365 Supply Chain Management<\/a>: Added more detail for Dataverse and Operations capacity&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-commerce\/ratings-and-recommendations\/\">Dynamics 365 Commerce<\/a>: Added a page to explain the licensing of Ratings and Recommendations&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-customer-voice\/licensing-for-additional-customer-voice-responses\/\">Dynamics 365 Customer Voice<\/a>: Added information on licensing for additional Customer Voice responses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-commerce\/licensing-physical-stores\/\">Dynamics 365 Commerce<\/a>: Added a page for the licensing of physical stores&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">May 2025<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-adjustments\/\">Pricing<\/a>: Updated for Dynamics 365 Business Central price increases&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-user\/hotpatching\/\">Windows 11 (User)<\/a>: Added a new page for Hotpatching<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/hotpatching\/\">Windows Server 2025<\/a>: Added a new page for Hotpatching<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-crm-apps\/resources-dynamics-365-crm-apps\/\">Dynamics 365 CRM apps<\/a>: Added a new page for easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-erp-apps\/resources-dynamics-365-erp-apps\/\">Dynamics 365 ERP apps<\/a>: Added a new page for easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-customer-insights\/resources-customer-insights\/\">Dynamics 365 Customer Insights<\/a>: Added a new page for easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">Exams<\/a>: Added a new exam for Licensing Dynamics 365 Customer Insights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-crm-apps\/included-rights-and-entitlements-for-other-dynamics-apps\/customer-service\/\">Customer Service<\/a>: Updated for the rebranding of Customer Service workspace to Copilot Service workspace&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/windows-365-frontline\/\">Windows 365 Frontline<\/a>: Updated for the general availability of Shared Mode&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/licensing-agent-creators\/\">Copilot Studio<\/a>: Added a page to describe how to license creators of Agents<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-customer-insights\/dataverse-capacity\/\">Dynamics 365 Customer Insights<\/a>: Enhanced the information on Dataverse capacity&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-human-resources\/licensing-dynamics-365-human-resources\/\">Dynamics 365 Human Resources<\/a>: Elaborated on where the Self Service rights are available&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/microsoft-resources-developer-tools\/\">Developer tools<\/a>: Added a new page for Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/message-consumption\/\">Copilot Studio<\/a>: Added a page to explain message consumption&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-customer-insights-original\/dynamics-365-customer-insights-app-licenses\/\">Dynamics 365 Customer Insights (original)<\/a>: Updated introductory information for extended renewal time frame&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/disaster-recovery\/\">Windows 365<\/a>: Updated for the general availability of Windows 365 Disaster Recovery&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-crm-apps\/dataverse-capacity\/\">Dynamics 365 CRM apps<\/a>: Enhanced the information on Dataverse capacity&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-virtual-machines\/advanced-per-core-licensing\/\">SQL Server 2022<\/a>: Added a magic link for licensing hardware threads source information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-customer-insights\/licensing-dynamics-365-customer-insights\/\">Dynamics 365 Customer Insights<\/a>: Enhanced licensing information with pricing and links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-erp-apps\/dynamics-erp-apps-capacity\/\">Dynamics 365 ERP apps<\/a>: Enhanced the information on Dataverse and Operations capacity&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-marketing\/\">Dynamics 365 Marketing (original)<\/a>: Updated introductory information for extended renewal time frame&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/pay-as-you-go-licensing-option\/\">Windows Server 2025<\/a>: Added the exam to the Pay-As-You-Go licensing page for easy access&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-virtual-machines\/virtualization-licensing-per-core-unlimited-virtualization\/\">SQL Server 2022<\/a>: Added a magic link to the Product Terms for unlimited virtualization licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-customer-insights\/interacted-people-and-unified-people\/\">Dynamics 365 Customer Insights<\/a>: Enhanced the information on Interacted People and Unified People and added further links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-on-premises-products-ea\/enterprise-enrollment\/enterprise-wide-commitment\/\">Buying on-premises products: EA<\/a>: Added a link to the May 2025 Qualified Devices and Qualified Users licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/licensing-on-premises-products\/downgrade-and-down-edition-rights\/\">Downgrade rights<\/a>: Added a link to the updated Downgrade Rights licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/\">Exams<\/a>: Added a new exam for Windows Server Pay-As-You-Go licensing<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/pay-as-you-go-licensing-option\/\">Windows Server PAYG licensing<\/a>: Added some Microsoft resources and a link to training&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/\">Copilot Studio<\/a>: Remastered the intro page to include Agents, Agent Flows, and a bit of history&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/plans-for-frontline-workers\/licensing-for-security-and-compliance\/\">Frontline Worker security and compliance licensing<\/a>: Updated for the April 2025 Subscription License Suites document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-adjustments\/\">Price increases<\/a>: Added details of August 2021 price increases&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/dragon-copilot\/\">Dragon Copilot<\/a>: Added a new page to give the latest information and explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-smb-users\/combining-licenses\/\">Microsoft 365 plans for SMB users<\/a>: Updated with additional links for information on how you may combine licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/exchange-rate-price-adjustments\/\">Pricing<\/a>: Added a new page to document all the changes Microsoft have made to exchange rates that affect pricing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-sql-server-2022\/multiplexing\/\">SQL Server 2022<\/a>: Added a link to the Product Terms for multiplexing and a link to Microsoft\u2019s Multiplexing Licensing Brief&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">April 2025<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-7\/\">Windows 7 ESUs<\/a>: Added a separate page to cover this topic&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-10\/\">Windows 10 ESUs<\/a>: Added a separate page to cover this topic&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-cloud\/defender-for-servers\/\">Defender for Servers<\/a>: Added a page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-arc\/\">Azure Arc<\/a>: Added a new page to introduce the solutions it enables<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/skype-for-business-server-subscription-edition-se\/\">Skype for Business Server SE<\/a>: Updated with the latest news on availability and pricing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-subscription-edition-se\/\">Exchange Server SE<\/a>: Updated with the latest news on availability and pricing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sharepoint-server-subscription-edition-se\/\">SharePoint Server SE<\/a>: Updated with the latest news on pricing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/the-cal-suites\/\">The CAL Suites<\/a>: Updated with the latest news on pricing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/#:~:text=Dynamics%20365\">Exams<\/a>: Added a new exam for licensing the Dynamics 365 ERP apps&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/pricing\/product-price-adjustments\/\">Pricing: product price adjustments<\/a>: Added a page to detail all the past and planned price changes to products&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-arc\/resources-azure-arc\/\">Azure Arc<\/a>: Added a page for easy access to the training&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-cloud\/cloud-workload-protection-platform-cwpp\/\">Defender for Cloud<\/a>: Added a page to introduce this solution&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-server\/resources-windows-server-2012-2012-r2-esus\/\">ESUs: Windows Server 2012\/2012 R2<\/a>: Added a page for easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/#:~:text=Dynamics%20365\">Exams<\/a>: Added a new exam for licensing the Dynamics 365 CRM apps&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-in-azure\/\">Copilot in Azure<\/a>: Added a page to explain the licensing of this solution&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-cloud\/cloud-workload-protection-platform-cwpp\/\">Cloud Workload Protection Platform<\/a>: Added a page to explain the licensing of this solution&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/licensing-scholar-exams\/#:~:text=Other\">Exams<\/a>: Added a new exam for Windows 2012 ESUs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-server\/esus-azure-arc\/creating-an-esu-license-purchasing-esus\/\">ESUs: Windows Server 2012\/2012 R2<\/a>: Updated and enhanced the section for creating an Azure Arc ESU license&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-server\/\">ESUs: Windows Server 2012\/2012 R2<\/a>: Enhanced the whole section with lots of magic links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/introduction-to-microsoft-licensing\/microsoft-customer-agreement\/\">Microsoft Customer Agreement<\/a>: Added more links and information on how to get current and previous copies of the MCA&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-crm-apps\/professional-and-enterprise-licenses\/\">Dynamics 365 CRM apps<\/a>: Added Product Terms link for information on mixing Professional and Enterprise licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/windows-365-link\/\">Windows 365 Link<\/a>: Updated for general availability of this product&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-cloud\/cloud-security-posture-management-cspm\/\">Cloud Security Posture Management<\/a>: Added a page to explain the licensing of CSPM&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-hybrid-benefit\/windows-server\/migration-rights\/\">Azure Hybrid Benefit<\/a>: Windows Server: Added information and links for Datacenter migration rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/the-cal-suites\/\">CAL Suites<\/a>: Enhanced the existing information and added more links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-resources-microsoft-defender\/\">Microsoft Defender<\/a>: Added a page for Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-iot\/enterprise-iot-devices\/\">Microsoft Defender for IoT<\/a>: Added a new section to explain the licensing of EIoT and OT devices&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-365-defender\/\">Microsoft 365 Defender<\/a>: Added a new page to explain this solution&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/\">Microsoft Defender<\/a>: Added a useful overview diagram&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/resources-copilot-studio\/\">Copilot Studio<\/a>: Added a page for easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-entra\/resources-microsoft-entra\/\">Microsoft Entra<\/a>: Added a page for easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-on-premises-products-csp\/purchasing-software-subscriptions\/\">Software Subscriptions<\/a>: Updated for the availability of System Center 2025 as a Software Subscription in CSP&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">Exams<\/a>: The full range refreshed for the 2025 season. New badges available!&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">March 2025<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/free-resources\/\">Free resources<\/a>: Page name change from Public for access to the Glossary, Exams, FWYN, and LIcenseVerse updates&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/microsoft-resources-windows-server-2025-services\/\">Windows Server 2025 Services<\/a>: Added the March 2025 Core CAL and Enterprise CAL Suites licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/microsoft-resources-azure-reservations\/\">Azure Reservations<\/a>: Added a page for Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-sql-server-2014\/esus-azure-arc\/included-use-rights\/\">SQL 2014 Azure Arc ESUs<\/a>: Added a page for included use rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-plans\/office-365-deprecated-licenses\/\">Office 365 plans<\/a>: Added a page to detail components of deprecated licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/disaster-recovery\/\">Windows 365<\/a>: Updated for the preview of Windows 365 Disaster Recovery Plus&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-hybrid-benefit-sql-server\/centrally-managed-azure-hybrid-benefit\/availability-of-the-benefit\/\">Centrally Managed Azure Hybrid Benefit<\/a>: Added more explanation and links to the availability section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-erp-apps\/included-entitlements-for-other-dynamics-apps\/\">Dynamics 365 Commerce<\/a>: Adjusted included entitlements with news of end of sale for Dynamics 365 Fraud Protection<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/microsoft-resources-windows-server-2025-services\/\">Windows Server 2025 Services<\/a>: Added the February 2025 Core CAL and Enterprise CAL Suites licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/azure-devops-server-2022-2\/\">Azure DevOps Server<\/a>: Enriched with magic links throughout&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/github\/github-advanced-security-ghas\/\">GitHub Advanced Security<\/a>: Added further magic links for this section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/github\/github-enterprise-ghe\/\">GitHub Enterprise<\/a>: Added further magic links for this section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/microsoft-dev-box\/\">Microsoft Dev Box<\/a>: Added further magic links for this section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-business\/protecting-client-endpoints\/\">Microsoft Defender for Business<\/a>: Added further information on mixed licensing scenarios&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-fraud-protection\/\">Dynamics 365 Fraud Protection<\/a>: Updated with news of the end of sale for Dynamics 365 Fraud Protection&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/azure-storage-reserved-capacity\/\">Azure Storage: Reserved Capacity<\/a>: Enriched with magic links and a diagram&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/suse-linux-software-plan\/instance-size-flexibility\/\">SUSE Linux Software Plan<\/a>: Added new diagrams and magic links for instance size flexibility&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/virtual-machines-reserved-instances\/5-year-reserved-instances\/\">5-year Reserved Instances<\/a>: Added magic links for this section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-azure-services-csp\/azure-reservations-2\/\">Buying Azure services: CSP<\/a>: Added magic links for Azure Reservations section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/\">Azure Reservations<\/a>: Added a diagram to show all the different types of Reservations&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/purchasing-azure-reservations\/reservation-scope\/\">Azure Reservations scope<\/a>: Added more information and magic links for this section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-azure-services-ea\/azure-reservations-2\/\">Buying Azure services: EA<\/a>: Added magic links for Azure Reservations section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/purchasing-azure-reservations\/payment-options\/\">Azure Reservations payment options<\/a>: Added magic links and information on fixed pricing for monthly payments&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/purchasing-azure-reservations\/automatic-renewal\/\">Azure Reservations automatic renewal<\/a>: Added pictures and magic links for this section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-threat-intelligence\/\">Microsoft Defender Threat Intelligence<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/purchasing-azure-reservations\/exchanging-reservations\/\">Exchanging Azure Reservations<\/a>: Added magic links for this section&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/azure-dedicated-host\/\">Azure Dedicated Host Reservations<\/a>: Added magic links for this section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/azure-sql-reserved-capacity\/purchasing-reserved-capacity\/\">Azure SQL Reserved Capacity<\/a>: Added magic links for purchasing Reserved Capacity information&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">February 2025&nbsp;<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/resources-microsoft-defender\/\">Microsoft Defender<\/a>: Added links to the Defender extra training and advanced licensing exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">Licensing exams<\/a>: Added the Microsoft Defender advanced licensing exam and associated resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-on-premises-products-csp\/purchasing-software-subscriptions\/\">Purchasing Software Subscriptions in CSP<\/a>: Added a link for payment options&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-windows-server-virtual-machines\/options-for-licensing-windows-server-virtual-machines\/\">Windows Server VMs in Azure<\/a>: Added a link for per-minute billing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-resources-windows-server-2022\/\">Windows Server 2022<\/a>: Updated with the new Base and Additive CALs licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2022-services\/microsoft-resources-windows-server-2022-services\/\">Windows Server 2022 Services<\/a>: Updated with the new Base and Additive CALs licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025-services\/microsoft-resources-windows-server-2025\/\">Windows Server 2025<\/a>: Updated with the new Base and Additive CALs licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/microsoft-resources-windows-server-2025-services\/\">Windows Server 2025 Services<\/a>: Updated with the new Base and Additive CALs licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-contact-center\/\">Contact Center<\/a>: Updated with the new Contact Center licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-vulnerability-management\/\">Microsoft Defender Vulnerability Management<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-smb-users\/using-windows\/\">Microsoft 365 Business Premium<\/a>: Enhanced the information about using Windows with Microsoft 365 Business Premium&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">Licensing exams<\/a>: Added Microsoft Defender licensing fundamentals exam and associated resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025-services\/microsoft-resources-windows-server-2025\/\">Windows Server 2025<\/a>: Added a page for a table of useful Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-azure-stack-solutions\/resources-azure-local\/\">Azure Local<\/a>: Added a new page to give easy access to the training&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">Licensing exams<\/a>: Added Licensing Scholar Core exams and associated training&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-xdr\/\">Microsoft Defender XD<\/a><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-xdr\/\" target=\"_blank\" rel=\"noreferrer noopener\">R<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/resources-microsoft-defender\/\">Microsoft Defender<\/a>: Added a new page for links to the Licensing School training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-entra\/microsoft-entra-id-governance\/\">Microsoft Entra ID Governance<\/a>: Expanded information on prerequisites&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-endpoint\/protecting-server-endpoints\/\">Microsoft Defender for Endpoint<\/a>: Added a new section to cover the licensing of client and server endpoints for enterprises&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-resources-windows-server-2022\/\">Windows Server 2022<\/a>: Added a table of useful Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-entra\/microsoft-entra-components\/\">Microsoft Entra components<\/a>: Added magic links to make prerequisites easier to find&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-business\/\">Microsoft Defender for Business<\/a>: Added a new section to cover the licensing of client and server endpoints for SMBs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-security\/\">Security Copilot<\/a>: Whole section updated for the name change from Copilot for Security&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/\">Copilot<\/a>: Updated the overview page for the name change of Security Copilot&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-identity\/\">Microsoft Defender for Identity<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-office-365\/\">Microsoft Defender for Office 365<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/microsoft-defender-for-cloud-apps\/\">Microsoft Defender for Cloud Apps<\/a>: Added a new page to explain the licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-business-central-on-premises\/\">Dynamics 365 Business Central on-premises<\/a>: Updated with the latest Licensing Guide&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">January 2025<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-defender\/\">Microsoft Defender<\/a>: Added links to the training and the licensing guidance document&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/flexible-virtualization-benefit\/resources-flexible-virtualization-benefit\/\">Flexible Virtualization Benefit<\/a>: Added links to the Licensing School training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-business-central\/\">Dynamics 365 Business Central<\/a>: Added magic links throughout to make finding source information easier&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-deployment-options\/get-the-detail\/other-server-applications\/\">Server deployment options<\/a>: Added an explanatory note to clarify use of licenses with Listed Providers&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-deployment-options\/get-the-detail\/sql-server-2022-2\/\">SQL Server deployment options<\/a>: Added an explanatory note to clarify use of licenses with Listed Providers&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-deployment-options\/get-the-detail\/windows-11-and-vda-user-licenses\/\">Windows deployment options<\/a>: Added magic links to make finding source information easier&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-apps\/licensing-shared-devices\/\">Shared Computer Activation<\/a>: Added magic links to make finding source information easier&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/github\/github-copilot\/\">GitHub Copilot<\/a>: Updated for the availability of GitHub Copilot Free&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/\">Copilot<\/a>: Updated introductory information for the removal of Copilot in Windows&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/copilot-studio-for-teams-app\/\">Copilot Studio for Teams app<\/a>: Updated for Agent language&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-entra\/microsoft-entra-id-governance\/\">Entra ID Governance<\/a>: Updated with the latest news on the licensing for guests&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-consumption-services\/the-azure-management-portal\/\">Microsoft Cost Management<\/a>: Added a link to the Azure blog for easy access to updates on Microsoft Cost Management functionality&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-deployment-options\/overview-of-options\/authorized-outsourcers\/\">Authorized Outsourcer<\/a>: Improved the definition with links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/viva\/\">Viva<\/a>: Updated for upcoming retirement of Viva Goals&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/viva\/\">Viva<\/a>: Added extra information for Viva Glint licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/flexible-virtualization-benefit\/resources-flexible-virtualization-benefit\/\">Flexible Virtualization Benefit<\/a>: Added a new page to give easy access to the Flexible Virtualization Benefit: Server training&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-deployment-options\/get-the-detail\/sql-server-2022-2\/\">SQL Server deployment options<\/a>: Updated and improved the summary table&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-deployment-options\/get-the-detail\/other-server-applications\/\">Other server products deployment options<\/a>: Updated and improved the summary table&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-smb-users\/combining-licenses\">Microsoft 365 Business<\/a>: Updated with the latest information of combining licenses to the 300 limit&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">November 2024&nbsp;<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-azure-stack-solutions\/azure-stack-hci\/\">Azure Local<\/a>: Enriched with more links and magic links throughout&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-device\/licensing-a-virtual-desktop-infrastructure\/\">Windows 11<\/a>: Enriched VDI section with more links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025-services\/\">Windows Server 2025 Services<\/a>: Added a new section consisting of 12 new pages&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-mobility-through-sa\/\">License Mobility through SA<\/a>: Enriched with more links and magic links throughout&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-mobility-through-sa\/microsoft-resources-license-mobility-through-sa\/\">License Mobility through SA<\/a>: Added a new page for useful Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/resources-windows-365\/\">Windows 365<\/a>: Added a new page to give easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-virtual-desktop\/resources-azure-virtual-desktop\/\">Azure Virtual Desktop<\/a>: Added a new page to give easy access to the training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/windows-365-link\/\">Windows 365<\/a>: Added a new page for the public preview of Windows 365 Link&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/glossary\/\">Glossary<\/a>: Updated for the announcement of Azure Local&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/windows-365-frontline\/\">Windows 365<\/a>: Updated for the introduction of Windows 365 Frontline Shared Mode&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-fabric\/\">Microsoft Fabric<\/a>: Updated for the private preview of the Fabric SKU Estimator&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-online-services\/versions-and-editions\/\">Licensing Online Services<\/a>: Updated for the launch of Windows Server 2025&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-on-premises-products-ea\/enterprise-enrollment\/additional-products\/\">Buying on-premises products: EA<\/a>: Updated for the launch of Windows Server 2025&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/flexible-virtualization-benefit\/licensing-rules\/windows-server\/\">Flexible Virtualization Benefit<\/a>: Updated for the launch of Windows Server 2025&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-hybrid-benefit\/windows-server\/additional-rights-for-windows-server-datacenter-licenses\/\">Azure Hybrid Benefit<\/a>: Updated for the launch of Windows Server 2025&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/licensing-on-premises-products\/downgrade-and-down-edition-rights\/\">Licensing on-premises products<\/a>: Updated for the launch of Windows Server 2025&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-azure-stack-solutions\/\">Azure Stack<\/a>: Updated for the announcement of Azure Local&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">Licensing exams<\/a>: Added Virtual desktops in the cloud exam and associated resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-user\/extended-security-updates\/\">Windows 11 (User)<\/a>: Updated with Windows 10 ESUs information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-device\/extended-security-updates\/\">Windows 11 (Device)<\/a>: Updated with Windows 10 ESUs information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2025\/\">SQL Server 2025<\/a>: Added a new page as SQL Server 2025 enters private preview&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-virtual-desktop\/microsoft-resources-azure-virtual-desktop\/\">Azure Virtual Desktop<\/a>: Added more Microsoft resources and put into a useful table&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-deployment-options\/get-the-detail\/windows-server-2022\/\">License Deployment Options<\/a>: Updated for the launch of Windows Server 2025&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-virtual-desktop\/\">Azure Virtual Desktop<\/a>: Enriched with more links and magic links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/windows-server-20222\/licensing-virtual-machines\/licensing-individual-virtual-machines\/\">Windows Server 2022<\/a>: Added the Windows Server Pay-As-You-Go Azure meter option to the summary table of Windows Server licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-virtual-desktop\/extended-security-updates\/\">Azure Virtual Desktop<\/a>: Updated with Windows 10 ESUs information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-20222\/licensing-for-disaster-recovery\/\">Windows Server 2022<\/a>: Added information to confirm that Software Subscriptions are eligible for Disaster Recovery rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2022-services\/microsoft-resources-windows-server-2022-services\/\">Windows Server 2022 Services<\/a>: Added a page for useful Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2022-services\/\">Windows Server 2022 Services<\/a>: Enriched with more links and magic links&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/\">Windows 365<\/a>: Enriched with more links and magic links&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/servicing-channels\/\">Windows Server 2022<\/a>: Added information on the Windows Server Annual Channel for Containers&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2022\/\">Windows Server 2022<\/a>: Enriched with lots of useful links and updated pictures throughout&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/pay-as-you-go-licensing-option\/\">Windows Server 2025<\/a>: Added a page for the Pay-As-You-Go licensing option<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/system-center-2025\/microsoft-resources-system-center-2025\/\">System Center 2025<\/a>: Added a page for useful Microsoft resources<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/\">Windows Server 2025<\/a>: Added a new section consisting of 24 new pages<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/system-center-2022\/microsoft-resources-system-center-2022\/\">System Center 2022<\/a>: Added a page for useful Microsoft resources<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/microsoft-resources-windows-365\/\">Windows 365<\/a>: Added a page for useful Microsoft resources<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/virtual-machines-reserved-instances\/instance-size-flexibility\/\">Reserved Instances<\/a>: Added information about changes to instance size flexibility ratios for the M-series VMs<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/windows-365-enterprise\/network-deployment-options\/\">Windows 365<\/a>: Added a page for network deployment options<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/virtual-machines-reserved-instances\/instance-size-flexibility\/\">Reserved Instances<\/a>: Added a link to download the spreadsheet of instance size flexibility ratios<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/system-center-2022-servers\/\">System Center 2022<\/a>: Enriched with useful links throughout the server section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/\">Windows Server 2025<\/a>: Updated with the general availability on November 1, 2024&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/system-center-2025\/\">System Center 2025<\/a>: Updated with the general availability on November 1, 2024<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">&nbsp;October 2024<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-consumption-services\/azure-quotas\/\">Azure quotas<\/a>: Enriched with links and pictures&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/capacity-reservations\/resources-capacity-reservations\/\">Capacity Reservations<\/a>: Added a page to make it easy to find the Capacity Reservations training and the associated exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-savings-plans\/resources-azure-savings-plans\/\">Azure Savings Plans<\/a>: Added a page to make it easy to find the Azure Savings Plans training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/resources-azure-reservations\/\">Azure Reservations<\/a>: Added a page to make it easy to find the Reserved Instances training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/purchasing-azure-reservations\/canceling-reservations\/\">Azure Reservations<\/a>: Added extra information about canceling Azure Reservations&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-consumption-services\/azure-subscriptions\/\">Azure Subscriptions<\/a>: Updated with details of upcoming removal of unused Azure Subscriptions&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-project\/\">Microsoft Project<\/a>: Updated for the name changes to Project Plan 3 and Project Plan 5&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-plans\/onedrive\/\">Office 365 plans<\/a>: Added a new page for the changes to unlicensed OneDrive user accounts&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-specialist-virtual-machines\/azure-spot-virtual-machines\/\">Azure Spot virtual machines<\/a>: Enriched with useful links throughout&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-specialist-virtual-machines\/constrained-core-virtual-machines\/\">Constrained core virtual machines<\/a>: Enriched with useful links throughout&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-specialist-virtual-machines\/resources-specialist-virtual-machines\/\">Licensing specialist virtual machines<\/a>: Added a page for useful Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-specialist-virtual-machines\/microsoft-resources-specialist-virtual-machines\/\">Licensing specialist virtual machines<\/a>: Added a page to make it easy to find the training&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/windows-365-enterprise\/hp-anyware-for-windows-365\/\">Windows 365<\/a>: Added a page for the launch of HP Anyware for Windows 365&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/system-center-2025\/\">System Center 2025<\/a>: Updated with latest general availability information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-user\/windows-11-in-microsoft-365\/\">Windows11 (user)<\/a>: Updated for the launch of Windows 11 Enterprise LTSC 2024&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/glossary\/\">Glossary<\/a>: Updated for the launches of Windows 11 Enterprise LTSC 2024, Office LTSC 2024, Visio LTSC 2024, and Project 2024&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-on-premises-products-ea\/enterprise-enrollment\/product-availability\/\">Buying on-premises products: EA<\/a>: Added a link to the Product Terms for license availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-on-premises-products-open-programs\/\">Buying on-premises products: Open programs<\/a>: Updated for the launch of Office LTSC 2024&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-deployment-options\/get-the-detail\/office-2021-device-licenses\/\">License Deployment Options<\/a>: Updated for the launch of Office LTSC 2024&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/project-2024\/\">Project 2024<\/a>: Added information for the launch of Project 2024&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-apps\/update-channels\/\">Microsoft 365 Apps<\/a>: Updated for the launch of Office LTSC 2024&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-user\/\">Windows 11 (device)<\/a>: Updated for the launch of Windows 11 Enterprise LTSC 2024&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-on-premises-products-ea\/\">Buying on-premises products: EA<\/a>: Updated for the launches of Windows 11 Enterprise LTSC 2024, Office LTSC 2024 and Visio LTSC 2024&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/flexible-virtualization-benefit\/licensing-rules\/desktop-applications\/\">Flexible Virtualization Benefit<\/a>: Updated for the launch of Office LTSC 2024&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-on-premises-products-csp\/product-availability\/\">Buying on-premises products: CSP<\/a>: Updated for the launch of Windows 11 Enterprise LTSC 2024&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/plans-for-frontline-workers\/using-windows-11-enterprise-e3\/\">Plans for Frontline Workers<\/a>: Updated for the launch of Windows 11 Enterprise LTSC 2024&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-device\/microsoft-resources-windows-11\/\">Windows 11 (device)<\/a>: Added useful Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">Licensing exams<\/a>: Added Azure virtual machine optimization solutions exam and associated resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/project-2021\/\">Project 2021<\/a>: Enriched with useful links throughout&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/visio-2024\/\">Visio LTSC 2024<\/a>: Added information for the launch of Visio LTSC 2024&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-consumption-services\/azure-quotas\/\">Azure quotas<\/a>: Additional page added for information on Azure quotas&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-resources-windows-server-2022\/\">Windows Server 2022<\/a>: Added a link to the Windows Server Licensing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/licensing-sql-server-2022\/microsoft-resources-sql-server-2022\/\">SQL Server 2022<\/a>: Added a link to the SQL Server Licensing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-on-premises-products-open-programs\/open-value-non-organization-wide\/product-availability\/\">Buying on-premises products: Open Value non Organization-Wide<\/a>: Added a link to the Product Terms for product availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-on-premises-products-csp\/product-availability\/\">Buying on-premises products: CSP<\/a>: Added a link to the Product Terms for product availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/microsoft-dev-box\/\">Microsoft Dev Box<\/a>: Added a link to the Product Terms for license prerequisites and other information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/viva\/\">Viva<\/a>: Added a link to the Product Terms for license availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-security\/availability\/\">Copilot for Security<\/a>: Added a link to confirm availability options&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/github\/microsoft-resources-github\/\">GitHub<\/a>: Added links to the Product Terms for license availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-contact-center\/\">Dynamics 365 Contact Center<\/a>: Added a link to the Product Terms for license availability&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/visio-ltsc-2021\/\">Visio LTSC 2021<\/a>: Enriched with useful links throughout&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">Licensing exams<\/a>: Added Azure Savings Plans exam and associated resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">Licensing exams<\/a>: Added Reserved Instances exam and associated resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-erp-apps\/base-and-attach-licenses\/\">Dynamics 365 ERP Apps<\/a>: Updated for October 2024 Dynamics 365 Licensing Guide changes to graphics&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/viva\/\">Viva Topics<\/a>: Added some resources regarding the upcoming retirement&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-ltsc-2024\/\">Office LTSC 2024<\/a>: Added information for the launch of Office LTSC 2024&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-ltsc-2021\/\">Office LTSC 2021<\/a>: Enriched with useful links throughout&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-automate\/microsoft-resources-power-automate\/\">Power Automate<\/a>: Added links to find information on legacy licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-purview\/\">Microsoft Purview<\/a>: Added useful resources&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">September 2024<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/\">Copilot<\/a>: Updated for the Microsoft 365 Copilot branding changes<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/\">Copilot Studio<\/a>: Updated for the Microsoft 365 Copilot branding changes<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-apps\/add-on-licenses-in-cloud\/\">Microsoft 365 Apps<\/a>: Updated for the Microsoft 365 Copilot branding changes<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/sql-server-enterprise-server-licenses\/\">SQL Server<\/a>: Added links to enhance the SQL Server Enterprise Server licenses page<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/ai-builder\/resources-ai-builder\/\">AI Builder<\/a>: Added a page to make it easy to find the AI Builder licensing training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/ai-builder\/microsoft-resources-ai-builder\/\">AI Builder<\/a>: Added a Microsoft resources page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">Licensing exams<\/a>: Added AI Builder licensing exam and associated resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">Licensing exams<\/a>: Added Power Automate licensing exam and associated resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/m-p\/#PA\">Power Automate<\/a>: Lots of useful definitions added to the Glossary&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-sales\/\">Microsoft 365 Copilot for Sales<\/a>: Updated for the Microsoft 365 Copilot branding changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-automate\/resources-power-automate\/\">Power Automate<\/a>: Added a page to make it easy to find the Power Automate licensing training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-automate\/\">Power Automate<\/a>: Added a section to explain the licensing of Power Automate&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-microsoft-365\/\">Microsoft 365 Copilot<\/a>: Updated for the Microsoft 365 Copilot branding changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-service\/\">Microsoft 365 Copilot for Service<\/a>: Updated for the Microsoft 365 Copilot branding changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-pro\/licensing-requirements\/\">Microsoft Copilot Pro<\/a>: Updated for the Microsoft 365 Copilot branding changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-finance\/\">Microsoft 365 Copilot for Finance<\/a>: Updated for the Microsoft 365 Copilot branding changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-online-services\/license-assignment\/\">License assignment<\/a>: Added a page to explain where to assign Online Services licenses to users&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-plans\/office-365-plan-licenses-original\/\">Office 365 plans<\/a>: Added information about Office 365 E1 Plus&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-plans\/office-365-plan-licenses-no-teams\/\">Office 365 plans<\/a>: Added information about Office 365 E1 Plus (no Teams)&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-entra\/microsoft-entra-components\/\">Microsoft Entra<\/a>: Added a page for the Microsoft Entra components with full and Frontline Worker licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-entra\/microsoft-entra-suite\/\">Microsoft Entra<\/a>: Added a page for the Microsoft Entra Suite with full and Frontline Worker licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-entra\/microsoft-entra-id-governance\/\">Microsoft Entra<\/a>: Added a page for Microsoft Entra ID Governance with full and Frontline Worker licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-entra\/microsoft-entra-id\/\">Microsoft Entra<\/a>: Added a page for Microsoft Entra ID with full and Frontline Worker licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-sales\/journey-to-copilot-for-sales\/\">Copilot for Sales<\/a>: Reworking of Journey to Copilot for Sales section with updated graphics from the September 2024 Dynamics 365 Licensing Guide&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-apps\/add-on-licenses-in-cloud\/\">Microsoft 365 Apps<\/a>: Added a page for In-cloud Add-ons, including Python in Excel&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-crm-apps\/dataverse-capacity\/\">Dynamics 365 CRM Apps<\/a>: Added Tier 2 Dataverse Database capacity information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-erp-apps\/dynamics-erp-apps-capacity\/\">Dynamics 365 ERP Apps<\/a>: Added Tier 2 Dataverse Database capacity information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-supply-chain-management\/additional-capacity-licenses\/\">Dynamics 365 Supply Chain Management<\/a>: Added Tier 2 Dataverse Database capacity information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-human-resources\/additional-capacity-licenses\/\">Dynamics 365 Human Resources<\/a>: Added Tier 2 Dataverse Database capacity information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-guides\/dataverse-capacity\/\">Dynamics 365 Guides<\/a>: Added Tier 2 Dataverse Database capacity information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-remote-assist\/dataverse-capacity\/\">Dynamics 365 Remote Assist<\/a>: Added Tier 2 Dataverse Database capacity information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot-studio\/dataverse-capacity\/\">Copilot Studio<\/a>: Added Tier 2 Dataverse Database capacity information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-virtual-agents\/dataverse-capacity\/\">Power Virtual A<\/a><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-virtual-agents\/dataverse-capacity\/\" target=\"_blank\" rel=\"noreferrer noopener\">gents<\/a>: Added Tier 2 Dataverse Database capacity information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-finance\/additional-capacity-licenses\/\">Dynamics 365 Finance<\/a>: Added Tier 2 Dataverse Database capacity information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/m-p\/#PBIS\">Power BI<\/a>: Lots of useful definitions added to the Glossary&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">Licensing exams<\/a>: Added Power Apps licensing exam and associated resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-pages\/resources-power-pages\/\">Power Pages<\/a>: Added a new page to make it easy to find the Power Pages licensing training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-apps\/resources-power-apps\/\">Power Apps<\/a>: Added a new page to make it easy to find the Power Apps licensing training and exam&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-apps\/dataverse-capacity\/\">Power Apps<\/a>: Added Tier 2 Dataverse Database capacity information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">Licensing exams<\/a>: Added Power Pages licensing exam and associated resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-apps\/ai-builder-credits\/\">Power Apps<\/a>: Added AI credits for Power Apps Per Apps licenses&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-pages\/dataverse-capacity\/\">Power Pages<\/a>: Added Tier 2 Dataverse Database capacity information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-bi\/power-bi-mobile\/\">Power BI<\/a>: Added a new section for Power BI Mobile<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-bi\/resources-power-bi\/\">Power BI<\/a>: Added a new page to make it easy to find the Power BI licensing training and exam<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-bi\/other-ways-of-sharing-power-bi-information\/\">Power BI<\/a>: Added a new section for other ways of sharing information<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-apps\/power-apps-licenses\/\">Power Apps<\/a>: Added useful links to the Power Apps licenses section<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-apps\/power-apps-pay-as-you-go-model\/\">Power Apps<\/a>: Added useful links and information to the Power Apps Pay-As-You-Go section<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-apps\/assignment-of-licenses\/\">Power Apps<\/a>: Updated for public preview of Intelligent Recommendations for License Assignment feature<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">Licensing exams<\/a>: Added Power BI licensing exam and associated resources<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-bi\/licensing-power-bi-embedded-apps\/\">Power BI<\/a>: Added a new section for licensing Power BI Embedded apps<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-bi\/power-bi-embedded-analytics\/\">Power BI<\/a>: Added a new section for Power BI Embedded Analytics<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/cloud-pc-configurations\/\">Windows 365 Business<\/a>: Updated for new configurations<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/cloud-pc-configurations-3\/\">Windows 365 Frontline<\/a>: Updated for new configurations<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/cloud-pc-configurations-2\/\">Windows 365 Enterprise<\/a>: Updated for new configurations<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/upgrading-windows-365-business-cloud-pcs\/\">Windows 365 Business<\/a>: Updated for general availability of Windows 365 Business Cloud PC resizing<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">August 2024<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/flexible-virtualization-benefit\/microsoft-resources-flexible-virtualization-benefit\/\">Flexible Virtualization Benefit<\/a>: Added a new page for Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-exams\/\">Licensing exams<\/a>: Added a new page to consolidate all exams and their training and LicenseVerse resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/on-premises-use-rights\/\">Microsoft 365<\/a>: Added further links and information for Extended Use Rights&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server\/centrally-managed-azure-hybrid-benefit\/resources-centrally-managed-azure-hybrid-benefit\/\">Centrally Managed Azure Hybrid Benefit<\/a>: Added a resources page for links to the exam and training&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-hybrid-benefit\/sql-server\/enabling-the-azure-hybrid-benefit-for-virtual-machines\/\">Azure Hybrid Benefit: SQL Server<\/a>: Separated into a single section for ease of use&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-hybrid-benefit\/windows-server\/\">Azure Hybrid Benefit: Windows Server<\/a>: Separated into a single section for ease of use&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/e-h\/#GHE\">GitHub<\/a>: Lots of useful definitions added to the Glossary&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-hybrid-benefit-sql-server\/centrally-managed-azure-hybrid-benefit\/\">Centrally Managed Azure Hybrid Benefit<\/a>: Added a new section to explain this&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/microsoft-dev-box\/\">Microsoft Dev Box<\/a>: Added a new section for Microsoft Dev Box licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/github\/\">GitHub<\/a>: Added a new section for GitHub licensing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-the-developer-tools-2\/\">Licensing the developer tools<\/a>: Moved to the Common section combining traditional and Azure ways to buy&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-azure-services-mca-e\/microsoft-azure-consumption-commitment-macc\/\">MACC \u2013 MCA-E<\/a>: Added useful links to this section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/buying-azure-services-ea\/microsoft-azure-consumption-commitment-macc\/\">MACC \u2013 EA<\/a>: Added useful links to this section&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/pay-as-you-go-payg-licensing\/resources-sql-server-payg-licensing\/\">SQL Pay-As-You-Go<\/a>: Added a link to the exam on the resources page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-sql-server-paas-solutions\/resources-sql-server-paas-solutions\/\">SQL PaaS solutions<\/a>: Added a link to the exam on the resources page&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/project-2024\/\">Project 2024<\/a>: Added preliminary information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/visio-2024\/\">Visio 2024<\/a>: Added preliminary information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-ltsc-2024\/\">Office LTSC 2024<\/a>: Added preliminary information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-crm-apps\/included-rights-and-entitlements-for-other-dynamics-apps\/customer-service\/\">Customer Service Enterprise<\/a>: Updated for Customer Voice responses per user&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-11-device\/servicing-channels\/\">Windows 11<\/a>: Added preliminary information about Windows 11 Enterprise LTSC&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-azure-dedicated-host-solutions\/extended-security-updates\/\">Azure Dedicated Host<\/a>: Updated for SQL Server 2014 ESUs&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/pay-as-you-go-payg-licensing\/resources-sql-server-payg-licensing\/\">SQL Pay-As-You-Go<\/a>: Added a new page to give easy access to the training&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-2019\/\">Exchange Server 2019<\/a>: Added end of support date and link, and ESU information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-sql-server-paas-solutions\/resources-sql-server-paas-solutions\/\">SQL PaaS solutions<\/a>: Added a new page to give easy access to the training&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/skype-for-business-server-2019\/\">Skype for Business Server 2019<\/a>: Added end of support date and link&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-sql-server-paas-solutions\/microsoft-resources-sql-server-paas-solutions\/\">SQL PaaS solutions<\/a>: Added a new page for useful Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-windows-server\/microsoft-resources-windows-server-2012-2012-r2-esus\/\">Windows Server 2012\/2012 R2 ESUs<\/a>: Added a new page for useful Microsoft resources&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/exchange-server-subscription-edition-se\/\">Exchange Server SE<\/a>: Added a new section with preliminary information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/skype-for-business-server-subscription-edition-se\/\">Skype for Business Server SE<\/a>: Added a new section with preliminary information<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-reservations\/azure-sql-reserved-capacity\/vcore-size-flexibility\/\">Reserved Capacity<\/a>: Added graphics, links, and more information to this section<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licensing-azure-sql-solutions\/\">Azure SQL solutions<\/a>: Added graphics, links, and more information to this section<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-hybrid-benefit\/sql-server\/licensing-paas-solutions-with-the-azure-hybrid-benefit\/\">Azure Hybrid Benefit for SQL Server<\/a>: Added graphics, links, and more information to this section<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-savings-plans-and-reserved-instances\/\">Azure Savings Plans<\/a>: Updated for latest information on exchanging Reserved Instances<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/sql-server-2022\/pay-as-you-go-payg-licensing\/\">SQL Pay-As-You-Go<\/a>: Added a new section for this licensing option<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/capacity-reservations\/\">Capacity Reservations<\/a>: Reworked this section, adding more information, pictures, and links to useful resources<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-sql-server-2012\/microsoft-resources-sql-server-2012-usus\/\">SQL Server 2012 ESUs<\/a>: Added a new page for useful Microsoft resources<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-sql-server-2014\/microsoft-resources-sql-server-2014-esus\/\">SQL Server 2014 ESUs<\/a>: Added a new page for useful Microsoft resources<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-server-2025\/\">Windows Server 2025<\/a>: Added useful \u201cWhat\u2019s New\u201d video and preliminary information about Pay-As-You-Go pricing&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-finance\/\">Copilot for Finance<\/a>: Added preliminary information&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-sql-server-2014\/resources-sql-server-2014-esus\/\" target=\"_blank\" rel=\"noreferrer noopener\">SQL Serv<\/a><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-sql-server-2014\/resources-sql-server-2014-esus\/\">e<\/a><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-sql-server-2014\/resources-sql-server-2014-esus\/\" target=\"_blank\" rel=\"noreferrer noopener\">r 2014 ESUs<\/a>: Added a new page for resources to give easy access to the training and exam&nbsp;&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-intune\/\">Intune<\/a>: Updated section for availability of Frontline Worker licenses through CSP&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/resources-copilot\/\">Copilot<\/a>: Added a new page for resources to give easy access to the training and exam. Updated with August 2024 changes&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-sql-server-2014\/\">SQL Server 2014 ESUs<\/a>: Added a new section to cover ESUs in depth<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/esus-sql-server-2012\/\">SQL Server 2012 ESUs<\/a>: Updated section for PAYG qualifying licenses, and ESU unlimited virtualization&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-sales\/licensing-requirements\/\">Copilot for Sales<\/a>: Updated license prerequisites&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-service\/licensing-requirements\/\">Copilot for Service<\/a>: Updated license prerequisites<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">July 2024<\/h3>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/office-365-plans\/exchange-online\/\">Exchange Online<\/a>: Added a new section to explain archiving and shared mailboxes<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/windows-365\/disaster-recovery\/\">Windows 365 Cross Region Disaster Recovery<\/a>: Added a new section for this topic<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/commercial-data-protection\/\">Commercial data protection<\/a>: Added a new section for this topic<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-entra\/\">Microsoft Entra Suite<\/a>: Added preliminary information<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-sentinel\/\">Microsoft Sentinel<\/a>: Added preliminary information<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-virtual-desktop\/licensing-external-users\/\">Azure Virtual Desktop<\/a>: Added links in Licensing external users section<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/azure-virtual-desktop\/microsoft-resources-azure-virtual-desktop\/\">Azure Virtual Desktop<\/a>: Added resources page<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-intune\/\">Microsoft Intune<\/a>: Completed content for new section<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-apps\/power-apps-rights-included-in-other-licenses\/\">Power Apps<\/a>: Added the term Power Apps Basic<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-business-central-on-premises\/\">Dynamics 365 Business Central on-premises<\/a>: Added link to Licensing Guide<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/copilot\/copilot-for-security\/\">Copilot for Security<\/a>: Added overview video<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-guides\/guides-and-microsoft-resources\/\">Dynamics 365<\/a>: Updated resources links to download the Dynamics 365 Licensing Deck from the Dynamics 365 Partner Hub<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/power-apps\/power-apps-and-microsoft-information\/\">Power Platform<\/a>: Updated resources links to download the Power Platform Licensing Deck from the Power Platform Partner Hub<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dataverse\/additional-capacity\/\">Dataverse capacity<\/a>: Added new Tier 2 capacity information<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-intune\/microsoft-resources-intune\/\">Microsoft Intune<\/a>: Added useful resources<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/lessons\/licensing-on-premises-products\/external-users\/\">External users<\/a>: Updated text for October 1, 2024 changes and added a new diagram<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-erp-apps\/base-and-attach-licenses\/\">Dynamics 365 ERP Apps<\/a>: Updated whole section for the Customer Service Premium license<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-customer-insights\/licensing-dynamics-365-customer-insights\/\">Dynamics 365 Customer Insights<\/a>: Updated for included Customer Voice responses<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-crm-apps\/\">Dynamics 365 CRM Apps<\/a>: Updated whole section for the Customer Service Premium license<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/dynamics-365-contact-center\/\">Dynamics 365 Contact Center<\/a>: Added preliminary information on Contact Center<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/plans-for-frontline-workers\/licensing-for-security-and-compliance\/\">Microsoft 365 plans for Frontline Workers<\/a>: Added security and compliance section<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/plans-for-frontline-workers\/\">Microsoft 365 plans for Frontline Workers<\/a>: Reviewed and strengthened whole section. Added extra links<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-deployment-options\/get-the-detail\/microsoft-365-apps-user-licenses\/\">License deployment options<\/a>: New diagram for Microsoft 365 Apps deployment options<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/license-deployment-options\/get-the-detail\/office-2021-device-licenses\/\">License deployment options<\/a>: New diagram for Office 2021 deployment options<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/licensing-for-security-and-compliance\/\">Microsoft 365 plans for enterprise users<\/a>: Added security and compliance section<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-plans-for-enterprise-users\/\">Microsoft 365 plans for enterprise users<\/a>: Reviewed and strengthened whole section. Added extra links<\/p>\n\n\n\n<p><a href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/microsoft-365-apps\/microsoft-365-apps-user-sls\/\">Microsoft 365 Apps<\/a>: Updated for Publisher end of support in 2026<\/p>\n","protected":false},"featured_media":0,"parent":0,"menu_order":6,"template":"custom-single.php","lesson_category":[],"class_list":["post-3751","lessons","type-lessons","status-publish","hentry","entry","no-media"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>LicenseVerse updates - LicenseVerse<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LicenseVerse updates - LicenseVerse\" \/>\n<meta property=\"og:description\" content=\"Filter Licensing School Toolbox updates (calculators and configurators) TOP Dashboard contents Find licensing information LicenseVerse GO On-premises products Online Services&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/\" \/>\n<meta property=\"og:site_name\" content=\"LicenseVerse\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-24T08:00:11+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"51 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/\",\"url\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/\",\"name\":\"LicenseVerse updates - LicenseVerse\",\"isPartOf\":{\"@id\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/#website\"},\"datePublished\":\"2024-07-30T13:57:00+00:00\",\"dateModified\":\"2026-04-24T08:00:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"LicenseVerse updates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/#website\",\"url\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/\",\"name\":\"LicenseVerse\",\"description\":\"Microsoft Licensing Explained\",\"publisher\":{\"@id\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/#organization\",\"name\":\"LicenseVerse\",\"url\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/wp-content\/uploads\/sites\/4\/2023\/10\/Licensing-Verse_101023-01.png\",\"contentUrl\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/wp-content\/uploads\/sites\/4\/2023\/10\/Licensing-Verse_101023-01.png\",\"width\":906,\"height\":394,\"caption\":\"LicenseVerse\"},\"image\":{\"@id\":\"https:\/\/www.licensingschool.co.uk\/licenseverse\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LicenseVerse updates - LicenseVerse","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/","og_locale":"en_GB","og_type":"article","og_title":"LicenseVerse updates - LicenseVerse","og_description":"Filter Licensing School Toolbox updates (calculators and configurators) TOP Dashboard contents Find licensing information LicenseVerse GO On-premises products Online Services&hellip;","og_url":"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/","og_site_name":"LicenseVerse","article_modified_time":"2026-04-24T08:00:11+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"51 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/","url":"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/","name":"LicenseVerse updates - LicenseVerse","isPartOf":{"@id":"https:\/\/www.licensingschool.co.uk\/licenseverse\/#website"},"datePublished":"2024-07-30T13:57:00+00:00","dateModified":"2026-04-24T08:00:11+00:00","breadcrumb":{"@id":"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.licensingschool.co.uk\/licenseverse\/licenseverse-updates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.licensingschool.co.uk\/licenseverse\/"},{"@type":"ListItem","position":2,"name":"LicenseVerse updates"}]},{"@type":"WebSite","@id":"https:\/\/www.licensingschool.co.uk\/licenseverse\/#website","url":"https:\/\/www.licensingschool.co.uk\/licenseverse\/","name":"LicenseVerse","description":"Microsoft Licensing Explained","publisher":{"@id":"https:\/\/www.licensingschool.co.uk\/licenseverse\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.licensingschool.co.uk\/licenseverse\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.licensingschool.co.uk\/licenseverse\/#organization","name":"LicenseVerse","url":"https:\/\/www.licensingschool.co.uk\/licenseverse\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.licensingschool.co.uk\/licenseverse\/#\/schema\/logo\/image\/","url":"https:\/\/www.licensingschool.co.uk\/licenseverse\/wp-content\/uploads\/sites\/4\/2023\/10\/Licensing-Verse_101023-01.png","contentUrl":"https:\/\/www.licensingschool.co.uk\/licenseverse\/wp-content\/uploads\/sites\/4\/2023\/10\/Licensing-Verse_101023-01.png","width":906,"height":394,"caption":"LicenseVerse"},"image":{"@id":"https:\/\/www.licensingschool.co.uk\/licenseverse\/#\/schema\/logo\/image\/"}}]}},"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.licensingschool.co.uk\/licenseverse\/wp-json\/wp\/v2\/lessons\/3751","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.licensingschool.co.uk\/licenseverse\/wp-json\/wp\/v2\/lessons"}],"about":[{"href":"https:\/\/www.licensingschool.co.uk\/licenseverse\/wp-json\/wp\/v2\/types\/lessons"}],"version-history":[{"count":3,"href":"https:\/\/www.licensingschool.co.uk\/licenseverse\/wp-json\/wp\/v2\/lessons\/3751\/revisions"}],"predecessor-version":[{"id":12580,"href":"https:\/\/www.licensingschool.co.uk\/licenseverse\/wp-json\/wp\/v2\/lessons\/3751\/revisions\/12580"}],"wp:attachment":[{"href":"https:\/\/www.licensingschool.co.uk\/licenseverse\/wp-json\/wp\/v2\/media?parent=3751"}],"wp:term":[{"taxonomy":"lesson_category","embeddable":true,"href":"https:\/\/www.licensingschool.co.uk\/licenseverse\/wp-json\/wp\/v2\/lesson_category?post=3751"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}