<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Windows IT Pro Blog articles</title>
    <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/bg-p/Windows-ITPro-blog</link>
    <description>Windows IT Pro Blog articles</description>
    <pubDate>Fri, 11 Sep 2026 12:34:01 GMT</pubDate>
    <dc:creator>Windows-ITPro-blog</dc:creator>
    <dc:date>2026-09-11T12:34:01Z</dc:date>
    <item>
      <title>Keep Windows activation automation working with PowerShell</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/keep-windows-activation-automation-working-with-powershell/ba-p/4540459</link>
      <description>&lt;P&gt;If your organization uses slmgr.vbs to automate Windows activation, now is the time to identify dependencies and prepare for a move to PowerShell. VBScript has been deprecated and will eventually be removed from future Windows releases, which means any automation that depends on slmgr.vbs will need to change.&lt;/P&gt;
&lt;P style="margin-top: 16px; margin-bottom: 24px;"&gt;While you can continue with existing activation processes during the transition phase, automation that depends on slmgr.vbs should be identified, tested, and migrated before VBScript is removed. The OSLicense PowerShell module is now the recommended way to perform common Windows activation tasks. The steps outlined in this article can help you get started.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Availability of the OSLicense PowerShell module varies by Windows release. Please confirm support for each segment of your device population before changing your production automation approach.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;VBScript deprecation gives you time to prepare&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;VBScript deprecation is occurring in phases. The sequence matters more than a single date:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Current phase:&lt;/STRONG&gt; VBScript is available as part of Features on Demand (FOD) and is enabled by default on applicable Windows releases.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Later phase:&lt;/STRONG&gt; VBScript will no longer be enabled by default. Workflows that still depend on it may require the feature to be enabled while migration is completed.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Final phase:&lt;/STRONG&gt; VBScript will be removed from future Windows releases. At that point, slmgr.vbs will no longer be available as a fallback.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;For the published VBScript lifecycle and timeline, see &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/vbscript-deprecation-timelines-and-next-steps/4148301" target="_blank"&gt;&lt;U&gt;VBScript deprecation: Timelines and next steps&lt;/U&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Check availability of the PowerShell module before you migrate&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;The availability of the OSLicense PowerShell module differs between Windows client and Windows Server. Before updating your production scripts, confirm that the target device is running a supported release and has the required servicing update installed.&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 95%; border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr class="lia-background-color-custom-0078d4" style="height: 40px;"&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-22"&gt;Platform&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-22"&gt;Required Windows update&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;Windows 11&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;A href="https://support.microsoft.com/servicing/os/windows-11/2026/08/kb5120998-windows-11-24h2-25h2-update" target="_blank"&gt;August 27, 2026 (KB5120998) Preview or&lt;/A&gt; later&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;Windows Server&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Planned for the next major version of Windows Server. If interested in early validation, use &lt;A href="https://techcommunity.microsoft.com/discussions/windowsserverinsiders/announcing-windows-server-vnext-preview-build-29651/4549702" target="_blank"&gt;Windows Server vNext Preview Build 29651&lt;/A&gt; or later.&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 13.7054%" /&gt;&lt;col style="width: 86.2636%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Replace common slmgr.vbs tasks with PowerShell&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;The following examples show the intended mapping for three common tasks. Validate the final command names and parameters against the published OSLicense PowerShell reference before using them in production.&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr class="lia-background-color-custom-0078d4" style="height: 40px;"&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-22"&gt;Task&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-22"&gt;Current command&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN class="lia-text-color-22"&gt;OSLicense PowerShell equivalent&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;Activate Windows&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;slmgr.vbs /ato&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Invoke-OSLicense -ActivateOnline&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;Install a product key&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;slmgr.vbs /ipk &amp;lt;key&amp;gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Invoke-OSLicense -InstallProductKey &amp;lt;key&amp;gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;View licensing status&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;slmgr.vbs /dlv&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Get-OSLicenseInfo&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 33.33%" /&gt;&lt;col style="width: 33.33%" /&gt;&lt;col style="width: 33.33%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P style="margin-top: 16px;"&gt;For the complete command reference—and to learn more about migration scenarios, parameters, and output details—see our &lt;A href="https://learn.microsoft.com/powershell/module/oslicense" target="_blank"&gt;OSLicense Module&lt;/A&gt; documentation.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Start preparing your activation automation now&lt;/H2&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Inventory dependencies&lt;/STRONG&gt;: Search scripts, runbooks, task sequences, management policies, deployment tooling, and support procedures for slmgr, cscript, wscript, and .vbs references.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Confirm prerequisites:&lt;/STRONG&gt; Identify the Windows client and Windows Server versions in scope, then verify OSLicense PowerShell availability and servicing requirements for each.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Pilot the replacement:&lt;/STRONG&gt; Update representative scripts in a test environment. Validate command behavior, exit handling, output parsing, permissions, remoting, and logging before broad deployment.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Deploy and monitor: &lt;/STRONG&gt;Roll out the transition through your standard change management process. Keep rollback guidance until the new automation is validated across the intended device population.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Move critical workflows first&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;You do not need to replace every slmgr.vbs call at once. Start by inventorying dependencies and identifying the activation workflows most important to your organization. Then confirm OSLicense availability, test representative scripts, and deploy validated changes through your normal change-management process. Inventory your slmgr.vbs, cscript, wscript, and .vbs dependencies, then select one representative workflow for a migration pilot.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;The earlier you begin planning and validation, the easier it will be to modernize your activation workflows before VBScript reaches its final phase of removal.&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;Continue the conversation. Find best practices. Bookmark the &lt;A href="http://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;. Looking for support? Visit &lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;Windows on Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/keep-windows-activation-automation-working-with-powershell/ba-p/4540459</guid>
      <dc:creator>Monika_Kumar</dc:creator>
      <dc:date>2026-09-10T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Retiring NTLM: Frequently asked questions</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/retiring-ntlm-frequently-asked-questions/ba-p/4550522</link>
      <description>&lt;P&gt;NTLM has been a loyal companion to Windows since 1993. It helped us log in and share files, but it also quietly fueled a generation of red-team demos and incident reports. We're grateful for the service. We're also, respectfully, showing it the door.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;This FAQ collects the questions we hear most often from customers, partners, and the community as we move Windows to a Kerberos-first, NTLM-optional (and eventually NTLM-free) future. If you've emailed us, cornered us at a conference, or filed a support case that started with "so, about this weird auth thing…", chances are that your question is answered here.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;If your question isn't answered here, please reach out to &lt;A href="mailto:ntlm@microsoft.com" target="_blank" rel="noopener"&gt;ntlm@microsoft.com&lt;/A&gt; or work with your Microsoft account team, Customer Success Account Manager, or Microsoft Support to route feedback to the product group.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Strategy, timeline, and roadmap&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;What is "NTLMless"?&lt;/STRONG&gt;&lt;BR /&gt;NTLMless is Microsoft's multi-phase effort to move Windows to a secure-by-default authentication posture by disabling NTLM as the default fallback and expanding Kerberos to cover the scenarios that historically forced NTLM usage. It is a platform shift, not a single feature or policy.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Why is Microsoft doing this now? &lt;BR /&gt;&lt;/STRONG&gt;NTLM is deprecated and no longer under active feature development. It relies on weak cryptography, has no mutual authentication, and remains a leading vector for credential relay and pass-the-hash attacks that continue to drive real-world breaches. Reducing NTLM usage strengthens security posture and aligns with modern identity standards and post-quantum cryptography (PQC) readiness.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Is NTLM being removed or just disabled? &lt;BR /&gt;&lt;/STRONG&gt;NTLM is being disabled by default, not removed outright. The underlying code will remain in Windows for a period after default disablement so administrators can re-enable it via policy for exceptional or edge-case scenarios where it's still required. Complete removal is a longer-term goal and will only happen after known dependencies have been addressed and viable Kerberos-based migration paths are broadly available.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;When will NTLM be disabled by default? &lt;BR /&gt;&lt;/STRONG&gt;Our current target for default disablement is the next major release of Server and Client (subject to change). Interim milestones (IAKerb and LocalKDC, enhanced auditing, blocking policies) will roll out ahead of that date. We &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/advancing-windows-security-disabling-ntlm-by-default/4489526" target="_blank" rel="noopener"&gt;publicly announced this direction&lt;/A&gt; in early 2026.&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Does this mean NTLM will stop working on my existing Windows Server 2019/2022/2025 or Windows 10/11 devices?&lt;/STRONG&gt; &lt;BR /&gt;No. Default disablement applies to the future release train. In-market versions of Windows client and Windows Server will continue to support NTLM. However, Microsoft strongly encourages customers to begin reducing NTLM usage now using the enhanced auditing and Kerberos improvements that are already shipping to supported versions of Windows.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;What happens after NTLM is disabled by default? Can I re-enable it?&lt;/STRONG&gt;&lt;BR /&gt;Yes, at least initially. When we ship default disablement, administrators will be able to re-enable NTLM via Group Policy or registry configuration to accommodate legacy applications and edge scenarios. Over time, as customer environments mature and dependencies are eliminated, the ability to re-enable NTLM will be narrowed. Our long-term objective is a Windows platform that doesn't need NTLM at all.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Kerberos enhancements replacing NTLM&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;What is IAKerb?&lt;/STRONG&gt;&lt;BR /&gt;Initial and Pass-through Authentication using Kerberos (IAKerb) is a Kerberos extension that lets a client authenticate to a Key Distribution Center (KDC) when the client does not have direct line-of-sight to a domain controller. The target server acts as a proxy, securely passing Kerberos messages between the client and the KDC. That matters most in the scenarios KDC Proxy was never really designed for: machine-to-machine SMB, standalone servers, and (paired with LocalKDC) local-account authentication where there's no domain KDC in the picture at all.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;What is LocalKDC?&lt;/STRONG&gt;&lt;BR /&gt;LocalKDC is a lightweight KDC embedded in Windows that issues Kerberos tickets for local accounts. It removes one of NTLM's longest-standing dependencies by allowing Kerberos to be used for local-account authentication in workgroup, non-domain-joined, standalone-server, small-business, and peer-to-peer.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; NTLM in the enterprise (domain accounts, lateral movement, relay, credential theft against high-value identities) and NTLM for local accounts are different risk profiles with different urgency. For most enterprises, the domain-account case is the one that shows up in your threat model, your pen test report, and your board deck. LocalKDC doesn't address that. The enterprise work is IAKerb, the SPN and DFS improvements, and the blocking policies covered elsewhere in this FAQ. LocalKDC closes a different, narrower gap: it means "local account" no longer automatically means "NTLM." That's real cleanup, but it's not the enterprise headline.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;When will IAKerb and LocalKDC be generally available?&lt;/STRONG&gt;&lt;BR /&gt;Both features are currently available in &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/reducing-ntlm-dependency-iakerb-and-localkdc-in-windows-insider-preview/4524615" target="_blank" rel="noopener"&gt;Windows Insider preview builds&lt;/A&gt;. They will be generally available for Windows Server 2025 and Windows 11 in the coming months. Official release announcements will be made through the Windows IT Pro Blog and Microsoft Learn.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;What about SPN, IP-address, and cross-domain scenarios where Kerberos historically failed?&lt;/STRONG&gt;&lt;BR /&gt;These are the "stubborn" NTLM fallback cases, and they fall into two buckets: the ones we're fixing in the platform, and the ones only you can fix in your environment. Being honest about that split is important for your planning. These improvements are targeted for the same Windows Server and Windows client releases that brings default disablement.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;What we're addressing in the platform:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Domain-based DFS namespaces — historically a reliable source of NTLM fallback, because the client's target resolution and the referral path didn't line up with a Kerberos-resolvable SPN. We're addressing this so DFS access can stay on Kerberos end to end.&lt;/LI&gt;
&lt;LI&gt;Cross-domain and trustless scenarios, and broader, safer target-resolution behavior generally.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;What you'll need to address yourselves: &lt;BR /&gt;We want to be direct here: we cannot fix missing, duplicate, or malformed SPNs in your directory. If a service account has no SPN, or the same SPN is registered on two accounts, or the client is requesting an SPN that doesn't match what's registered, Kerberos will fail and NTLM will pick up the slack. No platform change makes that go away. This is directory hygiene, and it is work that needs to start now rather than when default disablement lands.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;The good news:&lt;BR /&gt;This is well-trodden ground with mature guidance. Start with &lt;A href="https://learn.microsoft.com/troubleshoot/windows-server/windows-security/kerberos-authentication-troubleshooting-guidance" target="_blank" rel="noopener"&gt;Kerberos authentication troubleshooting guidance&lt;/A&gt;. To troubleshoot specific SPN failures, see &lt;A href="https://learn.microsoft.com/troubleshoot/windows-server/windows-security/kerberos-error-kdc-err-s-principal-unknown-or-not-unique" target="_blank" rel="noopener"&gt;Kerberos generates KDC_ERR_S_PRINCIPAL_UNKNOWN or KDC_ERR_PRINCIPAL_NOT_UNIQUE error&lt;/A&gt;, which walks through finding the offending SPN with setspn -Q / setspn -X and correcting it.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;What are the new NTLM blocking policies?&lt;/STRONG&gt;&lt;BR /&gt;NTLM blocking is being consolidated into a centralized, policy-driven engine. Administrators will have consistent controls to allow, audit, block for single sign-on only, or block NTLM entirely using policies that consider account type, device state, target characteristics, and whether the request is SSO or credential-based. Stay tuned for more information on this one in the coming weeks!&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Scope, impact, and compatibility&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Which scenarios may break when NTLM is disabled?&lt;/STRONG&gt;&lt;BR /&gt;The most common failure patterns fall into four categories:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Hardcoded NTLM: An application explicitly requests NTLM and does not attempt Negotiate/Kerberos. Auto-Redirect and application updates address most of these.&lt;/LI&gt;
&lt;LI&gt;Missing Kerberos prerequisites: The app uses Negotiate, Kerberos fails (missing SPN, IP address, no DC line-of-sight), and NTLM previously succeeded as fallback. IAKerb, LocalKDC, and SPN/IP support close these gaps.&lt;/LI&gt;
&lt;LI&gt;Legacy protocol / device dependency: The client talks to a legacy server, embedded device, or third-party appliance that only supports NTLM end-to-end. Vendor updates will be required.&lt;/LI&gt;
&lt;LI&gt;Local-account or special identity flows: The application authenticates using local accounts over the network. LocalKDC addresses the majority; a small subset (e.g., local interactive logon) is out of scope for LocalKDC.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Is NTLM only used on Windows endpoints?&lt;/STRONG&gt;&lt;BR /&gt;Primarily, yes. NTLM is a Windows authentication protocol. However, non-Windows clients (macOS, Linux, Android, iOS, network appliances) can and do use NTLM when connecting to Windows resources such as SMB file shares, on-premises Exchange, or Windows-hosted web apps. This is especially common with third-party SMB clients, Outlook for Mac, and mobile device management scenarios. These clients will continue to work if they can negotiate Kerberos with the Windows server. The goal is to make Kerberos possible in more of these scenarios via IAKerb and LocalKDC.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;What about cross-domain authentication without a trust?&lt;/STRONG&gt;&lt;BR /&gt;Cross-domain authentication without a configured trust is a scenario that today requires NTLM. We're aware customers avoid cross-forest trusts for ransomware-containment reasons. This is one of the scenarios being addressed in the same Windows Server and Windows client release that brings default disablement so that trustless cross-domain authentication can succeed on Kerberos.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;What about IP-address-based authentication?&lt;/STRONG&gt;&lt;BR /&gt;Kerberos does not natively understand IP addresses, so authentication requests made using an IP address (rather than an SPN) fall back to NTLM. The single most important thing to know: do not wait for a platform fix here. Start auditing and eliminating IP-based authentication now. The majority of the transition is addressable today and every instance you remove is one less thing to unblock later.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Start here:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Audit it: Enhanced NTLM auditing will tell you not just that an IP address was used, but &lt;EM&gt;which process&lt;/EM&gt; used it. That process name is your remediation worklist - it turns a vague "we have some NTLM" into a specific, assignable list of owners.&lt;/LI&gt;
&lt;LI&gt;Fix hardcoded IPs in applications: This is consistently the largest bucket. In-house and line-of-business apps with connection strings, config files, or scripts pointing at literal IP addresses. Route them through DNS names instead. This is usually a configuration change, not a rewrite.&lt;/LI&gt;
&lt;LI&gt;Educate users:&amp;nbsp;&lt;STRONG style="color: rgb(30, 30, 30);"&gt;\\10.1.2.30\share&lt;/STRONG&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt; in a bookmark, a mapped drive, or a runbook is a small habit with a real cost. Names, not numbers.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Use&amp;nbsp;&lt;STRONG style="color: rgb(30, 30, 30);"&gt;TryIPSPN&lt;/STRONG&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt; where you genuinely can't change the target: Windows supports IPv4 and IPv6 hostnames in SPNs when the client registry value &lt;/SPAN&gt;&lt;STRONG style="color: rgb(30, 30, 30);"&gt;TryIPSPN&lt;/STRONG&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt; is set under &lt;/SPAN&gt;&lt;STRONG style="color: rgb(30, 30, 30);"&gt;HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\Kerberos\Parameters&lt;/STRONG&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt;, with the corresponding SPN registered via &lt;/SPAN&gt;&lt;STRONG style="color: rgb(30, 30, 30);"&gt;Setspn -s host/&amp;lt;ip.address&amp;gt; &amp;lt;account&amp;gt;&lt;/STRONG&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; This must be set on each client that needs it, and IP-based SPNs should have static leases. See &lt;A href="https://learn.microsoft.com/windows-server/security/kerberos/configuring-kerberos-over-ip" target="_blank" rel="noopener"&gt;Configuring Kerberos for IP Address&lt;/A&gt; for the full procedure and caveats.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P style="margin-top: 16px;"&gt;What's left after that? Only the genuinely irreducible cases: targets you don't control, appliances that can't be changed, scenarios where no name exists. Those scenarios are what our in-flight work is designed for: effectively an allow list for Kerberos over IP address, scoped deliberately so it stays an exception rather than becoming the new default. The smaller you make that list through the steps above, the smoother your path to default disablement.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Will Microsoft apps still use NTLM after disablement?&lt;/STRONG&gt;&lt;BR /&gt;No, Microsoft is running a broad internal effort to identify and remove hardcoded NTLM from first-party Windows components. This ensures Windows itself is not silently re-introducing NTLM through hardcoded paths and gives our components the benefit of Kerberos wherever possible.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Will there be a list of Microsoft apps still dependent on NTLM?&lt;/STRONG&gt;&lt;BR /&gt;We don't plan to publish such a list. Our commitment is that Microsoft-owned dependencies are being fixed as part of the platform work. What matters for your environment is identifying NTLM usage (your own apps, third-party apps, appliances, and services). Enhanced NTLM auditing is designed specifically for this work.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Auditing, visibility, and discovery&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;How do I find out where NTLM is being used in my environment?&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://support.microsoft.com/servicing/os/windows/2025/07/overview-of-ntlm-auditing-enhancements-in-windows-11-version-24h2-and-windows-server-2025" target="_blank" rel="noopener"&gt;Enhanced NTLM auditing&lt;/A&gt; is the recommended starting point. It's a major upgrade to the legacy NTLM event logging that has been available in Windows for years. The new events answer the three questions we hear most from customers:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Who is using NTLM - the account, the machine name, the machine IP, and the process&lt;/LI&gt;
&lt;LI&gt;Why NTLM was used instead of Kerberos - including structured fallback reason codes (missing SPN, no DC line-of-sight, local account, IP address, hardcoded, etc.)&lt;/LI&gt;
&lt;LI&gt;Where the NTLM authentication is happening - both the source and the target of the request&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Which Windows versions have enhanced NTLM auditing?&lt;/STRONG&gt;&lt;BR /&gt;Enhanced NTLM auditing is available for Windows 11, versions 25H2 and 24H2 and Windows Server 2025. We are also working on bringing back enhanced auditing to Windows Server 2019 and Windows Server 2022.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;What about NTLMv1 specifically. Is anything changing there?&lt;/STRONG&gt;&lt;BR /&gt;Yes. NTLMv1 was blocked and rendered non-functional starting with Windows Server 2025 and Windows 11, version 24H2, with related changes rolling out through recent updates. NTLMv1-derived credentials are still used by some higher-level protocols (Wi-Fi, Ethernet, VPN via MS-CHAPv2), so SSO in those scenarios may be affected. See &lt;A href="https://support.microsoft.com/servicing/os/windows/docs/2025/08/upcoming-changes-to-ntlmv1-in-windows-11-version-24h2-and-windows-server-2025" target="_blank" rel="noopener"&gt;Upcoming changes to NTLMv1 in Windows 11, version 24H2 and Windows Server 2025&lt;/A&gt; for more details.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;What you can do today&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;How can I tell if my code is using NTLM?&lt;/STRONG&gt;&lt;BR /&gt;Two ways. First, look at what your code says. Second, look at what it actually does at runtime. You need both sets of information because a lot of NTLM usage isn't explicitly requested; it's inherited by accident.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;For explicitly hardcoded NTLM (the easy ones to find, once you look). search your source for the literal string NTLM and NTLMSSP. In most cases, the fix is the same one-line change: ask for &lt;STRONG&gt;Negotiate&lt;/STRONG&gt; instead of NTLM. Negotiate will use Kerberos when it can and gives you a clean migration path; hardcoding NTLM guarantees you can't.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;For accidental NTLM (the ones that hurt), you are looking for code that never mentions NTLM but gets it anyway. This can include:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Connecting to a literal IP address rather than a hostname (no SPN, no Kerberos)&lt;/LI&gt;
&lt;LI&gt;Connecting to a target whose SPN is missing, duplicated, or malformed&lt;/LI&gt;
&lt;LI&gt;Passing explicit credentials where SSO with the ambient identity would work&lt;/LI&gt;
&lt;LI&gt;Reaching a target the client has no KDC line of sight to&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;To confirm what is happening at runtime, you have options. The NTLM Operational log records outgoing and incoming NTLM, and Security Event ID 4624 shows the authentication package used. Enhanced NTLM auditing goes further and surfaces the process and target behind each event, which is what converts a log into a fix list. Running the &lt;A href="https://learn.microsoft.com/windows-server/administration/windows-commands/klist" target="_blank" rel="noopener"&gt;klist command&lt;/A&gt; on the client is a fast sanity check. If you expected Kerberos and there's no ticket for the target, you have your answer.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Where do I start?&lt;/STRONG&gt;&lt;BR /&gt;Here is a pragmatic, phased approach that has worked well for early adopters:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Audit:&lt;/STRONG&gt; Turn on enhanced NTLM auditing on clients, servers, and domain controllers. Give yourself several weeks of data to establish a baseline and identify the top NTLM callers, most-used protocols (SMB, RPC, HTTP), and highest-volume scenarios (fallback reasons, IP-based auth, hardcoded).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Prioritize:&lt;/STRONG&gt; Group findings by root cause (e.g., missing SPN, hardcoded caller, legacy appliance) so you can remediate at scale rather than machine-by-machine.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Remediate the easy wins:&lt;/STRONG&gt; Register missing SPNs, retire NTLMv1, replace legacy scripts that hardcode NTLM, and pilot IAKerb and LocalKDC on the workloads where they help most.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Pilot NTLM blocking:&lt;/STRONG&gt; Use the ring-based approach (start with high-value/privileged accounts and non-critical services) and iterate outward.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Engage vendors:&lt;/STRONG&gt; For hardcoded-NTLM in third-party products, open cases with your ISVs so they can plan their own remediation. Auto-Redirect in Windows will help, but vendor cooperation makes the transition faster and safer.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Should I wait for IAKerb and LocalKDC to be generally available before starting?&lt;/STRONG&gt;&lt;BR /&gt;No, you can start the audit and remediation work today with in-market Windows. Enhanced auditing is already available, Kerberos hygiene work (SPN registration, credential-guard adoption, NTLMv1 removal) can begin now, and legacy-app inventories almost always take longer than expected. When IAKerb and LocalKDC are broadly available, you'll be positioned to adopt them quickly.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;What are the most common blockers other organizations report?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;From our readiness survey and direct customer engagements, the top blockers are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Legacy applications and third-party devices/appliances with hardcoded NTLM or no Kerberos support.&lt;/LI&gt;
&lt;LI&gt;Application dependencies whose owners are hard to reach or slow to update.&lt;/LI&gt;
&lt;LI&gt;Lack of visibility into where NTLM is being used and why - the top single ask from customers is better reporting and diagnostics.&lt;/LI&gt;
&lt;LI&gt;Cross-domain and non-domain-joined scenarios that historically only worked with NTLM.&lt;/LI&gt;
&lt;LI&gt;Compatibility risk and the fear of causing an outage - which is why staged blocking, allow-lists, and audit-then-enforce modes matter.&lt;/LI&gt;
&lt;LI&gt;Time and resource constraints and competing IT priorities.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Are there organizations who have already reduced or eliminated NTLM?&lt;/STRONG&gt;&lt;BR /&gt;Yes. Multiple enterprises are actively reducing NTLM! Several have reported cutting NTLM usage by more than 90%, and a small number have fully blocked NTLM. Common patterns among success stories: estates running the latest versions of Windows Server and Windows 11, a willingness to invest in enhanced auditing, executive sponsorship for tackling application dependencies, and a phased, ring-based rollout rather than a "big bang" switch.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Support, feedback, and escalation&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Where do I send NTLM-related questions or feedback to Microsoft&lt;BR /&gt;&lt;/STRONG&gt;Email us at &lt;A href="mailto:ntlm@microsoft.com" target="_blank" rel="noopener"&gt;ntlm@microsoft.com&lt;/A&gt;. Please include details on the version(s) of Windows Server or Windows client you're running, a short description of the scenario or blocker, and whether you have enabled enhanced NTLM auditing. The team monitors this alias and prioritizes recurring themes for updating our public guidance.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;What if I hit a Kerberos or NTLM issue that appears to be a product bug?&lt;/STRONG&gt;&lt;BR /&gt;Please open a Microsoft Support case through standard support channels. Support will collect diagnostics and, if needed, escalate to the Windows product group. The support ticket path is important; it lets us track scenarios, telemetry, and reproducibility formally rather than through email threads.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;How can I stay informed of upcoming NTLM-related changes?&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://techcommunity.microsoft.com/category/windows/blog/windows-itpro-blog?action=follow" target="_blank" rel="noopener"&gt;Follow the Windows IT Pro Blog&lt;/A&gt; for public announcements and bookmark the &lt;A href="https://learn.microsoft.com/windows/release-health/windows-message-center" target="_blank" rel="noopener"&gt;Windows message center&lt;/A&gt; or subscribe to Windows announcements on the Microsoft 365 admin center message center for tenant-relevant notifications. If you have a non-disclosure agreement (NDA) with Microsoft, you can ask your account team about the NTLMLess newsletter and Management Advisors Program updates. Major NTLM milestones (feature general availability, default disablement dates, backport releases) will be announced through these channels.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Additional resources&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Here is a short list of useful references for going deeper:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-server/security/kerberos/ntlm-overview" target="_blank" rel="noopener"&gt;NTLM overview&lt;/A&gt; - protocol overview and history&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/reducing-ntlm-dependency-iakerb-and-localkdc-in-windows-insider-preview/4524615" target="_blank" rel="noopener"&gt;Reducing NTLM dependency: IAKerb and LocalKDC in Windows Insider Preview&lt;/A&gt; - details on feature availability&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/the-evolution-of-windows-authentication/3926848" target="_blank" rel="noopener"&gt;The evolution of Windows authentication&lt;/A&gt; - the strategic context behind the move away from NTLM&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/advancing-windows-security-disabling-ntlm-by-default/4489526" target="_blank" rel="noopener"&gt;Advancing Windows security: Disabling NTLM by default&lt;/A&gt; - the public roadmap announcement&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.microsoft.com/topic/overview-of-ntlm-auditing-enhancements-in-windows-11-version-24h2-and-windows-server-2025-b7ead732-6fc5-46a3-a943-27a4571d9e7b" target="_blank" rel="noopener"&gt;Overview of NTLM auditing enhancements in Windows 11, version 24H2 and Windows Server 2025&lt;/A&gt; - how to turn on and read enhanced auditing&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.microsoft.com/servicing/os/windows/docs/2025/08/upcoming-changes-to-ntlmv1-in-windows-11-version-24h2-and-windows-server-2025" target="_blank" rel="noopener"&gt;Upcoming changes to NTLMv1 in Windows 11, version 24H2 and Windows Server 2025&lt;/A&gt; - what's changing for NTLMv1 specifically&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/active-directory-hardening-series---part-8-%E2%80%93-disabling-ntlm/4485782" target="_blank" rel="noopener"&gt;Active Directory hardening series – Part 8: Disabling NTLM&lt;/A&gt; - practical guidance for Active Directory administrators&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/windows-server/storage/file-server/smb-ntlm-blocking" target="_blank" rel="noopener"&gt;Block NTLM connections on SMB&lt;/A&gt; – Guidance on how to block NTLM authentication on SMB clients&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.bing.com/videos/riverview/relatedvideo?q=%e2%80%a2+Eliminating+NTLM+in+Windows+%7c+Microsoft+Tech+Take-Off&amp;amp;mid=96BCE025D9D04381304296BCE025D9D043813042&amp;amp;churl=https%3a%2f%2fwww.youtube.com%2fchannel%2fUCwGH_AJb4PfDbE1jdzUpzqw&amp;amp;FORM=VIRE" target="_blank" rel="noopener"&gt;Eliminating NTLM in Windows&lt;/A&gt; - technical deep dive&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;Have questions? Email us at &lt;A href="mailto:ntlm@microsoft.com" target="_blank" rel="noopener"&gt;ntlm@microsoft.com&lt;/A&gt;.&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;Continue the conversation. Find best practices. Bookmark the &lt;A href="http://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;. Looking for support? Visit &lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;Windows on Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2026 16:10:54 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/retiring-ntlm-frequently-asked-questions/ba-p/4550522</guid>
      <dc:creator>mariam_gewida</dc:creator>
      <dc:date>2026-09-09T16:10:54Z</dc:date>
    </item>
    <item>
      <title>Windows news you can use: August 2026</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-news-you-can-use-august-2026/ba-p/4552394</link>
      <description>&lt;P&gt;From device recovery and unattended remote support to post-quantum cryptography readiness and Windows 365 improvements, August delivered a broad set of updates for IT admins. In this edition of &lt;STRONG&gt;Windows news you can use&lt;/STRONG&gt;, explore new recovery and management tools, security enhancements designed to strengthen protection by default, Windows Server updates, AI-related improvements in Windows, and upcoming lifecycle milestones that may require action in your environment.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New in Windows update and device management&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;[RECOVERY] – From automated, cloud-based fixes to full device rebuilds, a &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/windows-device-recovery-in-2026-a-guide-for-it-pros/4541207" target="_blank"&gt;new Windows device recovery guide&lt;/A&gt; helps you find the right recovery tools to help you address everything from mass-scale outages to isolated issues.&lt;/LI&gt;
&lt;LI&gt;[BACKUP] – New PowerShell scripts available on &lt;A href="https://github.com/microsoft/windows-backup-admin-scripts" target="_blank"&gt;GitHub&lt;/A&gt;and the &lt;A href="https://www.powershellgallery.com/packages/WindowsBackupAdmin" target="_blank"&gt;PowerShell Gallery&lt;/A&gt; offer a simpler way to manage &lt;A href="https://learn.microsoft.com/windows/configuration/windows-backup" target="_blank"&gt;Windows settings backup and restore&lt;/A&gt; data using Microsoft Graph APIs.&lt;/LI&gt;
&lt;LI&gt;[AUTOPILOT] – Windows Autopilot device preparation now supports &lt;A href="https://learn.microsoft.com/autopilot/device-preparation/device-association/overview" target="_blank"&gt;device association&lt;/A&gt;, making it possible to bind a physical Windows 11 device to your organization before enrollment. Associated devices are automatically marked as corporate-owned and can receive device-targeted policy assignments, device naming, and additional out-of-box experience (OOBE) customizations.&lt;/LI&gt;
&lt;LI&gt;[INTUNE] – Remote Help unattended support with remote sign-in a new Intune capability that lets helpdesk staff remotely access physical Windows devices by signing in with credentials they have access to, without requiring the user to grant access or even be logged in. Explore &lt;A href="https://techcommunity.microsoft.com/blog/IntuneCustomerSuccess/remote-help-on-windows-unattended-support-with-remote-sign-in-is-here/4549772" target="_blank"&gt;Remote Help on Windows&lt;/A&gt; for details on prerequisites and setup guidance.&lt;/LI&gt;
&lt;LI&gt;[UPDATE DELIVERY] – If you've ever had to troubleshoot a content delivery issue with Delivery Optimization or Microsoft Connected Cache, the &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/collecting-delivery-optimization-logs-the-easy-way/4547884" target="_blank"&gt;Delivery Optimization Troubleshooter&lt;/A&gt; can quickly help you identify why things aren't working as expected.&lt;/LI&gt;
&lt;LI&gt;[W365] [AGENTS] – Currently in preview, Windows 365 for Agents Cloud PC agent pools now support linking either a Microsoft Entra group or a Windows Autopilot device preparation profile. Target security and compliance policies, deploy required applications, and maintain consistent configurations across Windows 365 for Agents using existing Intune workflows. See &lt;A href="https://learn.microsoft.com/windows-365/agents/device-grouping-preparation" target="_blank"&gt;Cloud PC agent pool device grouping and preparation&lt;/A&gt; for more details.&lt;/LI&gt;
&lt;LI&gt;[W365] [AUTOPILOT] – You can now &lt;A href="https://learn.microsoft.com/windows-365/enterprise/windows-365-reserve-manage" target="_blank"&gt;assign Device Preparation policies to Windows 365 Reserve provisioning policies&lt;/A&gt; so required applications and configurations are applied during provisioning before users connect to their Cloud PCs. In addition, &lt;A href="https://learn.microsoft.com/windows-365/enterprise/autopilot-device-preparation" target="_blank"&gt;Windows Autopilot device preparation&lt;/A&gt; is now generally available for Windows 365 Enterprise and Windows 365 Flex in dedicated mode in Government environments.&lt;/LI&gt;
&lt;LI&gt;[W365] [RESERVE] – &lt;A href="https://learn.microsoft.com/windows-365/enterprise/windows-365-reserve-manage" target="_blank"&gt;Windows 365 Reserve&lt;/A&gt; now supports bulk provisioning and deprovisioning of up to 1,000 Cloud PCs in a single request.&lt;/LI&gt;
&lt;LI&gt;[W365] [CONNECTIVITY] – Windows 365 has started the rollout of &lt;A href="https://learn.microsoft.com/windows-365/enterprise/fast-reconnect" target="_blank"&gt;Modern Auto-Reconnect&lt;/A&gt;, a new connection recovery experience designed to improve resiliency during temporary network interruptions.&lt;/LI&gt;
&lt;LI&gt;[ARM] – New signals show that &lt;A href="https://blogs.windows.com/windowsdeveloper/2026/08/25/expanding-the-windows-on-arm-app-ecosystem/" target="_blank"&gt;momentum for Windows on Arm is accelerating&lt;/A&gt;. Explore the latest device announcements and trends in the expanding catalog of more than 7,000 optimized apps across key workloads.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New in Windows security&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;[VBS] [KERNEL PROTECTION] – Beginning in October 2026, Microsoft will &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/expanding-memory-integrity-protection-across-windows-devices/4551984" target="_blank"&gt;expand memory integrity protection&lt;/A&gt; across eligible devices, helping you benefit from stronger kernel-level protection from sophisticated attacks by default with little or no additional configuration.&lt;/LI&gt;
&lt;LI&gt;[PQC] [CODE-SIGNING] – Microsoft has published guidance to help software publishers, developers, and IT administrators &lt;A href="https://support.microsoft.com/servicing/os/windows/docs/2026/08/next-generation-code-signing" target="_blank"&gt;prepare for the next generation of Windows code signing&lt;/A&gt;. Changes coming in the next few months will strengthen software supply chain security through modern cryptographic protections.&lt;/LI&gt;
&lt;LI&gt;[W365] [AGENTS] – A dedicated &lt;A href="https://learn.microsoft.com/windows-365/agents/windows365foragentssecuritybaseline" target="_blank"&gt;security baseline for Windows 365 for Agents&lt;/A&gt; is now generally available in Microsoft Intune. Apply Microsoft-recommended security configurations to agent Cloud PCs, helping establish a consistent security posture and protect agent workloads from common security risks.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To explore what's new in security across the Microsoft platform, see &lt;A href="https://www.microsoft.com/en-us/security/blog/2026/08/27/whats-new-in-microsoft-security-august-2026/" target="_blank"&gt;What's new in Microsoft Security: July 2026&lt;/A&gt;.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New in AI&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;[TASK MANAGER] – Windows Task Manager now provides &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/task-manager-features-for-visibility-into-ai-workloads/4545150" target="_blank"&gt;deeper visibility into AI workloads&lt;/A&gt; running on a device. Some newer devices will now see neural processing unit (NPU) or graphics processing unit (GPU) neural engine activity familiar CPU and standard GPU activity on the Processes tab, with utilization on the Performance tab.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New in Windows Server&lt;/H2&gt;
&lt;P&gt;For the latest features and improvements for Windows Server, see the &lt;A href="https://support.microsoft.com/topic/windows-server-2025-update-history-10f58da7-e57b-4a9d-9c16-9f1dcd72d7d7" target="_blank"&gt;Windows Server 2025 release notes&lt;/A&gt; and &lt;A href="https://support.microsoft.com/servicing/os/windows-server/2021/07/windows-server-2022-update-history" target="_blank"&gt;Windows Server 2022 release notes&lt;/A&gt;.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;[HARDENING] – The October 2026 monthly security updates for Windows Server will begin Enforcement mode for Active Directory Federation Service (AD FS) Distributed Key Manager (DKM) container ACL hardening, a change designed to address the elevation of privilege vulnerability documented in &lt;A href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56155" target="_blank"&gt;CVE-2026-56155&lt;/A&gt;. Organizations using AD FS should use the remaining Audit mode period to review DKM container permissions and address compatibility issues before enforcement begins.&lt;/LI&gt;
&lt;LI&gt;[COMMUNITY] – Interested in staying informed about the latest in Azure Arc and Windows Server management, influencing product direction, and expanding your professional network? Join the &lt;A href="https://techcommunity.microsoft.com/blog/windowsservernewsandbestpractices/join-the-azure-arc-customer--engineering-forum-for-windows-server/4546046" target="_blank"&gt;Azure Arc Customer &amp;amp; Engineering Forum&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;[PQC] – Windows Server now supports hybrid post-quantum cryptography (PQC) key exchange in Transport Layer Security (TLS) 1.3 as well as composite cryptographic formats that combine traditional and post-quantum algorithms in a single signature or key. Looking for guidance on how to plan for new cryptosystems and prepare for future cryptographic changes? Watch &lt;A href="https://techcommunity.microsoft.com/event/windowsevents/transitioning-to-post-quantum-cryptography/4490542" target="_blank"&gt;Transitioning to post-quantum cryptography&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New in productivity and collaboration&lt;/H2&gt;
&lt;P&gt;Install the August 2026 security update for &lt;A href="https://support.microsoft.com/servicing/os/windows-11/2026/08/kb5121003-windows-11-24h2-25h2-security-update" target="_blank"&gt;Windows 11, versions 25H2 and 24H2&lt;/A&gt; to get these and other capabilities, which will be rolling out gradually:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;[FILE EXPLORER] – File sizes in the Details view now display using appropriate units (KB, MB, GB) instead of KB-only. We hope it helps you understand them easier at a glance.&lt;/LI&gt;
&lt;LI&gt;[ACCESSIBILITY] – Voice Access now features Voice Isolation. As such, it recognizes your voice better by reducing interference from other speakers and background noise. Voice Access also now supports Korean.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;New features and improvements are coming in the September 2026 security update. You can preview them by installing the August 2026 optional non-security update for &lt;A href="https://support.microsoft.com/servicing/os/windows-11/2026/08/kb5120998-windows-11-24h2-25h2-update" target="_blank"&gt;Windows 11, versions 25H2 and 24H2&lt;/A&gt;. This update includes the gradual rollout of:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;[SECURITY] – Use &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/administrator-protection-on-windows-11/4303482" target="_blank"&gt;Administrator protection&lt;/A&gt; to help reduce the risk of elevation-of-privilege attacks by using profile separation and just-in-time administrative privileges. This feature is off by default and can be enabled through Microsoft Intune (OMA-URI) or Group Policy.&lt;/LI&gt;
&lt;LI&gt;[TASKBAR] – Choose whether the taskbar appears at the bottom, top, left, or right side of your screen. You can also try a smaller taskbar option to help maximize screen space on smaller devices.&lt;/LI&gt;
&lt;LI&gt;[SEARCH] – Windows Search home has been simplified to reduce visual clutter and make it easier to get back to recent searches quickly. A new setting lets you choose whether web and Microsoft Store suggestions appear alongside local results. And, Windows now automatically indexes your most used folders to make those files appear in subsequent search results.&lt;/LI&gt;
&lt;LI&gt;[START] – The Start menu now lets you select a small or large menu size; independently show or hide the Pinned, Recommended, and All sections; and hide your name and profile picture.&lt;/LI&gt;
&lt;LI&gt;[SHARE] – Users signed in with a work or school account can now discover and install relevant apps directly from the share window.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To learn about planned productivity, security, and reliability updates for Windows 11, visit the &lt;A href="https://aka.ms/WindowsRoadmap" target="_blank"&gt;Windows Roadmap&lt;/A&gt;.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Lifecycle reminders&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;[W11] [24H2] – On October 13, 2026, &lt;A href="https://learn.microsoft.com/lifecycle/products/windows-11-home-and-pro" target="_blank"&gt;Windows 11, version 24H2 Home and Pro&lt;/A&gt; editions will reach end of updates. After this date, devices running these editions will no longer receive monthly security and non-security preview updates containing protections from the latest security threats. Enterprise and Education editions remain supported until October 12, 2027.&lt;/LI&gt;
&lt;LI&gt;[W10] [LTSB] [LTSC]- On October 13, 2026, Windows 10 Enterprise LTSB 2016 and Windows 10 IoT Enterprise LTSB 2016 will reach the end of extended support. Windows 10 Enterprise LTSC 2021 will reach end of support (EOS) on January 12, 2027. In both cases, we recommend updating to the latest LTSC release, &lt;A href="https://learn.microsoft.com/windows/whats-new/ltsc/whats-new-windows-11-2024" target="_blank"&gt;Windows 11 Enterprise LTSC 2024&lt;/A&gt;. If you need additional time to complete the transition, explore options and Extended Security Update (ESU) offerings for &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/plan-for-windows-server-2016-and-windows-10-2016-ltsb-end-of-support/4496136" target="_blank"&gt;Windows 10 Enterprise LTSB 2016&lt;/A&gt;and &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/plan-for-windows-10-enterprise-ltsc-2021-end-of-support/4539866" target="_blank"&gt;Windows 10 Enterprise LTSC 2021&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;[SERVER] [2022] – On October 13, 2026, Windows Server 2022 will reach end of mainstream support. After this date, Windows Server 2022 will transition to extended support, which includes security updates at no additional cost. These devices will continue to receive monthly security updates through October 14, 2031. For detailed information, see the &lt;A href="https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2022" target="_blank"&gt;Windows Server 2022 lifecycle&lt;/A&gt;page.&lt;/LI&gt;
&lt;LI&gt;[WMIC] – The &lt;A href="https://support.microsoft.com/servicing/os/windows/docs/2025/09/windows-management-instrumentation-command-line-wmic-removal-from-windows" target="_blank"&gt;Windows Management Instrumentation command-line (WMIC) utility has been removed&lt;/A&gt; from Windows 11, version 24H2 and later. WMI itself remains supported and unaffected. If you have applications, scripts, deployment tools, or monitoring systems that use WMIC, migrate them to PowerShell or a supported WMI programming interface.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Check out our lifecycle documentation for the latest updates on &lt;A href="https://learn.microsoft.com/windows/whats-new/deprecated-features" target="_blank"&gt;Deprecated features in the Windows client&lt;/A&gt; and &lt;A href="https://learn.microsoft.com/windows-server/get-started/removed-deprecated-features-windows-server-2025" target="_blank"&gt;Windows Server 2025&lt;/A&gt;.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Additional resources&lt;/H2&gt;
&lt;P&gt;Looking for the latest news and previews for Windows, Copilot, Copilot+ PCs, the Windows and Windows Server Insider Programs? Find out this and more through the following resources:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.microsoft.com/en-us/windows/business/roadmap" target="_blank"&gt;Windows Roadmap&lt;/A&gt; for new Windows features – filter by platform, version, status, and channel or search by feature name&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/copilot/microsoft-365/release-notes?tabs=all" target="_blank"&gt;Microsoft 365 Copilot release notes&lt;/A&gt; for latest features and improvements&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://blogs.windows.com/windows-insider/" target="_blank"&gt;Windows Insider Blog&lt;/A&gt; for what's available in the Beta and Experimental channels&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/category/windows-server/discussions/windowsserverinsiders" target="_blank"&gt;Windows Server Insider&lt;/A&gt; for feature preview opportunities&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.microsoft.com/topic/understanding-update-history-for-windows-insider-preview-features-fixes-and-changes-bb9dd4b1-9d2b-4753-8b23-ce90e62f6845" target="_blank"&gt;Understanding update history for Windows Insider preview features, fixes, and changes&lt;/A&gt; to learn about the types of updates for Windows Insiders&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Join the conversation&lt;/H2&gt;
&lt;P&gt;Is this update missing areas or topics you want us to include? Drop us a note in the Comments and share your thoughts on what you'd like to see.&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;Continue the conversation. Find best practices. Bookmark the &lt;A href="http://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;. Looking for support? Visit &lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;Windows on Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2026 21:22:37 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-news-you-can-use-august-2026/ba-p/4552394</guid>
      <dc:creator>Chris_Morrissey</dc:creator>
      <dc:date>2026-09-02T21:22:37Z</dc:date>
    </item>
    <item>
      <title>Expanding memory integrity protection across Windows devices</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/expanding-memory-integrity-protection-across-windows-devices/ba-p/4551984</link>
      <description>&lt;P&gt;Security works best when protection is built in, not bolted on.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Beginning in October 2026, Microsoft will expand memory integrity protection across eligible devices, helping you and your organization benefit from stronger kernel-level protection from sophisticated attacks by default with little or no additional configuration. This change reduces security complexity while helping you establish a stronger security baseline across your environment.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Built on Virtualization-based Security (VBS), memory integrity helps protect critical parts of Windows from tampering. It forms a foundation for modern security innovations such as hotpatch updates that improve user experience and productivity, as well as protection.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Making advanced security the easier choice&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;More devices will soon receive stronger protection by default, with no additional setup required. Windows quality updates will begin enabling memory integrity protection on eligible devices. If not already enabled, these updates will also enable VBS, helping make additional security capabilities available and reflecting &lt;A href="https://learn.microsoft.com/windows/security/book" target="_blank" rel="noopener"&gt;our commitment to making Windows secure by design&lt;/A&gt; and secure by default.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;To help ensure a reliable device experience, Windows automatically evaluates readiness before enabling memory integrity. Readiness signals include hardware capabilities, compatibility, and performance considerations. For more detail on requirements, see our &lt;A href="https://learn.microsoft.com/windows-hardware/design/device-experiences/oem-hvci-enablement" target="_blank" rel="noopener"&gt;Memory integrity and VBS enablement documentation&lt;/A&gt;.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Recommended by Microsoft, controlled by you&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Windows provides a recommended security baseline, while respecting organizational choice. While most eligible devices will benefit automatically from memory integrity protection, you retain full control over your security configuration. Existing administrator and user decisions and policies remain in effect. This means that devices where memory integrity has already been disabled won't be automatically changed by this rollout.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;If memory integrity is not enabled by default, users and organizations can still review, configure, and enable it using existing Windows security and management tools. For step-by-step guidance, see &lt;A href="https://learn.microsoft.com/windows/security/hardware-security/enable-virtualization-based-protection-of-code-integrity?tabs=security" target="_blank" rel="noopener"&gt;Enable memory integrity&lt;/A&gt;.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Stronger protection today, a foundation for tomorrow&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;By expanding memory integrity protection across eligible Windows devices, Microsoft is helping you establish a stronger security foundation, reduce configuration burden, and prepare for the next generation of Windows security innovations. Soon, more devices will be protected against attacks that attempt to compromise the Windows kernel and gain control of critical operating system functions. Memory integrity helps make this possible by allowing only trusted kernel-mode code and drivers to run. More protection. Less complexity. A stronger foundation for what's next.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;For more information on memory integrity, see:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/windows/security/hardware-security/enable-virtualization-based-protection-of-code-integrity?tabs=security" target="_blank" rel="noopener"&gt;Enable memory integrity&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/windows-hardware/design/device-experiences/oem-hvci-enablement" target="_blank" rel="noopener"&gt;Memory integrity enablement&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/windows/security/book/hardware-security-silicon-assisted-security" target="_blank" rel="noopener"&gt;Windows 11 security book - Silicon assisted security&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/windows-hardware/design/device-experiences/oem-vbs" target="_blank" rel="noopener"&gt;Virtualization-based Security (VBS)&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;&lt;STRONG&gt;Securing today. Preparing for what's next.&lt;/STRONG&gt; &lt;BR /&gt;Learn more in the &lt;A href="https://learn.microsoft.com/windows/security/book/" target="_blank" rel="noopener"&gt;Windows Security book&lt;/A&gt; and &lt;A href="https://aka.ms/ws2025securitybook" target="_blank" rel="noopener"&gt;Windows Server Security book&lt;/A&gt;. To stay up to date on the latest in security features and enhancements, visit the &lt;A href="https://www.microsoft.com/security/business" target="_blank" rel="noopener"&gt;Microsoft Security site&lt;/A&gt;, follow the &lt;A href="https://www.microsoft.com/security/blog/" target="_blank" rel="noopener"&gt;Microsoft Security Blog&lt;/A&gt;, or connect with &lt;A href="https://www.linkedin.com/showcase/microsoft-security/" target="_blank" rel="noopener"&gt;Microsoft Security&lt;/A&gt; on LinkedIn and &lt;A href="https://twitter.com/@MSFTSecurity" target="_blank" rel="noopener"&gt;@MSFTSecurity&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/expanding-memory-integrity-protection-across-windows-devices/ba-p/4551984</guid>
      <dc:creator>Peter_Waxman</dc:creator>
      <dc:date>2026-09-01T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Task Manager features for visibility into AI workloads</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/task-manager-features-for-visibility-into-ai-workloads/ba-p/4545150</link>
      <description>&lt;P&gt;Windows Task Manager now provides deeper visibility into AI workloads running on a device. Previously, the Processes tab didn't show per-process activity for the neural processing unit (NPU) or graphics processing unit (GPU) neural engine. Now, on some newer devices, this data appears alongside familiar central processing unit (CPU) and standard GPU activity on the Processes tab, while the Performance tab shows overall utilization. Whether you're an IT pro, developer, or power user, this data can help as follows:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;For IT professionals: &lt;/STRONG&gt;Troubleshoot and report on performance.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;For developers:&lt;/STRONG&gt; Validate whether AI models are landing on the intended NPU or GPU neural engine instead of CPU or standard GPU compute.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;For power users:&lt;/STRONG&gt; Understand and improve performance and battery life.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Let's look at these use cases more closely.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note: &lt;/STRONG&gt;In this post, we distinguish standard GPU compute from the newest GPU equipped with dedicated AI matrix engines, called the GPU neural engine. The NPU and GPU neural engine are new pieces of hardware that perform AI math more efficiently than the standard GPU.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Enterprise helpdesk support&lt;/H2&gt;
&lt;P&gt;As the demand for AI based tooling increases, it's important to have a built-in way to determine what processing resources an app is using.&lt;/P&gt;
&lt;P&gt;If you're an IT helpdesk professional, you support hundreds to thousands of corporate devices. When a user reports a problem with an AI-enabled app, you can use the improved Windows Task Manager to troubleshoot.&lt;/P&gt;
&lt;P&gt;On supported devices, the Processes and Performance tabs show exactly how background tasks are interacting with processing engines. For example, here is how to tell if a workload designed to reach the dedicated NPU and GPU neural engine is instead falling back to general CPU and GPU compute.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In Task Manager, go to the &lt;STRONG&gt;Processes&lt;/STRONG&gt; tab.&lt;/LI&gt;
&lt;LI&gt;Choose which data to view. Right-click (or select and hold) in the column area and select any (or all) of the following columns: &lt;STRONG&gt;NPU&lt;/STRONG&gt;, &lt;STRONG&gt;NPU engine&lt;/STRONG&gt;, &lt;STRONG&gt;GPU&lt;/STRONG&gt;, and&lt;STRONG&gt; &lt;/STRONG&gt;&lt;STRONG&gt;GPU engine&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;img&gt;&lt;EM&gt;The Processes tab in Task Manager shows a popup menu of available columns to display. The NPU shows high usage from an AI-enabled application in the top row.&lt;/EM&gt;&lt;/img&gt;&lt;/LI&gt;
&lt;LI&gt;Locate the desired software or enterprise agent in the &lt;STRONG&gt;Name&lt;/STRONG&gt; column. If your application takes advantage of hardware designed for AI workloads, you can see utilization across the different areas.&lt;BR /&gt;&lt;BR /&gt;&lt;img&gt;
&lt;P&gt;&lt;EM&gt;The GPU Neural engine shows usage from an AI-enabled application in the top row.&lt;/EM&gt;&lt;/P&gt;
&lt;/img&gt;&lt;/LI&gt;
&lt;LI&gt;To visualize usage over time, navigate to the &lt;STRONG&gt;Performance&lt;/STRONG&gt; tab.&lt;/LI&gt;
&lt;LI&gt;Select &lt;STRONG&gt;NPU&lt;/STRONG&gt; or &lt;STRONG&gt;GPU&lt;/STRONG&gt;. Alternatively, view the NPU or GPU by right-clicking (or selecting and holding) anywhere in the graph space. Select &lt;STRONG&gt;View&lt;/STRONG&gt;, then choose among CPU, Memory, Disk, Network, GPU, or NPU views. &lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;img&gt;&lt;EM&gt;The NPU performance graph shows usage from an AI-enabled application.&lt;/EM&gt;&lt;/img&gt;&lt;img&gt;&lt;EM&gt;The GPU performance graph shows usage from an AI-enabled application in the Neural engine.&lt;/EM&gt;&lt;/img&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;To evaluate whether an application takes advantage of dedicated hardware appropriately, check if the application offloads to the NPU or the GPU's matrix arrays. If you see that the application mostly uses the CPU or runs on the GPU's rendering pipeline, that application might be misconfigured or it might not have been designed to take advantage of this hardware.&lt;/P&gt;
&lt;P&gt;Once you identify whether the workload is running on the NPU, GPU, or CPU, you can spot-check individual devices for further details. For example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Is a device's AI workload reaching the NPU? Or is it falling back to the GPU rendering pipeline or general CPU compute?&lt;/LI&gt;
&lt;LI&gt;Which applications on the device are actually using the NPU or the GPU's neural engine?&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Real-time validation for AI-driven app development&lt;/H2&gt;
&lt;P&gt;When building AI applications with frameworks like ONNX Runtime or Windows DirectML, you write code to target specific hardware execution providers (i.e., CPU, NPU, or GPU). If an application encounters an unsupported data type or driver mismatch, the framework can silently fall back to a higher-overhead compute pipeline to prevent the application from crashing.&lt;/P&gt;
&lt;P&gt;To help you identify and correct these issues, as well as to track appropriate AI model performance, we've introduced more granular views in Task Manager specific to the NPU and the GPU neural engine.&lt;/P&gt;
&lt;H3 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 20px; color: #333333;"&gt;Hardware use verification&lt;/H3&gt;
&lt;P&gt;You can use Task Manager for basic runtime verification to confirm what processing resources your AI workload is actively using.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In Task Manager, open the&lt;STRONG&gt; Details&lt;/STRONG&gt; tab.&lt;/LI&gt;
&lt;LI&gt;Right-click (or select and hold) on any column header and select &lt;STRONG&gt;Select columns&lt;/STRONG&gt;.&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Check any of the following to monitor active execution: NPU, NPU engine, GPU, and/or GPU engine.&lt;/LI&gt;
&lt;LI&gt;Look at the active use data to identify any workloads that fall back to the CPU and, therefore, don't use the device's resources appropriately. They show the following symptoms: the NPU column stays at 0%, the NPU engine remains blank, while the GPU engine column shows no activity from its neural engine.&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;(Optional) &lt;/EM&gt;Enable &lt;STRONG&gt;Dedicated NPU memory&lt;/STRONG&gt;, &lt;STRONG&gt;Shared NPU memory&lt;/STRONG&gt;, &lt;STRONG&gt;Dedicated GPU memory&lt;/STRONG&gt;, or &lt;STRONG&gt;Shared GPU memory&lt;/STRONG&gt; to track weight allocations and memory overflow.&lt;BR /&gt;&lt;img&gt;&lt;EM&gt;The Task Manager Details tab shows a pop-up menu to select additional columns.&lt;/EM&gt;&lt;/img&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 20px; color: #333333;"&gt;Reasons for unexpected AI model performance&lt;/H3&gt;
&lt;P&gt;If your local AI model is running unexpectedly slow, the system might be silently falling back to the CPU or the standard GPU compute pipeline. There are two main reasons for this:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A device might lack a specific driver.&lt;/LI&gt;
&lt;LI&gt;There might be a data type mismatch (for example, trying to force an FP32 model onto an INT8-optimized NPU or an unsupported operation in the model not compatible with the neural engine or NPU).&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Modern silicon architectures integrate dedicated matrix accelerators right inside the graphics processor. Therefore, it's critical to track whether your math lands on the &lt;STRONG&gt;GPU 0 - Neural&lt;/STRONG&gt; engine versus the &lt;STRONG&gt;NPU&lt;/STRONG&gt; as you debug your execution provider bindings.&lt;/P&gt;
&lt;P&gt;Another dimension that can explain variable AI model performance is through the new columns: &lt;STRONG&gt;Shared NPU memory &lt;/STRONG&gt;and &lt;STRONG&gt;Dedicated NPU memory&lt;/STRONG&gt;. These columns show how much memory an AI workload is using and which pool it comes from.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Shared NPU memory&lt;/STRONG&gt;: The NPU draws from system memory alongside the CPU and GPU. On a system with both Dedicated and Shared NPU memory, watch for rising shared NPU memory usage. It's your indicator that dedicated memory is filled, and allocations are spilling over to shared NPU memory, which can reduce performance.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Dedicated NPU memory&lt;/STRONG&gt;:&lt;STRONG&gt; &lt;/STRONG&gt;Memory belonging to the NPU alone. A workload that fits within it doesn't compete with the rest of the system. This column is empty on integrated NPUs, which have no separate pool.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 20px; color: #333333;"&gt;Live tracking&lt;/H3&gt;
&lt;P&gt;As the previous screenshots show, the &lt;STRONG&gt;Performance&lt;/STRONG&gt; tab brings multiple details together into a live tracking view. This means you can run your tuned model, look at Task Manager, and instantly verify:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;The success state:&lt;/STRONG&gt; Matrix multiplication executes on the NPU and/or the GPU neural engine as expected.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;The fallback state:&lt;/STRONG&gt; If the NPU and the GPU neural engine both show zero usage while CPU or general GPU usage is increasing, the fallback is happening. Proceed to re-quantize your model.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Task Manager now makes execution provider fallback visible at a glance, in real time, alongside what the rest of the system is doing.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Power profile insights for power users&lt;/H2&gt;
&lt;P&gt;If it's not your job to build or troubleshoot AI applications, the enhanced Task Manager experience still offers workload transparency and proactive battery management.&lt;/P&gt;
&lt;P&gt;AI workloads are computationally heavy. When a local application runs a background blur, a video upscale, or an image manipulation model, it has two main ways to execute these tasks.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;The CPU and standard GPU route&lt;/STRONG&gt;: Power-hungry workloads kick the fans into overdrive and drain your battery in about two hours.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;The NPU and GPU neural route&lt;/STRONG&gt;: Highly efficient workloads sip milliwatts and keep your laptop cool on your lap.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Imagine you're working on battery power and running a suite of creative or collaboration tools. They don't drain your battery as quickly if they're optimized to use modern hardware acceleration pipelines. And you no longer have to guess how your applications are impacting your system resources. To verify feature optimization using Task Manager:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In Task Manager, open the &lt;STRONG&gt;Processes&lt;/STRONG&gt; tab.&lt;/LI&gt;
&lt;LI&gt;Select an active application.&lt;/LI&gt;
&lt;LI&gt;Compare the data in the &lt;STRONG&gt;GPU engine&lt;/STRONG&gt;, &lt;STRONG&gt;NPU&lt;/STRONG&gt;, and &lt;STRONG&gt;NPU engine&lt;/STRONG&gt; columns. That's where you can see exactly which execution engine the app is using in real time.&lt;BR /&gt;&lt;BR /&gt;&lt;img&gt;&lt;EM&gt;The Task Manager Details tab shows the NPU engine and dedicated and shared NPU data for Python.&lt;/EM&gt;&lt;/img&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;An application can be optimized to use both the NPU and the GPU, but it might not be optimized to use either.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If an application is optimized to use the NPU, you'll see either &lt;STRONG&gt;NPU - Compute&lt;/STRONG&gt; or &lt;STRONG&gt;NPU - Neural&lt;/STRONG&gt; under the &lt;STRONG&gt;NPU engine&lt;/STRONG&gt; column. Depending on your processor and driver version, Task Manager labels active NPU workloads as &lt;STRONG&gt;NPU – Compute&lt;/STRONG&gt; or &lt;STRONG&gt;NPU – Neural&lt;/STRONG&gt;. Both indicate that on-device AI acceleration is actively running on the NPU.&lt;/LI&gt;
&lt;LI&gt;Similarly, if an application is optimized to use the GPU's hardware, the GPU engine column lists &lt;STRONG&gt;GPU – Neural&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Apps that aren't optimized for either of these dedicated resources show one of the following symptoms:
&lt;UL&gt;
&lt;LI&gt;The &lt;STRONG&gt;CPU&lt;/STRONG&gt; column shows high usage while the &lt;STRONG&gt;NPU&lt;/STRONG&gt; column is idle.&lt;/LI&gt;
&lt;LI&gt;The &lt;STRONG&gt;GPU engine&lt;/STRONG&gt; column doesn't show &lt;STRONG&gt;GPU - Neural&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;More explicitly, &lt;STRONG&gt;Power usage&lt;/STRONG&gt; and &lt;STRONG&gt;Power usage trends&lt;/STRONG&gt; reflect and can confirm the impact.&lt;/P&gt;
&lt;img&gt;&lt;EM&gt;A closeup of the Task Manager Details tab compares NPU, NPU engine, and power usage data for an app.&lt;/EM&gt;&lt;/img&gt;
&lt;P&gt;Task Manager gives you instant operational awareness. It allows you to adjust your behavior constructively. For example, you can pause heavy background tasks until you're connected to a power outlet. Or, you can continue using apps that are already fully native for your unplugged, on-the-go workflows.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Visibility drives optimization&lt;/H2&gt;
&lt;P&gt;As AI workloads become more common on Windows devices, visibility into NPU and GPU neural engine utilization can help you make better informed decisions. With the latest Task Manager improvements, you can monitor AI processing activity alongside CPU, memory, storage, and networking data from a familiar interface.&lt;/P&gt;
&lt;P&gt;Explore the new metrics in Task Manager to evaluate application performance, troubleshoot resource bottlenecks, and better understand how your devices use AI-capable hardware. Importantly, these growing capabilities today provide a foundation for future hardware innovation across the ecosystem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;Continue the conversation. Find best practices. Bookmark the &lt;A href="http://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;. Looking for support? Visit &lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;Windows on Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2026 16:05:51 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/task-manager-features-for-visibility-into-ai-workloads/ba-p/4545150</guid>
      <dc:creator>Larry_Hu</dc:creator>
      <dc:date>2026-08-19T16:05:51Z</dc:date>
    </item>
    <item>
      <title>Collecting Delivery Optimization logs the easy way</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/collecting-delivery-optimization-logs-the-easy-way/ba-p/4547884</link>
      <description>&lt;P&gt;You've deployed Delivery Optimization settings and perhaps even a Microsoft Connected Cache node to reduce network traffic on Patch Tuesday. But things aren't working as expected. You aren't seeing good content peering efficiency. You notice peers reaching across the internet to other sites or find that content isn't coming from a Connected Cache. What do you do next?&lt;/P&gt;
&lt;P&gt;If you've ever had to troubleshoot a content delivery issue with Delivery Optimization or Connected Cache and or needed to send logs to Microsoft support — or just wanted to dig in yourself — let's talk about a free tool that can make the process easy.&lt;/P&gt;
&lt;P&gt;The Delivery Optimization Troubleshooter is a Microsoft diagnostic tool designed to quickly help you identify why Delivery Optimization or Microsoft Connected Cache isn't working as expected. It collects configuration details, network diagnostics, service status, performance data, and logs into one support-ready bundle, making troubleshooting faster and easier.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;How to use the Delivery Optimization Troubleshooter to collect diagnostic and debugging information&lt;/H2&gt;
&lt;P&gt;The first step is to &lt;A href="https://aka.ms/do-fix" target="_blank" rel="noopener"&gt;download and install the Delivery Optimization Troubleshooter&lt;/A&gt; from PowerShell Gallery on the device you want to debug and run the following command using the PowerShell console:&lt;/P&gt;
&lt;LI-CODE lang="powershell"&gt;Install-Script -Name DeliveryOptimizationTroubleshooter&lt;/LI-CODE&gt;
&lt;P&gt;To collect the logs, all you have to do is run this one-line command:&lt;/P&gt;
&lt;LI-CODE lang="powershell"&gt;DeliveryOptimizationTroubleshooter.ps1 -GenerateSupportBundle&lt;/LI-CODE&gt;
&lt;P&gt;This command collects a full snapshot: Delivery Optimization service logs, configuration, network info, and event logs — packaged into a zip file and ready to share. Pretty easy, right?&lt;/P&gt;
&lt;P&gt;What if you want to reproduce a live issue? Add ReproduceIssue to the GenerateSupportBundle command as shown in this example:&lt;/P&gt;
&lt;LI-CODE lang="powershell"&gt;DeliveryOptimizationTroubleshooter.ps1 -GenerateSupportBundle -ReproduceIssue&lt;/LI-CODE&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;How the Delivery Optimization Troubleshooter works&lt;/H2&gt;
&lt;P&gt;At a high level, here is what this troubleshooter does and how it can be used to debug a live issue:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The tool switches Delivery Optimization tracing to verbose logging and increases log limits.&lt;/LI&gt;
&lt;LI&gt;The tool stops the Delivery Optimization service, wipes old log files (creating a clean slate), and restarts with verbose logging enabled.&lt;/LI&gt;
&lt;LI&gt;You reproduce whatever was failing (e.g. trigger the download or run Windows Update), then press Enter.&lt;/LI&gt;
&lt;LI&gt;The script stops Delivery Optimization again, captures the verbose reproduction logs, disables verbose logging, and moves on.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Here's a detailed description of what happens throughout the support bundle generation process:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 90%; border-width: 1px;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Step&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;What it captures&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;1&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Existing Delivery Optimization logs&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;2&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Delivery Optimization service status&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;3&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Delivery Optimization performance snapshot&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;4&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Delivery Optimization configuration details&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;5&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Network configuration details (ipconfig /all)&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;6&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Network List Manager (NLM) data (which networks Windows sees and their states)&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;7&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;NLM cost data (shows whether the connection is metered)&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;8&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Proxy settings&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;9&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;DoSvc registry key&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;10&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Troubleshooter diagnostics output&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;11&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Interactive pause (waits for you to reproduce the issue)&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 6.42259%" /&gt;&lt;col style="width: 93.5464%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;In the final step, the tool creates the zip file and stores it in %TEMP% as dosvc-diag-[username]-[machinename]-[timestamp].zip.&lt;/P&gt;
&lt;P&gt;Here are the typical files produced after running the troubleshooter, and what each one tells you:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 90%; border-width: 1px;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;File&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;What's in it&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;troubleshooter-output.txt&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Structured pass/fail diagnostic checks (the fastest file to start with)&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;status-dosvc.txt&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Per-job download breakdown: every file Delivery Optimization has touched, bytes from each source (HTTP, peers, Microsoft Connected Cache), download duration, caller app&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;logs-dosvc-repro.txt&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Verbose logs captured &lt;EM&gt;during&lt;/EM&gt; your reproduction window&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;logs-dosvc-existing.txt&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Pre-existing Delivery Optimization logs (large, but useful for history before the issue)&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;network-nlm-data.txt&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Full NLM network data (connected networks, interface states)&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;network-ipconfig.txt&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Full ipconfig /all output&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;config-dosvc.txt&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;All Delivery Optimization policy values and their source (MDM, GPO, or default)&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;dosvc-registry.reg&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Raw DoSvc registry key export&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;network-nlm-cost.txt&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Connection cost (unrestricted vs. metered; Delivery Optimization throttles aggressively on metered)&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;network-proxy-settings.txt&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;WinHTTP + IE proxy config&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;perfsnap-dosvc.txt&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Monthly bandwidth totals by source: HTTP, LAN peers, Microsoft Connected Cache, internet peers&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 20.217%" /&gt;&lt;col style="width: 79.7519%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;I have the output from the Delivery Optimization Troubleshooter. What's next?&lt;/H2&gt;
&lt;P&gt;Start with the troubleshooter-output.txt file. It runs structured checks and surfaces failures immediately. Example from a real run:&lt;/P&gt;
&lt;LI-CODE lang=""&gt;Name : Download Mode
Result : Pass
Details : LAN - 1

Name : CacheHost server configured
Result : 10.1.1.101

Name : Download from CacheHost server
Result : Fail
Details : Unable to connect to the remote server 10.1.1.101:80&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this example, the last detail instantly tells you Microsoft Connected Cache is configured, but is not reachable on the device.&lt;/P&gt;
&lt;P&gt;The perfsnap-dosvc.txt shows your monthly Delivery Optimization bandwidth split at a glance:&lt;/P&gt;
&lt;LI-CODE lang=""&gt;DownloadHttpBytes : 27,171,761,913 ← 27 GB straight from CDN
DownloadCacheHostBytes : 0 ← 0 bytes from MCC this month
DownloadLanBytes : 747,999,564 ← ~700 MB from LAN peers&lt;/LI-CODE&gt;
&lt;P&gt;If DownloadCacheHostBytes is 0 on a machine that should download from a Microsoft Connected Cache, this confirms what the Troubleshooter output had shown.&lt;/P&gt;
&lt;P&gt;Status-dosvc.txt tells you per-download where bytes came from, which caller app triggered it (PredefinedCallerApplication: IntuneAppDownload, WindowsUpdate, etc.), and how long the download took. This can be useful for showing that a specific content type isn't routing through Microsoft Connected Cache.&lt;/P&gt;
&lt;P&gt;When analyzing the bundle, here are the things I look for first:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;HRESULTerror codes: These tell you &lt;EM&gt;what&lt;/EM&gt; failed (e.g., 0x80D03002 = no peers found, 0x80D02002 = timeout reaching CDN). See &lt;A class="lia-external-url" href="https://learn.microsoft.com/windows/win32/delivery_optimization/do-return-values" target="_blank" rel="noopener"&gt;Delivery Optimization Return Values &lt;/A&gt;for more details.&lt;/LI&gt;
&lt;LI&gt;DownloadMode: This value confirms whether P2P/Microsoft Connected Cache is enabled. See the &lt;A href="https://learn.microsoft.com/windows/deployment/do/waas-delivery-optimization-reference#download-mode" target="_blank" rel="noopener"&gt;Download Mode documentation&lt;/A&gt; for more details.&lt;/LI&gt;
&lt;LI&gt;GroupID: Misconfigured group IDs are a surprisingly common cause of peers not finding each other. For more information, see the &lt;A href="https://learn.microsoft.com/windows/deployment/do/waas-delivery-optimization-reference#group-id" target="_blank" rel="noopener"&gt;Group ID documentation&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; The current DeliveryOptimizationTroubleshooter version 1.3.0 contains a built-in list of 72 error definitions. There is a JSON array embedded as $errorsObj inside the script's Get-DOErrorsTable function. With a standard installation, you can inspect it at: C:\Program Files\WindowsPowerShell\Scripts\DeliveryOptimizationTroubleshooter.ps1 The source and latest version are available at &lt;A href="https://aka.ms/do-fix" target="_blank" rel="noopener"&gt;aka.ms/do-fix&lt;/A&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Below are some real-world examples from customer logs that demonstrate cases where content came from Connected Cache or didn't come from Connected Cache.&lt;/P&gt;
&lt;P&gt;Example 1: 100% downloaded from Connected Cache&lt;/P&gt;
&lt;LI-CODE lang=""&gt;caller: IntuneAppDownload
cacheHost: GP:192.168.10.5
cdnIp: [192.168.10.5]:80; X-CCC:...; X-CID:10000
File: 157504
DOINC: 157504
conns: [CDN: 0, DOINC: 1]
timeMs: 1482
sessionTimeMs: 619&lt;/LI-CODE&gt;
&lt;P&gt;All 157,504 bytes came through Microsoft Connected Cache, confirmed by the private "cdnIp" (Delivery Optimization sees Microsoft Connected Cache is just another CDN) and X-CID:10000 (X-CID 10000 = Enterprise Connected Cache). This is a very clear example of the device downloading 100% of the content from a local Connected Cache server.&lt;/P&gt;
&lt;P&gt;Example 2: No downloads came from Connected Cache&lt;/P&gt;
&lt;LI-CODE lang=""&gt;caller: MDMSW Job
cdnUrl: https://naprodimedatapri.azureedge.net/IntuneWindowsAgent.msi
cdnIp: [13.107.246.73]:443
cacheHost: GP:192.168.10.5
File: 7901184
DOINC: 0
conns: [CDN: 1, DOINC: 0]
timeMs: 94571
sessionTimeMs: 1176&lt;/LI-CODE&gt;
&lt;P&gt;Intune-related content bypassed using Connected Cache for downloads, but why did the client not use Connected Cache even though it was configured? Hint: What port was used for the download? 🤔&lt;/P&gt;
&lt;P&gt;Digging deeper into the logs you will see more details on the actual download event, which confirms the suspicion.&lt;/P&gt;
&lt;LI-CODE lang=""&gt;DownloadError: hr = 80072efd, httpCode = 0,
url = https://192.168.10.5/...IntuneWindowsAgent.msi
…
Unresponsive cache host 192.168.10.5
ErrorCode: -2147012867 # 0x80072EFD
Ban count for 192.168.10.5 is 1
…
Establishing HTTP Connection to
https://naprodimedatapri.azureedge.net/IntuneWindowsAgent.msi
…
cacheHost = 192.168.10.5
bytes: [File: 4995, CDN: 4995, DOINC: 0]
…
Connecting to ... naprodimedatapri.azureedge.net, IP: []:443
HTTP download request complete(hr = 0)&lt;/LI-CODE&gt;
&lt;P&gt;Further evidence can be seen in the logs of the download source:&lt;/P&gt;
&lt;LI-CODE lang=""&gt;{CHttpPeerConn::Initiate}
initiating HTTP connection, IP: 13.107.246.73

{CConnMan::ConnectionComplete}
connected to https://naprodimedatapri.azureedge.net/IntuneWindowsAgent.msi
(httpConnection)

{CHttpPeerConn::_OnComplete}
HTTP connection: [13.107.246.73]:443&lt;/LI-CODE&gt;
&lt;P&gt;Aha! The download happened over https, but why did it not come from the Connected Cache? The key is the download error (DownloadError: hr = 80072efd) which is ERROR_WINHTTP_CANNOT_CONNECT. The bottom line is the Connected Cache server is not configured for https downloads, a requirement for Intune content. For more details, see&amp;nbsp;&lt;A href="https://techcommunity.microsoft.com/discussions/connected-cache-enterprise-education/reminder-intune-managed-win32-app-delivery-will-be-https-only-affecting-connecte/4528664" target="_blank" rel="noopener"&gt;Reminder: Intune-managed Win32 app delivery will be HTTPS-only, affecting Connected Cache customers&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;There are many more examples I could share, but I hope this has been helpful to get you started. What Delivery Optimization issues are you seeing most in your environment? Drop a comment — we would be happy to help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;Continue the conversation. Find best practices. Bookmark the &lt;A href="http://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;. Looking for support? Visit &lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;Windows on Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/collecting-delivery-optimization-logs-the-easy-way/ba-p/4547884</guid>
      <dc:creator>Andy_Rivas</dc:creator>
      <dc:date>2026-08-18T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Windows device recovery in 2026: A guide for IT pros</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-device-recovery-in-2026-a-guide-for-it-pros/ba-p/4541207</link>
      <description>&lt;P&gt;Windows device recovery is fundamentally stronger today than it was a year ago. Thanks to your feedback, you have a comprehensive set of tools available to help you restore user productivity quickly. From automated, cloud-based fixes to full device rebuilds, let's explore the newest recovery tools that keep you in control while helping you address a broad range of scenarios:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;&lt;A href="#community--1-_outage" target="_self"&gt;Mass-scale outage&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;&lt;A href="#community--1-_isolated" target="_self"&gt;Recent, isolated issue or widespread disruption&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;&lt;A href="#community--1-_corruption" target="_self"&gt;Deep OS corruption&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;&lt;A href="#community--1-_hardware" target="_self"&gt;Hardware failure or device unavailability&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Existing solutions—such as Get Help troubleshooters, Uninstall updates, Reset this PC, System Restore, and the command prompt in WinRE—remain available and continue to serve specific roles. To learn more about these tools, please visit their respective documentation.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Windows device recovery: scenarios and solutions&lt;/H2&gt;
&lt;P&gt;The following framework summarizes how to choose the right recovery approach for your scenario. The scenarios appear roughly in order from more common to less common and we highlight the newer tools alongside the other alternatives.&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN lia-align-left"&gt;&lt;table class="lia-border-color-19 lia-border-style-solid" border="1" style="width: 100%; border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr class="lia-background-color-custom-0078d4" style="height: 40px;"&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-center"&gt;
&lt;P&gt;&lt;SPAN style="color: #ffffff;"&gt;Scenario&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-center"&gt;
&lt;P&gt;&lt;SPAN style="color: #ffffff;"&gt;Solution&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-center"&gt;
&lt;P&gt;&lt;SPAN style="color: #ffffff;"&gt;Tools&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;Individual device issues after an update&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;User reinstalls the current Windows version (or if needed, go back to previous version) if the PC can boot. User uninstalls the update if the PC cannot boot or issues persist beyond 10 days. For some known issues listed on the Microsoft 365 admin center, IT can use Known Issue Rollback.&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;&lt;A href="https://support.microsoft.com/Windows/deployment/install-upgrade/fix-issues-by-reinstalling-the-current-version-of-windows" target="_blank" rel="noopener"&gt;Reinstall the current version of Windows&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://support.microsoft.com/Windows/deployment/install-upgrade/go-back-to-the-previous-version-of-windows" target="_blank" rel="noopener"&gt;Go Back&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://support.microsoft.com/en-us/windows/deployment/updates-lifecycle/how-to-uninstall-a-windows-update" target="_blank" rel="noopener"&gt;Uninstall a Windows Update&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/troubleshoot/windows-client/group-policy/use-group-policy-to-deploy-known-issue-rollback" target="_blank" rel="noopener"&gt;Use Group Policy to deploy a Known Issue Rollback&lt;/A&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;A single malfunctioning component (audio, networking, printing, etc.)&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;User runs targeted diagnostics and remediation for the affected components.&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;&lt;A href="https://support.microsoft.com/support/get-help/windows-troubleshooters" target="_blank" rel="noopener"&gt;Get Help troubleshooters&lt;/A&gt;&lt;SUP&gt;&lt;A href="#community--1-_note1" target="_self"&gt;[1]&lt;/A&gt;&lt;/SUP&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;Recent, isolated issue or widespread device issue&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;User (sometimes under IT supervision) rolls back the system to its exact state from a past point in time. Requires a recent restore point.&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;&lt;STRONG&gt;New!&lt;/STRONG&gt; &lt;A href="https://learn.microsoft.com/windows/configuration/point-in-time-restore?tabs=csp" target="_blank" rel="noopener"&gt;Point-in-time restore for Windows&lt;/A&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;Persistent device issues after targeted recovery attempts (unknown cause)&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;User reinstalls Windows while removing apps and settings. Optionally, keep user files.&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;&lt;A href="https://support.microsoft.com/windows/experience/backup-recovery/reset-your-pc" target="_blank" rel="noopener"&gt;Reset this PC&lt;/A&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;Deep OS corruption&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;User (sometimes under IT supervision) initiates clean OS install that downloads a target Windows image and device drivers and applies it to the device for a fresh start.&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;&lt;STRONG&gt;New!&lt;/STRONG&gt; &lt;A href="https://aka.ms/CloudRebuild" target="_blank" rel="noopener"&gt;Cloud rebuild (preview)&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://support.microsoft.com/Windows/Experience/Backup-Recovery/recovery-drive" target="_blank" rel="noopener"&gt;Create a recovery drive&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/windows-hardware/manufacture/desktop/bare-metal-recovery" target="_blank" rel="noopener"&gt;Manufacturer-created recovery media&lt;/A&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;Hardware failure or device unavailability (lost, stolen, or isolated during a security investigation)&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;IT provisions a temporary Cloud PC. Settings, documents, and managed apps are restored on a new device. Recommended for immediate user productivity.&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;&lt;STRONG&gt;New!&lt;/STRONG&gt; &lt;A href="https://learn.microsoft.com/windows-365/enterprise/introduction-windows-365-reserve" target="_blank" rel="noopener"&gt;Windows 365 Reserve&lt;/A&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;A mass-scale outage affecting boot (rare)&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;When a device repeatedly fails to boot and enters WinRE, it automatically checks for and applies a Microsoft-provided fix from Windows Update. No user action is required.&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-left lia-border-color-19 lia-vertical-align-top"&gt;
&lt;P&gt;&lt;STRONG&gt;New!&lt;/STRONG&gt; &lt;A href="https://learn.microsoft.com/windows/configuration/quick-machine-recovery/?tabs=csp" target="_blank" rel="noopener"&gt;Quick machine recovery&lt;/A&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 26.8156%" /&gt;&lt;col style="width: 43.4832%" /&gt;&lt;col style="width: 29.7012%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;Each recovery scenario has at least one tool that can be used to remediate the device. In practice, start with the least disruptive, fastest option and reach for a heavier tool only when the situation calls for it.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Recovery scenarios: meet the newest solutions&lt;/H2&gt;
&lt;P&gt;Now let's do a more detailed walkthrough of the scenarios you can address using the newest recovery tools.&lt;/P&gt;
&lt;H3 id="_outage" style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 20px; color: #333333;"&gt;Mass scale outage: Quick machine recovery&lt;/H3&gt;
&lt;P&gt;When Microsoft identifies a mass scale outage that prevents devices from booting, we become your first line of defense. Microsoft develops, validates, and publishes a targeted fix that &lt;A href="https://learn.microsoft.com/windows/configuration/quick-machine-recovery/?tabs=csp" target="_blank" rel="noopener"&gt;quick machine recovery&lt;/A&gt; delivers directly to affected devices.&lt;/P&gt;
&lt;P&gt;How it works:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;The device fails to boot and enters Windows Recovery Environment (WinRE).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;Microsoft identifies, builds, and publishes a remediation package.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;WinRE establishes a network connection.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;The device scans Windows Update, downloads, and applies the remediation package automatically.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;The device restarts safely to Windows.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;Availability: &lt;/STRONG&gt;Generally available on Windows 11, version 24H2 and later. Enabled by default on Windows Home. For managed Pro, Enterprise, and Education devices, you can enable quick machine recovery through &lt;A href="https://learn.microsoft.com/windows/client-management/mdm/recovery-csp#quickmachinerecovery" target="_blank" rel="noopener"&gt;policy&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Prerequisites&lt;/STRONG&gt;: Enable the feature and ensure devices will be able to connect to a supported network. To learn more about WinRE requirements, see the &lt;A href="https://learn.microsoft.com/windows-hardware/manufacture/desktop/windows-recovery-environment--windows-re--technical-reference" target="_blank" rel="noopener"&gt;WinRE documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Impact to data:&lt;/STRONG&gt; None&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Alternative solutions&lt;/STRONG&gt;: &lt;A href="https://support.microsoft.com/windows/experience/startup-boot/startup-repair" target="_blank" rel="noopener"&gt;Startup Repair&lt;/A&gt; remains the first automatic response to boot failures. Quick machine recovery builds on Startup Repair by adding cloud-based remediation when local repair is not sufficient.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Additional capabilities for best results:&lt;/STRONG&gt; &lt;A href="https://learn.microsoft.com/windows/client-management/mdm/recovery-csp" target="_blank" rel="noopener"&gt;Recovery CSP&lt;/A&gt;&lt;/P&gt;
&lt;H3 id="_isolated" style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 20px; color: #333333;"&gt;Recent, isolated issue or widespread disruption: Point-in-time restore&lt;/H3&gt;
&lt;P&gt;Most disruptions aren't mass-scale outages. A single device or group of devices can break due to a bad application installation, an incompatible driver, or a misconfigured setting. If quick machine recovery doesn't have a fix yet, &lt;A href="https://learn.microsoft.com/windows/configuration/point-in-time-restore?tabs=csp" target="_blank" rel="noopener"&gt;point-in-time restore&lt;/A&gt; lets you roll the entire device back to a previous state in minutes. Here's how it works.&lt;/P&gt;
&lt;P&gt;Point-in-time restore automatically captures comprehensive restore points of the full system state (the OS, applications, settings, and local files) at a configurable frequency and retention&lt;SUP&gt;&lt;A href="#community--1-_note2" target="_self"&gt;[2]&lt;/A&gt;&lt;/SUP&gt;. The default is every 24 hours. Restore points use the Volume Shadow Copy Service (VSS) and are stored locally for up to 72 hours.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;When a disruption occurs, initiate restoration from WinRE. (&lt;A href="https://learn.microsoft.com/windows/security/operating-system-security/data-protection/bitlocker/recovery-process" target="_blank" rel="noopener"&gt;BitLocker recovery key&lt;/A&gt; is required)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;Select a restore point. The device rolls back to that exact state.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The entire process typically completes in a matter of minutes. The goal is to return the device to a stable state without requiring advanced troubleshooting.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Availability: &lt;/STRONG&gt;Available on Windows 11 Home, Pro, and Enterprise, version 25H2 and later. Remote management capabilities are planned for a future release.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Prerequisites&lt;/STRONG&gt;: Enable the feature and configure it for your environment using the &lt;A href="https://learn.microsoft.com/windows/client-management/mdm/recovery-csp" target="_blank" rel="noopener"&gt;Recovery CSP&lt;/A&gt; and back up local files to the cloud.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Impact to data: &lt;/STRONG&gt;Point-in-time restore is a comprehensive rollback. Any local changes made after the selected restore point, including files, settings, passwords, certificates, and keys, will be lost. Data stored in cloud services like OneDrive is not affected.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Alternative solutions&lt;/STRONG&gt;: &lt;A href="https://support.microsoft.com/windows/experience/backup-recovery/system-restore" target="_blank" rel="noopener"&gt;System Restore&lt;/A&gt; provides event-triggered or manual restore points for system files and settings. Point-in-time restore modernizes this concept with automatic, comprehensive restore points (including local user files), strict retention policies, and a path toward remote management.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Additional capabilities for best results:&lt;/STRONG&gt; OneDrive for work or school (for cloud storage to minimize data loss).&lt;/P&gt;
&lt;H3 id="_corruption" style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 20px; color: #333333;"&gt;Deep OS corruption: Cloud rebuild&lt;/H3&gt;
&lt;P&gt;There are two main reasons to “start from scratch.” Sometimes a device is too deeply corrupted for a targeted fix or rollback to resolve the issue. Whether the OS is corrupted or drivers are in conflict, the system might be beyond restoration. If you've already tried quick machine recovery and point-in-time restore, start fresh with a clean operating system. Another reason to start fresh is for planned resets. You might want to reset devices for purposes of compliance, hygiene, or reuse by new users.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aka.ms/CloudRebuild" target="_blank" rel="noopener"&gt;Cloud rebuild (preview)&lt;/A&gt; restores a Windows 11 PC to a clean, last known good state by performing a full operating system reinstallation from the cloud. Unlike &lt;A href="https://support.microsoft.com/windows/experience/backup-recovery/reset-your-pc" target="_blank" rel="noopener"&gt;Reset your PC&lt;/A&gt;, Cloud rebuild downloads both the target Windows image and the device drivers from Windows Update. This way, the device can come back fully functional without custom images, USB media, or physical access to the device. Here's how it works.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;Start a Cloud rebuild from the “Troubleshoot” menu in WinRE. Do this directly on the device.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;The device downloads a clean Windows OS, matching the device's current Windows release, edition, and language. It also downloads and applies the latest monthly security update.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;The device downloads all required system drivers directly from Windows Update.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;The system disk is formatted and Windows is installed fresh, landing the device in the out-of-box experience (OOBE).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;If enrolled in &lt;A href="https://learn.microsoft.com/autopilot/overview" target="_blank" rel="noopener"&gt;Windows Autopilot&lt;/A&gt;, the device is automatically provisioned during OOBE. It also re-enrolls in your management environment with the right policies, apps, and configurations provisioned on the device.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;If configured, &lt;A href="https://learn.microsoft.com/windows/configuration/windows-backup/?tabs=intune" target="_blank" rel="noopener"&gt;Windows settings backup and restore&lt;/A&gt; (formerly Windows Backup for Organizations) restores the user's Windows settings and Microsoft Store app list. OneDrive for work or school then restores their files. This way, the user returns to a device that feels familiar, not factory fresh.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;Availability: &lt;/STRONG&gt;Available to Windows Insiders enrolled in the Experimental channel. Designed for cloud-managed, Intune-enrolled devices. Coming soon is the ability for IT Admins to customize the rebuild and initiate it remotely from their MDM.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Prerequisites&lt;/STRONG&gt;: Before initiating Cloud rebuild, confirm that the target device meets the &lt;A href="https://learn.microsoft.com/windows/configuration/cloud-rebuild/#prerequisites" target="_blank" rel="noopener"&gt;prerequisites listed in the Cloud rebuild documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Impact to data&lt;/STRONG&gt;: High. As the system disk is formatted during this process, all apps and data are lost.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Alternative solutions:&lt;/STRONG&gt; &lt;A href="https://support.microsoft.com/Windows/Experience/Backup-Recovery/recovery-drive" target="_blank" rel="noopener"&gt;Create a recovery drive&lt;/A&gt; or use &lt;A href="https://learn.microsoft.com/windows-hardware/manufacture/desktop/bare-metal-recovery?view=windows-11" target="_blank" rel="noopener"&gt;manufacturer-created recovery media.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Additional capabilities for best results:&lt;/STRONG&gt; Windows settings backup and restore, Windows Autopilot, Microsoft Intune, OneDrive for work or school (for cloud storage to prevent file loss)&lt;/P&gt;
&lt;H3 id="_hardware" style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 20px; color: #333333;"&gt;Hardware failure or device unavailability: Windows 365 Reserve&lt;/H3&gt;
&lt;P&gt;If the hardware itself is the problem, no software recovery tool can help. This scenario occurs with a failed storage drive, damaged motherboard, or a device that simply won't power on. Other scenarios include devices that are lost, stolen, isolated during a security investigation, or otherwise unavailable during a broader incident. In these cases, the priority shifts from fixing the device to unblocking the user.&lt;/P&gt;
&lt;P&gt;While you resolve the hardware issue, consider investing in &lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/introduction-windows-365-reserve" target="_blank" rel="noopener"&gt;Windows 365 Reserve&lt;/A&gt; for a fast, temporary solution. While point-in-time restore and cloud rebuild (preview) focus on restoring the affected physical device, Windows 365 Reserve helps maintain secure user productivity. Here's how it works.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;Provision a Cloud PC to give the user immediate, temporary access to a full Windows desktop from any device. You can use existing Microsoft Intune policies or create a new provisioning setup beforehand.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;(Optional but recommended) Enforce OneDrive cloud storage to help ensure that users' files are available. Additionally, Windows settings backup and restore can re-apply their personalized settings (desktop layout, accessibility preferences, language settings, and more) so they can pick up right where they left off.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;Users sign in with work credentials to the Windows App or web portal on any device and connect to their Cloud PC. They immediately access a clean, cloud-isolated Windows environment with corporate apps, settings, and security policies already applied to stay productive.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;Users can track their access using the Windows App or web portal. You can use Intune to monitor licensing and usage as well as to deprovision Cloud PCs.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;Availability: &lt;/STRONG&gt;Available on supported Windows 11 Enterprise devices. Designed for cloud-managed, Intune-enrolled devices.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Prerequisites&lt;/STRONG&gt;: Requires an active &lt;A href="https://learn.microsoft.com/windows-365/enterprise/windows-365-reserve-license" target="_blank" rel="noopener"&gt;Windows 365 Reserve license&lt;/A&gt; managed through Microsoft Intune. Preconfigure Windows 365 Reserve Cloud PC.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Impact to data:&lt;/STRONG&gt; None&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Alternative solution&lt;/STRONG&gt;: New or replacement device is always an option to unblock the user. Provide a new device and use &lt;A href="https://learn.microsoft.com/autopilot/overview" target="_blank" rel="noopener"&gt;Windows Autopilot&lt;/A&gt; for zero-touch provisioning. The device enrolls in your management environment, receives policies and apps, and is ready for the user without manual IT setup.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Additional capabilities for best results:&lt;/STRONG&gt; Microsoft Intune, OneDrive for work or school (for cloud storage to prevent file loss), Windows settings backup and restore, Windows Autopilot&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Get started today&lt;/H2&gt;
&lt;P&gt;Device disruptions come in many shapes. A misconfigured policy can render thousands of PCs unbootable overnight. A user accidentally modifying critical system settings can disrupt a single laptop. An aging device can have a random hardware failure and simply stop cooperating. That's why this tiered recovery framework includes a series of tools designed for a specific class of problem. New and pre-existing tools as well as supporting capabilities, work together to give your IT team a clear path to recovery.&lt;/P&gt;
&lt;P&gt;Here's what you can do right now to prepare your organization:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;Use &lt;A href="https://learn.microsoft.com/intune/fundamentals/what-is-intune" target="_blank" rel="noopener"&gt;Microsoft Intune&lt;/A&gt; as a centralized management platform for recovery and resiliency capabilities. Through Intune, you can configure and deploy the policy settings exposed through Windows CSPs, including settings for quick machine recovery, point-in-time restore, cloud rebuild, Windows Autopilot, and Windows settings backup and restore. Enable &lt;A href="https://learn.microsoft.com/windows/configuration/quick-machine-recovery/?tabs=csp" target="_blank" rel="noopener"&gt;quick machine recovery&lt;/A&gt; on your managed devices via the &lt;A href="https://learn.microsoft.com/windows/client-management/mdm/recovery-csp" target="_blank" rel="noopener"&gt;Recovery CSP&lt;/A&gt;. Configure Wi-Fi credentials, scanning intervals, and test the experience using test mode before production deployment.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;Test &lt;A href="https://learn.microsoft.com/windows/configuration/point-in-time-restore?tabs=csp" target="_blank" rel="noopener"&gt;point-in-time restore&lt;/A&gt;. Explore the settings locally and via the &lt;A href="https://learn.microsoft.com/windows/client-management/mdm/recovery-csp" target="_blank" rel="noopener"&gt;Recovery CSP,&lt;/A&gt; perform a test restore, and share your feedback through Feedback Hub.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;Enable &lt;A href="https://learn.microsoft.com/windows/configuration/windows-backup/?tabs=intune" target="_blank" rel="noopener"&gt;Windows settings backup and restore&lt;/A&gt; to streamline device transitions. Use Intune to enable backup and restore policies to preserve user settings: accessibility preferences, personalization, language and regional settings, and the list of installed Microsoft Store apps. When a device is reset, rebuilt, or replaced, these settings are automatically restored during the out-of-box experience (OOBE) or first sign-in for Microsoft Entra hybrid joined devices and Cloud PCs.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;Configure &lt;A href="https://www.microsoft.com/microsoft-365/onedrive/onedrive-for-business" target="_blank" rel="noopener"&gt;OneDrive for work or school&lt;/A&gt; for your organization. Cloud file storage helps ensure that user documents, photos, and other files are continuously synced and protected. Whether you roll back a device with point-in-time restore, rebuild it from scratch, or replace it entirely, cloud-synced files remain accessible and unaffected. This is especially important with point-in-time restore, where local files are reverted to the restore point state. To begin, enable &lt;A href="https://learn.microsoft.com/sharepoint/redirect-known-folders" target="_blank" rel="noopener"&gt;Known Folder Move&lt;/A&gt; regardless of which recovery path you use. It syncs the latest file state with its versions down to your device when connected to the cloud.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;Configure &lt;A href="https://aka.ms/m365backup" target="_blank" rel="noopener"&gt;Microsoft 365 Backup&lt;/A&gt; for point-in-time recovery to protect all OneDrive accounts, mailboxes, and SharePoint sites. That way, you can roll back malicious or accidental data modifications and deletions. The combination of OneDrive with Microsoft 365 Backup provide file protection beyond the device itself and are a recommended resiliency plan.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P style="margin-bottom: 2px;"&gt;Set up &lt;A href="https://learn.microsoft.com/autopilot/overview" target="_blank" rel="noopener"&gt;Windows Autopilot&lt;/A&gt; profiles for zero-touch device provisioning. Autopilot automatically enrolls devices in your management environment, applies policies, and installs apps during OOBE. After a cloud rebuild or on a new replacement device, Autopilot helps get users back to productivity on a fully configured and compliant device without requiring manual IT intervention.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Solutions to device recovery challenges&lt;/H2&gt;
&lt;P&gt;Windows recovery is no longer a single tool or a last resort– it's a comprehensive framework designed to match the right solution to every scenario. Whether you're defending against the next widespread outage or helping a single user get back to work, these capabilities work together to reduce downtime, minimize data loss, and keep your organization productive.&lt;/P&gt;
&lt;P&gt;This blog reflects the current state of Windows recovery capabilities at the time of publication. As new features and improvements become available, the accompanying &lt;A href="https://aka.ms/WindowsDeviceRecoveryFramework" target="_blank" rel="noopener"&gt;Windows device recovery framework&lt;/A&gt; documentation will be updated to provide the latest guidance, feature availability, and deployment recommendations. If you are a consumer, please visit &lt;A href="https://support.microsoft.com/Windows/Experience/Backup-Recovery/recovery-options-in-windows" target="_blank" rel="noopener"&gt;Recovery options in Windows&lt;/A&gt; on Microsoft Support.&lt;/P&gt;
&lt;P&gt;For additional strategies to prevent, respond to, and recover from endpoint disruptions, see the &lt;A href="https://aka.ms/WindowsResiliencyEbook" target="_blank" rel="noopener"&gt;Windows Resiliency e-book&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="margin-top: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-size: 14px; font-weight: 400; color: #333333;"&gt;&lt;a id="community--1-_note1" class="lia-anchor"&gt;&lt;/a&gt;&lt;SUP&gt;[1]&lt;/SUP&gt; When live assistance is needed and the device can boot, Intune customers can use &lt;A href="https://learn.microsoft.com/intune/remote-help" target="_blank" rel="noopener"&gt;Remote Help&lt;/A&gt; so support staff can securely troubleshoot a managed device with the user. &lt;A href="https://learn.microsoft.com/windows/client-management/client-tools/quick-assist" target="_blank" rel="noopener"&gt;Quick Assist&lt;/A&gt; remains available for everyone who needs remote assistance.&lt;/P&gt;
&lt;P style="margin-top: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-size: 14px; font-weight: 400; color: #333333;"&gt;&lt;a id="community--1-_note2" class="lia-anchor"&gt;&lt;/a&gt;&lt;SUP&gt;[2]&lt;/SUP&gt; You can configure restore point frequency and retention on systems running Enterprise editions of Windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Continue the conversation. Find best practices. Bookmark the &lt;A href="http://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;. Looking for support? Visit &lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;Windows on Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2026 22:36:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-device-recovery-in-2026-a-guide-for-it-pros/ba-p/4541207</guid>
      <dc:creator>Lia_Vargas</dc:creator>
      <dc:date>2026-08-13T22:36:00Z</dc:date>
    </item>
    <item>
      <title>Plan for Windows 10 Enterprise LTSC 2021 end of support</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/plan-for-windows-10-enterprise-ltsc-2021-end-of-support/ba-p/4539866</link>
      <description>&lt;P&gt;Windows 10 Enterprise LTSC 2021 is approaching an important milestone. This release reaches end of support (EOS) on &lt;STRONG&gt;January 12, 2027&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Devices running this version will receive a final monthly security update on that date. After that, they will no longer receive Windows security updates, non-security updates, bug fixes, technical support, or online technical content updates.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Staying on a supported version of Windows&lt;/H2&gt;
&lt;P&gt;Upgrade to &lt;A href="https://learn.microsoft.com/windows/whats-new/ltsc/whats-new-windows-11-2024" target="_blank" rel="noopener"&gt;Windows 11 Enterprise LTSC 2024&lt;/A&gt; for the latest security capabilities for these devices.&lt;/P&gt;
&lt;P style="margin-bottom: 24px;"&gt;If you need additional time to complete your migration, you can use the Extended Security Updates (ESU) program. ESU coverage for Windows 10 Enterprise LTSC 2021 will be available for purchase starting September 1, 2026. This way, you can plan and enroll well ahead of the end-of-support date.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note: &lt;/STRONG&gt;This Extended Security Update offer isn't for Windows 10 IoT Enterprise LTSC. These devices remain in support through January 13, 2032.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;What is the Extended Security Update program?&lt;/H2&gt;
&lt;P&gt;The ESU program isn't intended to be a long-term solution but rather a temporary bridge.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;What Extended Security Updates are: &lt;/STRONG&gt;The ESU program offers critical and important security updates only (as defined by the &lt;A href="https://www.microsoft.com/msrc/sdlbugbar" target="_blank" rel="noopener"&gt;Microsoft Security Response Cente&lt;/A&gt;r). Technical support is limited to help you activate the ESU licenses, install ESU monthly updates, and address issues arising from an update.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;What Extended Security Updates are not: &lt;/STRONG&gt;Extended Security Updates don't include new features, quality fixes, or design change requests. The ESU program doesn't extend technical support for Windows 10 Enterprise LTSC 2021.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Extended Security Updates are available for purchase for up to three years after the end-of-support date. For Windows 10 Enterprise LTSC 2021, that means ESU coverage can run through January 8, 2030.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Pricing and availability: &lt;/STRONG&gt;Extended Security Updates for Windows 10 Enterprise LTSC 2021 will be available for purchase starting September 1, 2026. You can get them through Volume Licensing or a Microsoft Cloud Solution Provider. The cost of the Year 1 license is $61 USD per device.&lt;SUP&gt;&lt;A href="#community--1-_note1" target="_self"&gt;[1]&lt;/A&gt;&lt;/SUP&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 24px;"&gt;For organizations using a Microsoft cloud-based update management solution (i.e., Microsoft Intune or Windows Autopatch), there is a ~25% discount, costing $45 USD per device for Year 1. These Extended Security Updates are also available through Volume Licensing.&lt;SUP&gt;&lt;A href="#community--1-_note1" target="_self"&gt;[1]&lt;/A&gt;&lt;BR /&gt;&lt;/SUP&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note: &lt;/STRONG&gt;The price of the ESU program for Windows 10 Enterprise LTSC 2021 doubles every consecutive year, for a maximum of three years. ESUs are cumulative. Therefore, if you decide to enroll devices in the ESU program in Year 2, you'll also need to pay the Year 1 costs.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;More time to complete your migration&lt;/H2&gt;
&lt;P&gt;If some of your devices might remain on Windows 10 Enterprise LTSC 2021 after it reaches end of support, consider the ESU program. However, we recommend that you upgrade to Windows 11 Enterprise LTSC 2024 for the best experience.&lt;/P&gt;
&lt;P&gt;Follow this article and the &lt;A href="https://aka.ms/windows/messagecenter" target="_blank" rel="noopener"&gt;Windows message center&lt;/A&gt; for more details, when available.&lt;/P&gt;
&lt;P&gt;To learn more about Extended Security Updates, see the &lt;A href="https://learn.microsoft.com/lifecycle/faq/extended-security-updates" target="_blank" rel="noopener"&gt;ESU FAQ&lt;/A&gt;. To review lifecycle support dates for any Microsoft product, see our &lt;A href="https://aks.ms/lifecycle" target="_blank" rel="noopener"&gt;Microsoft Lifecycle&lt;/A&gt; documentation.&lt;/P&gt;
&lt;P style="margin-top: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-size: 14px; font-weight: 400; color: #333333;"&gt;&lt;a id="community--1-_note1" class="lia-anchor"&gt;&lt;/a&gt;&lt;SUP&gt;[1]&lt;/SUP&gt; All prices are in US dollars. Regional prices will vary based on foreign exchange rates at the moment of ordering SKUs.&lt;/P&gt;
&lt;P style="margin-top: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-size: 14px; font-weight: 400; color: #333333;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;Continue the conversation. Find best practices. Bookmark the &lt;A href="http://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;. Looking for support? Visit &lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;Windows on Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 17:40:18 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/plan-for-windows-10-enterprise-ltsc-2021-end-of-support/ba-p/4539866</guid>
      <dc:creator>Jason_Leznek</dc:creator>
      <dc:date>2026-08-05T17:40:18Z</dc:date>
    </item>
    <item>
      <title>Windows news you can use: July 2026</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-news-you-can-use-july-2026/ba-p/4543588</link>
      <description>&lt;P style="line-height: 150%;"&gt;July delivered a wide range of Windows updates for IT admins, with new capabilities across security, device management, Windows Server, Windows 365, accessibility, and lifecycle planning. In this edition of &lt;STRONG&gt;Windows news you can use&lt;/STRONG&gt;, find the changes most likely to affect your planning and operations. This includes AI-powered vulnerability management and passkeys in Microsoft Entra ID, Windows settings backup, RDP Multipath, Arc-enabled hotpatch updates, and new Windows 11 experiences.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New in Windows update and device management&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;[WINDOWS 365] [AI] – New details are available to help you explore &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/windows-365-for-agents-a-secured-execution-environment-for-ai-agents/4529336" target="_blank" rel="noopener"&gt;Windows 365 for Agents&lt;/A&gt;. Learn more about building secure, managed Cloud PC environments that extend enterprise identity, security, compliance, and governance controls to agentic workloads.&lt;/LI&gt;
&lt;LI&gt;[BACKUP] – Windows 11, version 26H2 will enable &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/windows-settings-backup-becoming-a-new-resilience-baseline/4530757" target="_blank" rel="noopener"&gt;Windows settings backup by default&lt;/A&gt; on eligible devices. Improve resiliency by automatically backing up user settings and Microsoft Store app lists. Unfamiliar with the Windows settings backup and restore experience? Take a &lt;A href="https://www.youtube.com/watch?v=x5-NDM91Q7E" target="_blank" rel="noopener"&gt;quick video tour&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;[INTUNE] – As of July 1, advanced &lt;A href="https://techcommunity.microsoft.com/blog/microsoftintuneblog/advanced-microsoft-intune-capabilities-now-available-in-microsoft-365-e3-and-e5/4529335" target="_blank" rel="noopener"&gt;Microsoft Intune Suite capabilities are included in Microsoft 365 E5&lt;/A&gt;, with select capabilities available in Microsoft 365 E3.&lt;/LI&gt;
&lt;LI&gt;[INTUNE] – The &lt;A href="https://learn.microsoft.com/intune/device-management/actions/sync?pivots=windows" target="_blank" rel="noopener"&gt;updated per-device sync experience&lt;/A&gt; in the Intune admin center now shows progress. Confirm more easily that actions are running and understand where they are in the process.&lt;/LI&gt;
&lt;LI&gt;[WINDOWS 365] [AZURE VIRTUAL DESKTOP] [NETWORKING] – Windows 365 and Azure Virtual Desktop now support &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/rdp-multipath-with-redundant-tcp-is-now-generally-available-for-windows-365-and-/4534610" target="_blank" rel="noopener"&gt;RDP Multipath with redundant TCP&lt;/A&gt;. Check out a more resilient remote desktop experience with improved connectivity and fewer disconnects.&lt;/LI&gt;
&lt;LI&gt;[SERVICING] – Looking for a quick refresh on monthly update types and release schedules? To help you make informed decisions about your update management strategy, check out &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/understanding-windows-monthly-updates-servicing-explained/4532290" target="_blank" rel="noopener"&gt;Understanding Windows monthly updates: Servicing explained&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;[TOOLS] – The &lt;A href="https://techcommunity.microsoft.com/blog/sysinternals-blog/livekd-v5-65-procdump-v12-01-and-zoomit-v12-11/4535408" target="_blank" rel="noopener"&gt;latest Sysinternals updates&lt;/A&gt; add new tools. These include JPEG and WEBP snip support for ZoomIt and a new timeout option for ProcDump. Additionally, security protections in LiveKD help prevent non-administrators from viewing potentially sensitive debugging data in dump files.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New in Windows security&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;[AI] – As AI accelerates vulnerability discovery, &lt;A href="https://blogs.windows.com/windowsexperience/2026/07/09/evolving-windows-vulnerability-management-to-meet-the-speed-of-ai-powered-discovery/" target="_blank" rel="noopener"&gt;Windows is investing in AI-powered tools&lt;/A&gt;. They can identify security issues earlier, accelerate remediation, help strengthen validation processes, and deliver fast, high-quality security updates.&lt;/LI&gt;
&lt;LI&gt;[SSO] – A new Windows policy gives you greater control over sign-in experiences. You can now &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/now-available-admin-control-for-sso-prompts-in-windows/4534613" target="_blank" rel="noopener"&gt;automatically accept single sign-on (SSO) permissions&lt;/A&gt; on managed devices.&lt;/LI&gt;
&lt;LI&gt;[PASSKEYS] [ENTRA] – Microsoft Entra ID is updating its authentication experience by &lt;A href="https://www.microsoft.com/en-us/security/blog/2026/07/13/microsoft-entra-id-security-updates-passkeys-are-the-default-authentication-method-in-entra-id/" target="_blank" rel="noopener"&gt;making passkeys the default phishing-resistant authentication method&lt;/A&gt;. This lets you reduce reliance on phishable methods such as SMS and voice.&lt;/LI&gt;
&lt;LI&gt;[KMS] [TPM] – &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/strengthening-key-management-service---kms-with-hardware-based-trust/4539465" target="_blank" rel="noopener"&gt;Upcoming KMS enhancements&lt;/A&gt; use TPM-backed hardware attestation to strengthen activation integrity by tying activation to a trusted host rather than only to a software configuration. TPM attestation helps prove that the KMS host is a real, trusted server and has not been tampered with before it is allowed to activate Windows devices.&lt;/LI&gt;
&lt;LI&gt;[AI] – Microsoft introduces &lt;A href="https://blogs.microsoft.com/blog/2026/07/27/rethinking-security-for-the-age-of-ai/" target="_blank" rel="noopener"&gt;Project Perception&lt;/A&gt;, a next-generation security platform that uses AI to continuously perceive, reason about, and respond to threats. With it, defenders can better keep pace with the speed and scale of AI-era attacks. For details on how Microsoft is using AI to proactively identify security risks, strengthen platform defenses, and advance quantum-safe security across products and services, check out the latest &lt;A href="https://www.microsoft.com/en-us/security/blog/2026/07/10/securing-our-future-july-2026-progress-report-on-microsofts-secure-future-initiative/" target="_blank" rel="noopener"&gt;Secure Future Initiative report&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="line-height: 150%;"&gt;To explore what’s new in security across the Microsoft platform, see &lt;A href="https://www.microsoft.com/en-us/security/blog/2026/07/30/whats-new-in-microsoft-security-july-2026/" target="_blank" rel="noopener"&gt;What’s new in Microsoft Security: July 2026&lt;/A&gt;.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New in Windows Server&lt;/H2&gt;
&lt;P style="line-height: 150%;"&gt;For the latest features and improvements for Windows Server, see the &lt;A href="https://support.microsoft.com/topic/windows-server-2025-update-history-10f58da7-e57b-4a9d-9c16-9f1dcd72d7d7" target="_blank" rel="noopener"&gt;Windows Server 2025 release notes&lt;/A&gt; and &lt;A href="https://support.microsoft.com/topic/windows-server-version-23h2-update-history-68c851ff-825a-4dbc-857b-51c5aa0ab248" target="_blank" rel="noopener"&gt;Windows Server, version 23H2 release notes&lt;/A&gt;.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;[HOTPATCH] – &lt;A href="https://techcommunity.microsoft.com/blog/windowsservernewsandbestpractices/patch-the-kernel-skip-the-reboot-the-case-for-arc-enabled-hotpatching-on-windows/4536562" target="_blank" rel="noopener"&gt;Arc-enabled hotpatch updates for Windows Server 2025&lt;/A&gt; are now available at no additional cost. Use them to apply most security updates without restarting servers. This feature helps reduce downtime while maintaining security compliance through Azure Arc and Azure Update Manager.&lt;/LI&gt;
&lt;LI&gt;[TPM] – &lt;A href="https://techcommunity.microsoft.com/blog/windowsservernewsandbestpractices/announcing-trusted-launch-for-virtual-machines-for-windows-server-insiders/4537082" target="_blank" rel="noopener"&gt;Trusted Launch for virtual machines (TVMs)&lt;/A&gt; is now available in the Windows Server Insider Program. Strengthen VM security with Secure Boot and vTPM protections against sophisticated firmware and boot attacks.&lt;/LI&gt;
&lt;LI&gt;[SECURITY] – New guidance is available for &lt;A href="https://learn.microsoft.com/windows-server/remote/remote-desktop-services/remotepc/manage-rdp-file-security-settings-with-group-policy" target="_blank" rel="noopener"&gt;managing RDP file security through Group Policy&lt;/A&gt;. Help your organization reduce phishing risks by controlling which .rdp files users can open.&lt;/LI&gt;
&lt;LI&gt;[HARDENING] – The July 2026 security update introduces a security hardening change that enforces TDI transport registration requirements. As applications that use sockets over unregistered third-party TDI transports might stop working after installing this update, learn &lt;A href="https://support.microsoft.com/servicing/os/windows/docs/2026/07/third-party-tdi-transports-might-stop-working-after-installing-windows-security-updates-released-on-or-after-july-14-2026" target="_blank" rel="noopener"&gt;how to determine if you’re affected&lt;/A&gt; and manage the behavior.&lt;/LI&gt;
&lt;LI&gt;[HARDENING] – Starting with the October 2026 security update, &lt;A href="https://support.microsoft.com/servicing/os/windows/docs/2026/07/kb5121391-cve-2026-56155-ad-fs-dkm-container-acl-hardening" target="_blank" rel="noopener"&gt;AD FS Distributed Key Manager (DKM) container ACL hardening&lt;/A&gt; remediations will run by default on supported versions of Windows Server.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New in productivity and collaboration&lt;/H2&gt;
&lt;P style="line-height: 150%;"&gt;Install the July 2026 security update for &lt;A href="https://support.microsoft.com/servicing/os/windows-11/2026/07/july-14-2026-kb5101650-os-builds-26200-8875-and-26100-8875" target="_blank" rel="noopener"&gt;Windows 11, versions 25H2 and 24H2&lt;/A&gt; to get these and other capabilities, which will be rolling out gradually:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;[START] – A &lt;A href="https://learn.microsoft.com/windows/configuration/start/?pivots=windows-11" target="_blank" rel="noopener"&gt;redesigned Start menu&lt;/A&gt; is available on commercial and managed Windows devices. Customize the experience for your organization using the &lt;A href="https://learn.microsoft.com/windows/client-management/mdm/policy-csp-start" target="_blank" rel="noopener"&gt;Start Policy &lt;/A&gt;CSP and &lt;A href="https://learn.microsoft.com/windows/configuration/start/policy-settings?tabs=start&amp;amp;pivots=windows-11" target="_blank" rel="noopener"&gt;Start policy settings&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;[ACCESSIBILITY] – Accessibility improvements make it easier for people to work their way. Now available are the new full-screen color overlay for greater visual comfort, more precise zoom controls in Magnifier, and expanded voice access and voice typing support in French, German, and Spanish.&lt;/LI&gt;
&lt;LI&gt;[WIDGETS] – A quieter, more focused Widgets experience helps reduce interruptions and improves default settings and notification controls.&lt;/LI&gt;
&lt;LI&gt;[NETWORKING] – Connections used by apps and system features, such as the NetUseAdd function, now work more reliably, including unauthenticated (null session) connections. This makes it easier for devices to access shared network resources.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="line-height: 150%;"&gt;New features and improvements are coming in the August 2026 security update. You can preview them by installing the July 2026 optional non-security update for &lt;A href="https://support.microsoft.com/servicing/os/windows-11/2026/07/july-28-2026-kb5101684-preview" target="_blank" rel="noopener"&gt;Windows 11, versions 25H2 and 24H2&lt;/A&gt;. This update includes the gradual rollout of:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;[FILE EXPLORER] – File sizes in the Details view now display using appropriate units (KB, MB, GB) instead of KB-only. We hope it helps you understand them easier at a glance.&lt;/LI&gt;
&lt;LI&gt;[ACCESSIBILITY] – Voice Access now features Voice Isolation. As such, it recognizes your voice better by reducing interference from other speakers and background noise. Voice Access also now supports Korean.&lt;/LI&gt;
&lt;LI&gt;[SECURITY] – Windows Hello Enhanced Sign-in Security (ESS) support for peripheral fingerprint sensor is now beginning to roll out. Start using fingerprint sensors for desktops and other Windows 11 PCs, including Copilot+ PCs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="line-height: 150%;"&gt;To learn about planned productivity, security, and reliability updates for Windows 11, visit the &lt;A href="https://aka.ms/WindowsRoadmap" target="_blank" rel="noopener"&gt;Windows Roadmap&lt;/A&gt;.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Lifecycle reminders&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;[W11] [24H2] – On October 13, 2026, &lt;A href="https://learn.microsoft.com/lifecycle/products/windows-11-home-and-pro" target="_blank" rel="noopener"&gt;Windows 11, version 24H2 Home and Pro&lt;/A&gt; editions will reach end of updates. After this date, devices running these editions will no longer receive monthly security and non-security preview updates containing protections from the latest security threats. Enterprise and Education editions remain supported until October 12, 2027.&lt;/LI&gt;
&lt;LI&gt;[W10] [LSTB] - On October 13, 2026, &lt;A href="https://learn.microsoft.com/lifecycle/products/windows-10-2016-ltsb" target="_blank" rel="noopener"&gt;Windows 10 Enterprise LTSB 2016&lt;/A&gt; will reach end of updates. We recommend updating to the latest LTSC release, &lt;A href="https://learn.microsoft.com/windows/whats-new/ltsc/whats-new-windows-11-2024" target="_blank" rel="noopener"&gt;Windows 11 Enterprise LTSC 2024&lt;/A&gt;. If you need additional time to complete the transition, &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/plan-for-windows-server-2016-and-windows-10-2016-ltsb-end-of-support/4496136" target="_blank" rel="noopener"&gt;Extended Security Updates (ESU)&lt;/A&gt;will be available.&lt;/LI&gt;
&lt;LI&gt;[SERVER] [2022] – On October 13, 2026, Windows Server 2022 will reach end of mainstream support. After this date, Windows Server 2022 will transition to extended support, which includes security updates at no additional cost. These devices will continue to receive monthly security updates through October 14, 2031. For detailed information, see the &lt;A href="https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2022" target="_blank" rel="noopener"&gt;Windows Server 2022 lifecycle &lt;/A&gt;page.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="line-height: 150%;"&gt;Check out our lifecycle documentation for the latest updates on &lt;A href="https://learn.microsoft.com/windows/whats-new/deprecated-features" target="_blank" rel="noopener"&gt;Deprecated features in the Windows client&lt;/A&gt; and &lt;A href="https://learn.microsoft.com/windows-server/get-started/removed-deprecated-features-windows-server-2025" target="_blank" rel="noopener"&gt;Windows Server 2025&lt;/A&gt;.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Additional resources&lt;/H2&gt;
&lt;P style="line-height: 150%;"&gt;Looking for the latest news and previews for Windows, Copilot, Copilot+ PCs, the Windows and Windows Server Insider Programs? Find out this and more through the following resources:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.microsoft.com/en-us/windows/business/roadmap" target="_blank" rel="noopener"&gt;Windows Roadmap&lt;/A&gt; for new Windows features – filter by platform, version, status, and channel or search by feature name&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/copilot/microsoft-365/release-notes?tabs=all" target="_blank" rel="noopener"&gt;Microsoft 365 Copilot release notes&lt;/A&gt; for latest features and improvements&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://blogs.windows.com/windows-insider/" target="_blank" rel="noopener"&gt;Windows Insider Blog&lt;/A&gt; for what’s available in the Beta and Experimental channels&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/category/windows-server/discussions/windowsserverinsiders" target="_blank" rel="noopener"&gt;Windows Server Insider&lt;/A&gt; for feature preview opportunities&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.microsoft.com/topic/understanding-update-history-for-windows-insider-preview-features-fixes-and-changes-bb9dd4b1-9d2b-4753-8b23-ce90e62f6845" target="_blank" rel="noopener"&gt;Understanding update history for Windows Insider preview features, fixes, and changes&lt;/A&gt; to learn about the types of updates for Windows Insiders&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Join the conversation&lt;/H2&gt;
&lt;P style="line-height: 150%;"&gt;Is this update missing areas or topics you want us to include? Drop us a note in the Comments and share your thoughts on what you’d like to see.&lt;/P&gt;
&lt;P style="line-height: 150%;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;Continue the conversation. Find best practices. Bookmark the &lt;A href="http://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;. Looking for support? Visit &lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;Windows on Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2026 21:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-news-you-can-use-july-2026/ba-p/4543588</guid>
      <dc:creator>Chris_Morrissey</dc:creator>
      <dc:date>2026-08-03T21:00:00Z</dc:date>
    </item>
    <item>
      <title>Strengthening Key Management Service - (KMS) with Hardware-Based Trust</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/strengthening-key-management-service-kms-with-hardware-based/ba-p/4539465</link>
      <description>&lt;P&gt;For years, organizations have relied on Microsoft’s Key Management Service (KMS) to activate Windows devices at scale. While KMS helped enable broad deployment scenarios, modern organizations increasingly require stronger assurances around device identity and activation integrity. Microsoft has continued to enhance activation capabilities with innovations that leverage hardware-backed validation to provide stronger protection against activation misuse and improve trust in device identity.&lt;/P&gt;
&lt;P&gt;As attackers have exploited fake or cloned KMS servers, organizations face increased compliance and licensing risk. Microsoft is now further strengthening defenses with KMS Hardware-Secured, which uses Trusted Platform Module (TPM)-based attestation to help verify that a KMS host is running on trusted hardware before it can activate Windows devices.&lt;/P&gt;
&lt;H4&gt;Build trust into every activation&lt;/H4&gt;
&lt;P&gt;The cornerstone of this modernization is TPM-based attestation. &lt;STRONG&gt;Starting with upcoming Windows Server releases, KMS hosts must prove they are running on verified, uncompromised hardware before activating clients. &lt;/STRONG&gt;This is achieved through TPM – a hardware root of trust that provides cryptographic proof of integrity.&lt;/P&gt;
&lt;P&gt;TPM attestation delivers:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Stronger security: &lt;/STRONG&gt;Help ensure only verified servers can issue activation licenses.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Tamper resistance:&lt;/STRONG&gt; Help protect activation secrets from theft or spoofing by binding them to hardware.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Future-ready compliance:&lt;/STRONG&gt; Help ensure the infrastructure is ready for future activation security requirements.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The result is a more trustworthy activation model that helps reduce spoofing risk today while preparing organizations for future security requirements.&lt;/P&gt;
&lt;P&gt;How TPM attestation works:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Hardware identity: &lt;/STRONG&gt;The KMS host uses TPM-backed attestation to prove its hardware identity. Microsoft verifies this proof before the host can activate devices.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Platform integrity:&lt;/STRONG&gt; The TPM confirms the KMS host has not been subject to tampering.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Activation flow:&lt;/STRONG&gt; Once verified, the KMS host can securely serve activation requests for Windows devices in the organization.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For customers, this means activation can be tied to a trusted host, not just a software configuration that can be copied or spoofed.&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 100%; border-width: 1px;"&gt;&lt;colgroup&gt;&lt;col style="width: 33.3868%" /&gt;&lt;col style="width: 33.3868%" /&gt;&lt;col style="width: 33.2584%" /&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;KMS Hardware-Secured&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Legacy KMS&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Basis of trust&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Hardware root-of-trust via TPM&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Software-only; vulnerable to spoofing&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Deployment requirement&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;TPM&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;No hardware requirement&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Operational outcome&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Greater trust and simpler long-term operations&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Increased risk and operational overhead&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;H4&gt;Getting ready for KMS-Hardware Secured requirements&lt;/H4&gt;
&lt;P&gt;Preparing now helps ensure your KMS environment is ready for the transition to hardware-based trust. The following steps can help you assess readiness and plan any required updates.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Inventory your KMS hosts:&lt;/STRONG&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;For physical KMS host&lt;/STRONG&gt;, confirm the host is certified for Windows Server on &lt;A class="lia-external-url" href="https://www.windowsservercatalog.com/" target="_blank" rel="noopener"&gt;Windows Server Catalog&lt;/A&gt;. Ensure TPM is installed and enabled.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;For virtual KMS host&lt;/STRONG&gt;, guidance for virtualized environments will be provided in future blogs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Validate TPM attestation&lt;/STRONG&gt;: In an elevated Windows PowerShell session, run&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Get-TpmSupportedFeature -FeatureList "Key Attestation”&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;A successful response that displays “Key Attestation” confirms the server supports the TPM attestation capability for KMS Hardware-Secured.&lt;/P&gt;
&lt;img /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Plan:&lt;/STRONG&gt; Inventory your KMS hosts and identify any hardware upgrades needed to support KMS Hardware-Secured.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Communicate:&lt;/STRONG&gt; Share readiness plans with IT teams and monitor upcoming enforcement timelines.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;Coming soon: KMS Hardware-Secured readiness check&lt;/H4&gt;
&lt;P&gt;Starting &lt;STRONG&gt;August 2026&lt;/STRONG&gt;, Windows Server 2025 will provide readiness messaging to help administrators assess whether a KMS host is ready for hardware-based security, giving teams time to plan upgrades before enforcement begins.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Where you’ll see them&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Command line (slmgr /dlv)&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;✅&lt;EM&gt; “This device is eligible to serve as a KMS host with hardware-based security.”&lt;/EM&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;⚠️ &lt;EM&gt;“This device does not meet the requirements for using KMS host with hardware-based security.”&lt;/EM&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Event logs&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Warning entries under Applications and Services Logs &amp;gt; Key Management Service.&lt;/P&gt;
&lt;H4&gt;Plan your transition now&lt;/H4&gt;
&lt;P&gt;With the next Windows Server LTSC release, TPM attestation will become &lt;STRONG&gt;mandatory&lt;/STRONG&gt; for KMS Hardware-Secured activation. Taking action now gives your organization time to prepare and transition on your own schedule.&lt;/P&gt;
&lt;P&gt;As Windows security continues to evolve, trusted activation infrastructure will play an increasingly important role. KMS Hardware Secured helps position your environment for the future while aligning with Microsoft's continued investment in hardware-rooted trust.&lt;/P&gt;
&lt;H4&gt;Securing today. Preparing for what’s next.&lt;/H4&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Security in Windows is built into the platform - continuously maintained and designed to evolve as threats change.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;EM&gt;Learn more in the &lt;A class="lia-external-url" href="https://learn.microsoft.com/windows/security/book/" target="_blank" rel="noopener"&gt;Windows Security book&lt;/A&gt; and &lt;A class="lia-external-url" href="https://aka.ms/ws2025securitybook" target="_blank" rel="noopener"&gt;Windows Server Security book&lt;/A&gt; or explore &lt;A class="lia-external-url" href="https://www.microsoft.com/windows/business" target="_blank" rel="noopener"&gt;Windows 11&lt;/A&gt;, &lt;A class="lia-external-url" href="https://learn.microsoft.com/windows-server/" target="_blank" rel="noopener"&gt;Windows Server&lt;/A&gt;, and &lt;A class="lia-external-url" href="https://www.microsoft.com/windows/business/devices/copilot-plus-pcs" target="_blank" rel="noopener"&gt;Copilot+ PCs&lt;/A&gt;. For broader solutions, visit the&amp;nbsp;&lt;A class="lia-external-url" href="https://www.microsoft.com/security/business" target="_blank" rel="noopener"&gt;Microsoft Security site&lt;/A&gt;, follow the &lt;A class="lia-external-url" href="https://www.microsoft.com/security/blog/" target="_blank" rel="noopener"&gt;Security blog&lt;/A&gt;, or connect with &lt;A class="lia-external-url" href="https://www.linkedin.com/showcase/microsoft-security/" target="_blank" rel="noopener"&gt;Microsoft Security&lt;/A&gt; on LinkedIn and &lt;A class="lia-external-url" href="https://twitter.com/@MSFTSecurity" target="_blank" rel="noopener"&gt;@MSFTSecurity&lt;/A&gt;.   &lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/strengthening-key-management-service-kms-with-hardware-based/ba-p/4539465</guid>
      <dc:creator>Monika_Kumar</dc:creator>
      <dc:date>2026-07-22T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Now available: Admin control for SSO prompts in Windows</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/now-available-admin-control-for-sso-prompts-in-windows/ba-p/4534613</link>
      <description>&lt;P&gt;IT administrators can now &lt;STRONG&gt;automatically accept SSO permissions&lt;/STRONG&gt; on managed Windows devices using a supported registry setting. In this context, SSO, or single sign-on, refers to using the Microsoft credentials from a user’s Windows sign-in to access other Microsoft apps and services without seeing any prompts. This new capability is available beginning with the &lt;STRONG&gt;July 2026 monthly security update (&lt;A href="https://support.microsoft.com/en-us/servicing/os/windows-11/2026/07/july-14-2026-kb5101650-os-builds-26200-8875-and-26100-8875" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;KB5101650&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;) &lt;/STRONG&gt;for Windows 11, version 24H2 and 25H2.&lt;/P&gt;
&lt;img /&gt;
&lt;H4&gt;Background: What changed and why&lt;/H4&gt;
&lt;P&gt;In the European Economic Area (EEA), Microsoft updated the Windows sign-in experience so that users are not automatically signed in to other Microsoft applications and services after signing in to Windows. Instead, Windows asks users whether they want to use the same credentials to sign in to additional apps or services — giving users choice over how their Windows account is used for sign-in.&lt;/P&gt;
&lt;P&gt;For managed enterprise environments, some organizations wanted additional flexibility to manage the SSO prompt experience on devices where their organizations already manage sign-in policies and trust relationships. To support those scenarios, we’ve developed a registry-based control that lets IT administrators automatically accept SSO permissions on eligible managed Windows devices.&lt;/P&gt;
&lt;H4&gt;What’s new: Enterprise admin control for sign-in behavior&lt;/H4&gt;
&lt;P&gt;Starting with the July 2026 monthly security update for Windows 11, version 24H2 and 25H2, IT administrators can deploy the following registry policy to automatically accept SSO permissions on managed devices:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;STRONG&gt;Registry Path: &lt;/STRONG&gt;HKLM\SOFTWARE\Policies\Microsoft\Windows\AAD&lt;BR /&gt;&lt;STRONG&gt;Value:&lt;/STRONG&gt; AutoAcceptSsoPermission (DWORD) = 1&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;img /&gt;
&lt;P&gt;This policy can be deployed via:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Group Policy (GPO)&lt;/LI&gt;
&lt;LI&gt;Microsoft Intune or similar mobile device management (MDM) tool&lt;/LI&gt;
&lt;LI&gt;Microsoft Configuration Manager&lt;/LI&gt;
&lt;LI&gt;Any management tool that supports registry policy deployment&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Important details&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Scope: &lt;/STRONG&gt;Applies only to managed enterprise devices with Microsoft Entra ID accounts&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Personal accounts:&lt;/STRONG&gt; Prompts remain for personal Microsoft accounts (MSA)&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Unmanaged devices:&lt;/STRONG&gt; Not affected —prompts remain for non-policy-controlled environments&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Supported OS:&lt;/STRONG&gt; Windows 11, version 24H2 and 25H2&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;Getting started&lt;/H4&gt;
&lt;P&gt;To get started:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Ensure that your devices are running &lt;STRONG&gt;Windows 11, version 24H2 and 25H2&lt;/STRONG&gt; or later.&lt;/LI&gt;
&lt;LI&gt;Install the July 2026 monthly security update.&lt;/LI&gt;
&lt;LI&gt;Deploy the registry policy via GPO, Intune, or your preferred management tool.&lt;/LI&gt;
&lt;LI&gt;Validate SSO behavior across your managed device fleet.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;For detailed deployment guidance, visit &lt;A class="lia-external-url" href="https://go.microsoft.com/fwlink/?LinkId=2371147" target="_blank" rel="noopener" aria-label="Link Admin control for SSO prompts in Windows"&gt;Admin control for SSO prompts in Windows&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;What’s next&lt;/H4&gt;
&lt;P&gt;We’re continuing to evaluate additional admin controls and transparency features that will give your organization greater confidence in managing authentication experiences across your device fleet. Have feedback? Share your ideas in the Comments.&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="none"&gt;Continue the conversation. Find best practices. Bookmark the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows Tech Community&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;, then follow us on&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.linkedin.com/company/windows-it-pro" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;LinkedIn&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;or&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://twitter.com/mswindowsitpro" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;@MSWindowsITPro&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;for updates. Looking for support? Visit&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows on Microsoft Q&amp;amp;A&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:257}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 20:42:06 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/now-available-admin-control-for-sso-prompts-in-windows/ba-p/4534613</guid>
      <dc:creator>Justin-Ploegert</dc:creator>
      <dc:date>2026-07-21T20:42:06Z</dc:date>
    </item>
    <item>
      <title>Understanding Windows monthly updates: Servicing explained</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/understanding-windows-monthly-updates-servicing-explained/ba-p/4532290</link>
      <description>&lt;P&gt;Windows updates help keep devices secure, reliable, and productive. Whether you're an IT admin or a general user, understanding the different types of Windows updates can help you keep devices protected, productive, and continuously improving.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Most individuals and organizations regularly deploy monthly security updates, released on the second Tuesday of each month. Windows also provides optional non-security preview updates, which give IT teams and early adopters an opportunity to validate upcoming fixes before they're included in the next monthly security update.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;This guide explains the purpose of each update type, when updates are released, and how they fit into the modern Windows servicing model.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Monthly security updates&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;For many of you, the second Tuesday of each month (often referred to as "Patch Tuesday") is a regular part of Windows servicing for client and server endpoints. On this day, we publish monthly security updates for supported versions of Windows. &lt;BR /&gt;&lt;BR /&gt;Monthly security updates are designed to help you maintain security, compliance, and device health. These updates are cumulative. They include security and non-security content introduced in the prior month's security and optional non-security preview updates (see below). In other words, deploying the latest update brings a device up to date with all previously released fixes for that version of Windows. This helps simplify update management and reduce fragmentation across devices.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; People tend to use "B release," quality update, security update, monthly cumulative update, and latest cumulative update (LCU) interchangeably.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P style="margin-top: 16px;"&gt;You can deploy updates through a variety of channels depending on your scenario. General users and some small business environments rely on the built-in Windows Update, allowing Microsoft to manage your updates. Enterprise environments use any combination of Windows Update, Windows Autopatch, Microsoft Intune, Windows Server Update Services (WSUS), Microsoft Configuration Manager, the Microsoft Update Catalog, and/or non-Microsoft tools.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;IT admins can also enroll devices in &lt;A href="https://learn.microsoft.com/windows/deployment/windows-autopatch/manage/windows-autopatch-hotpatch-updates" target="_blank"&gt;hotpatch updates&lt;/A&gt; for a faster time to compliance. Hotpatch updates include security fixes only. They don't include the additional features and enhancements contained in monthly security updates. A quarterly baseline (a monthly security update with restart) is required to bring devices up to date on all the features. After that, the design is that the two subsequent monthly security updates are installed without requiring a restart.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Optional non-security preview updates&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Typically released during the fourth week of the month, optional non-security preview updates provide an opportunity to validate upcoming fixes before they become part of the next monthly security update. Optional non-security preview updates are also cumulative and are only offered for the most recent supported versions&lt;SUP&gt;&lt;A href="#community--1-_note1" target="_self"&gt;[1]&lt;/A&gt;&lt;/SUP&gt; of Windows. These updates are intended primarily for early preview of new features before broader rollout, as well as for testing and validation.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;New features, like &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/point-in-time-restore-for-windows-11-is-now-generally-available/4508101" target="_blank"&gt;point‑in‑time restore for Windows 11&lt;/A&gt;, might initially be released in an optional non-security preview update, then roll out broadly in the following month's security update. Please note that &lt;A href="https://support.microsoft.com/Windows/Deployment/Updates-Lifecycle/delivering-continuous-innovation-in-windows-11" target="_blank"&gt;some features roll out gradually&lt;/A&gt;, so you might not see them on your devices immediately upon installing an update.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;To access optional non-security preview updates on non-IT-managed devices, navigate to &lt;STRONG&gt;Settings&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Windows Update&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Advanced options&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Optional updates&lt;/STRONG&gt;. Select from the available updates and select &lt;STRONG&gt;Download and install&lt;/STRONG&gt;. Additionally, see how to &lt;A href="https://support.microsoft.com/Windows/Deployment/Updates-Lifecycle/get-windows-updates-as-soon-as-they-re-available-for-your-device" target="_blank"&gt;get Windows updates as soon as they're available for your device&lt;/A&gt;. The behavior of IT-managed devices depends &lt;A href="https://learn.microsoft.com/windows/deployment/update/waas-configure-wufb" target="_blank"&gt;on admin controls and policies&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; The term "optional non-security preview update" replaces what was formerly referred to as a "C" or "D" release. You might still see lettered shorthand references in IT management tools or documented&lt;A href="https://learn.microsoft.com/windows/release-health/windows11-release-information" target="_blank"&gt; release information.&lt;/A&gt; Inside Windows Update, you'll find them in the format of &lt;EM&gt;YYYY-MM Preview Update (KB number) (update build number)&lt;/EM&gt;. Learn more about &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/simplified-windows-update-titles/4465287" target="_blank"&gt;Simplified Windows Update titles&lt;/A&gt;.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Out-of-band update&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;In exceptional cases, Microsoft releases an out-of-band (OOB) update outside the normal monthly servicing cadence. These updates are designed to help resolve a known issue or to address an immediate, high-risk security concern. Some of these are optional, while others are recommended as security updates. OOB updates are typically cumulative, meaning they include all previously released fixes for the supported version of Windows in addition to the targeted fix. In enterprise environments, these updates are available for deployment through quality update approval and scheduling in Windows Autopatch, the Microsoft Update Catalog, and other enterprise update management tools.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New features and improvements in Windows 11&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Windows 11 uses multiple delivery mechanisms to bring new features, experiences, and improvements to supported devices throughout the year. New capabilities can reach you through the annual feature update, monthly updates, or Microsoft Store updates, depending on the scenario or applicable IT controls. This enables us to deliver enhancements when they're ready while maintaining quality and reliability.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;In some cases, features become available to devices gradually over time, helping validate quality and compatibility before broader rollout. Aside from using optional non-security preview updates to release new capabilities before enabling them more broadly, Microsoft also uses Controlled Feature Rollout (CFR) technology. Capabilities released via CFR technology are typically disabled by default for organizations. If your organization needs greater control over when certain features become available, you can use &lt;A href="https://learn.microsoft.com/windows/deployment/update/waas-configure-wufb" target="_blank"&gt;commercial management controls&lt;/A&gt;.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Recommendations&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Keeping devices up to date is critical for security. &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/protect-your-estate-reassess-your-windows-update-policies/4515228" target="_blank"&gt;We recommend&lt;/A&gt; that organizations install the latest security updates as soon as they become available.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;We also encourage you to take advantage of optional non-security preview updates to internally validate features and fixes ahead of the following month's security update. For early access to the latest Windows features and to give feedback, join the &lt;A href="https://www.microsoft.com/en-us/windowsinsider/" target="_blank"&gt;Windows Insider Program&lt;/A&gt;.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;To help manage updates across your organization, bookmark these:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://support.microsoft.com/topic/windows-11-version-25h2-update-history-99c7f493-df2a-4832-bd2d-6706baa0dec0" target="_blank"&gt;Update history and release notes: Windows 11, versions 25H2 and 24H2&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/windows/release-health/" target="_blank"&gt;Windows release health&lt;/A&gt; (also available in the Microsoft 365 admin center)&lt;/LI&gt;
&lt;LI&gt;Additional tips and resources in &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/your-windows-release-information-toolbox/4430980" target="_blank"&gt;Your Windows release information toolbox&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;The updated reference onthe &lt;A href="https://learn.microsoft.com/windows/deployment/update/release-cycle" target="_blank"&gt;Update release cycle for Windows clients&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;Whether you're updating your personal device or deploying updates across your organization, understanding the Windows servicing model can help you make informed decisions. Now you can manage updates better, prepare for new features with confidence, and keep devices protected and productive throughout the year.&lt;/P&gt;
&lt;P style="margin-top: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-size: 14px; font-weight: 400; color: #333333;"&gt;&lt;a id="community--1-_note1" class="lia-anchor"&gt;&lt;/a&gt;&lt;SUP&gt;[1]&lt;/SUP&gt; As of July 9, 2026, "most recent supported versions" refers to Windows 11, versions 26H1, 25H2, and 24H2.&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;Continue the conversation. Find best practices. Bookmark the &lt;A href="http://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;. Looking for support? Visit &lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;Windows on Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/understanding-windows-monthly-updates-servicing-explained/ba-p/4532290</guid>
      <dc:creator>Chris_Morrissey</dc:creator>
      <dc:date>2026-07-09T16:00:00Z</dc:date>
    </item>
    <item>
      <title>RDP Multipath with redundant TCP is now generally available for Windows 365 and Azure Virtual Desktop</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/rdp-multipath-with-redundant-tcp-is-now-generally-available-for/ba-p/4534610</link>
      <description>&lt;P&gt;Reliable connectivity is essential for delivering a productive Cloud PC and virtual desktop experience. Network variability—whether caused by packet loss, ISP instability, restrictive firewalls, proxy configurations, VPN routing, or UDP-restricted environments—continues to be one of the most common causes of session interruptions across enterprise remote desktop deployments.&lt;/P&gt;
&lt;P&gt;Today, we're excited to announce the&lt;STRONG&gt; general availability of RDP Multipath with redundant TCP support for Windows 365 and Azure Virtual Desktop&lt;/STRONG&gt;. This enhancement extends the resiliency benefits of RDP Multipath to TCP-based connections, helping organizations maintain a more reliable and consistent connectivity experience across a broader range of network environments.&lt;/P&gt;
&lt;P&gt;RDP Multipath continuously evaluates multiple available connection paths and dynamically selects the most reliable route for each session. If the active connection experiences degradation or becomes unavailable, RDP Multipath can automatically transition to an alternate path, helping reduce session interruptions and improve the overall user experience.&lt;/P&gt;
&lt;H4&gt;How RDP Multipath works&lt;/H4&gt;
&lt;P&gt;RDP Multipath establishes and maintains multiple available connection paths between the client device and the Windows 365 Cloud PC or Azure Virtual Desktop session host.&lt;/P&gt;
&lt;P&gt;When UDP-based RDP Shortpath connectivity is available, UDP remains the preferred transport protocol for optimal performance and reliability. RDP Multipath can establish multiple UDP paths using STUN (Simple Traversal Underneath NAT) and TURN (Traversal Using Relays around NAT) protocols, enabling sessions to dynamically transition between alternate UDP routes if degradation or failure is detected.&lt;/P&gt;
&lt;P&gt;With the addition of redundant TCP support, Windows 365 and Azure Virtual Desktop can now establish standby TCP paths alongside existing UDP connectivity. This means customers connecting through restrictive network environments can benefit from the same resiliency capabilities previously available only across UDP-based connections.&lt;/P&gt;
&lt;P&gt;If the active connection becomes unavailable or experiences degraded performance, RDP Multipath automatically transitions to the next available path—UDP or TCP—without requiring user intervention or reconnection. In situations where all paths are lost, such as a temporary network outage, the session attempts to reconnect once connectivity is restored.&lt;/P&gt;
&lt;P&gt;Many organizations operate in environments where UDP connectivity is restricted or unavailable because of firewall, proxy, or security requirements. In these scenarios, remote desktop sessions often rely on TCP-based Reverse Connect transport.&lt;/P&gt;
&lt;P&gt;Previously, these environments generally relied on a single TCP connection. With redundant TCP support, Windows 365 and Azure Virtual Desktop can now maintain standby TCP paths and dynamically transition between them if the active connection becomes degraded or unavailable. This extends the resiliency benefits of RDP Multipath to customers operating in restrictive network environments.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Key Benefits:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Improved connection reliability: &lt;/STRONG&gt;Multiple connection paths are maintained throughout the session. If the active path becomes unstable or unavailable, RDP Multipath can automatically switch to a backup path, helping reduce session interruptions.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Enhanced resiliency across network environments: &lt;/STRONG&gt;Organizations can benefit from RDP Multipath whether connections are established through UDP-based RDP Shortpath or TCP-based Reverse Connect transport.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Seamless user experience:&lt;/STRONG&gt; Path selection and failover occur automatically and transparently, helping users stay connected and productive without requiring any action.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;No additional configuration required: &lt;/STRONG&gt;RDP Multipath works automatically when prerequisite requirements are met, simplifying deployment and adoption for IT administrators.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;Understanding RDP Multipath connectivity&lt;/H4&gt;
&lt;img /&gt;
&lt;P&gt;The diagram above illustrates &lt;STRONG&gt;one example&lt;/STRONG&gt; of how RDP Multipath can establish and manage multiple connection paths between a client device and a Windows 365 Cloud PC or Azure Virtual Desktop session.&lt;/P&gt;
&lt;P&gt;The exact paths available for a connection depend on factors such as network topology, firewall and proxy configuration, NAT behavior, and whether UDP-based RDP Shortpath connectivity is available.&lt;/P&gt;
&lt;P&gt;In the scenario shown above:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A UDP-based RDP Shortpath connection is used as the primary active path.&lt;/LI&gt;
&lt;LI&gt;Additional UDP transport paths can be established through STUN or TURN when supported by the network configuration.&lt;/LI&gt;
&lt;LI&gt;Redundant TCP transport paths can also be maintained as standby paths to improve resiliency.&lt;/LI&gt;
&lt;LI&gt;RDP Multipath continuously evaluates available transport paths and monitors connection health.&lt;/LI&gt;
&lt;LI&gt;If the active transport path becomes unavailable or experiences degradation, RDP Multipath can transition traffic to another available transport path to help maintain session continuity.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;When UDP connectivity is available, it remains the preferred transport protocol for optimal performance and reliability. Redundant TCP transport paths extend Multipath resiliency to environments where UDP connectivity may be restricted or unavailable due to firewall, proxy, or network policies.&lt;/P&gt;
&lt;H4&gt;How to enable RDP Multipath&lt;/H4&gt;
&lt;P&gt;By default, this feature is enabled for everyone providing seamless integration and enhanced connectivity without requiring any changes from IT departments or end users. &lt;STRONG&gt;Redundant TCP transport paths are currently supported only on Windows devices using Windows App on Windows client, version 2.0.1069.0 or later.&lt;/STRONG&gt;&lt;/P&gt;
&lt;H4&gt;Learn more&lt;/H4&gt;
&lt;P&gt;To learn more about RDP Multipath, visit:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/azure/virtual-desktop/rdp-multipath" target="_blank" rel="noopener"&gt;Use RDP Multipath with Azure Virtual Desktop | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/windows-365/enterprise/rdp-multipath" target="_blank" rel="noopener"&gt;Use RDP Multipath with Windows 365 | Microsoft Learn&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="none"&gt;Continue the conversation. Find best practices. Bookmark the &lt;/SPAN&gt;&lt;A href="https://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows Tech Community&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;, then follow us on &lt;/SPAN&gt;&lt;A href="https://www.linkedin.com/company/windows-it-pro" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;LinkedIn&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt; or &lt;/SPAN&gt;&lt;A href="https://twitter.com/mswindowsitpro" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;@MSWindowsITPro&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt; for updates. Looking for support? Visit &lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows on Microsoft Q&amp;amp;A&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:257}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 16:42:03 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/rdp-multipath-with-redundant-tcp-is-now-generally-available-for/ba-p/4534610</guid>
      <dc:creator>Rinku_Dalwani</dc:creator>
      <dc:date>2026-07-21T16:42:03Z</dc:date>
    </item>
    <item>
      <title>Windows 365 for Agents: A secured execution environment for AI agents</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-365-for-agents-a-secured-execution-environment-for-ai/ba-p/4529336</link>
      <description>&lt;P&gt;AI agents are rapidly evolving from answering questions to performing tasks across enterprise systems. As organizations move from experimentation to production, one question continues to rise to the top for security leaders: &lt;STRONG&gt;how do you run agents securely at scale?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Today, many agents operate in fragmented environments: local machines, shared virtual machines, or unmanaged cloud infrastructure. That can make it hard to consistently enforce identity, apply policies, and maintain the visibility security teams need.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows 365 for Agents changes that.&lt;/STRONG&gt;&lt;/P&gt;
&lt;H4&gt;A Cloud PC for enterprise agents, with security built-in&lt;/H4&gt;
&lt;P&gt;Windows 365 for Agents provides secured, managed Cloud PCs built for AI agents. As your organization governs and protects your human users today, Windows 365 for Agents enables you to apply the same enterprise security and compliance controls to agentic workloads.&lt;/P&gt;
&lt;P&gt;Windows 365 for Agents works with Microsoft Entra, Microsoft Intune, Microsoft Defender, Microsoft Purview, and Microsoft Agent 365&lt;SUP&gt;1&lt;/SUP&gt; to provide identity, device management, security, and data governance capabilities for agentic workloads. Agents are designed to operate within enterprise security and compliance boundaries, running in a managed environment with identity, compliance, and security controls.&lt;/P&gt;
&lt;P&gt;These core security tenets make it possible.&lt;/P&gt;
&lt;img /&gt;
&lt;H4&gt;1. Reduced identity risk with distinct agent identity&lt;/H4&gt;
&lt;P&gt;Agents running in Windows 365 for Agents are provisioned with their &lt;STRONG&gt;own identity&lt;/STRONG&gt; in Microsoft Entra, &lt;STRONG&gt;separate from any human user&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;When an agent is hired, a unique &lt;A class="lia-external-url" href="https://learn.microsoft.com/entra/agent-id/" target="_blank" rel="noopener"&gt;agent identity&lt;/A&gt; is automatically assigned, helping ensure:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Every action is attributable to a specific agent&lt;/LI&gt;
&lt;LI&gt;Permissions can be scoped precisely&lt;/LI&gt;
&lt;LI&gt;Access can be revoked when necessary&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This separation is foundational to &lt;A class="lia-external-url" href="https://learn.microsoft.com/security/zero-trust/zero-trust-overview" target="_blank" rel="noopener"&gt;Zero Trust&lt;/A&gt;. It reduces identity crossover risks and helps ensure agents operate only with the permissions they are explicitly granted. Agents can be governed with full lifecycle management, role-based access control, and auditability built in.&lt;/P&gt;
&lt;P&gt;With &lt;A class="lia-external-url" href="https://learn.microsoft.com/entra/identity/conditional-access/policy-autonomous-agents?tabs=use-the-enhanced-object-picker#require-a-compliant-device-for-agents-user-accounts" target="_blank" rel="noopener"&gt;Entra Conditional Access&lt;/A&gt;, organizations can enforce access policies by allowing access to organizational resources only when the Windows 365 for Agents Cloud PC is compliant with the organization’s security requirements. This helps ensure agents access enterprise resources only from managed and compliant Cloud PCs.&lt;/P&gt;
&lt;P&gt;By combining identity-based access control with &lt;A class="lia-external-url" href="https://learn.microsoft.com/intune/device-security/compliance/overview" target="_blank" rel="noopener"&gt;Intune device compliance&lt;/A&gt;, organizations can extend Microsoft’s &lt;A class="lia-external-url" href="https://learn.microsoft.com/security/zero-trust/deploy/identity" target="_blank" rel="noopener"&gt;Zero Trust policy engine&lt;/A&gt; to agents with the same rigor used for human users.&lt;/P&gt;
&lt;H4&gt;2. Reduced access risk with agent-only access&lt;/H4&gt;
&lt;P&gt;Windows 365 for Agents Cloud PCs are reserved exclusively for agents and run on &lt;STRONG&gt;isolated and enterprise-managed compute environments&lt;/STRONG&gt; built for agent operations. By providing agents with a dedicated and contained execution environment, organizations can mitigate risks such as privilege escalation, accidental human-agent crossover, and lateral movement across shared accounts. IT administrators can further reinforce these boundaries through Intune provisioning policies that assign Cloud PCs only to agent users, helping ensure these environments are used for their intended purpose.&lt;/P&gt;
&lt;H4&gt;3. Consistent security and compliance enforcement&lt;/H4&gt;
&lt;P&gt;Every Windows 365 for Agents Cloud PC is Entra-joined and Intune-enrolled. Such Cloud PCs are managed by Microsoft Intune&lt;SUP&gt;1&lt;/SUP&gt;, applying the same security posture your organization already relies on for employee devices.&lt;/P&gt;
&lt;P&gt;That means:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Security baselines and compliance policies can be applied from the moment of provisioning&lt;/LI&gt;
&lt;LI&gt;Configuration, hardening, and updates are centrally managed&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Agents inherit endpoint security controls, including antivirus, encryption, and device compliance checks. Because these Cloud PCs are managed like any other endpoint, you can extend your existing security investments directly to agentic workloads, simplifying operations while strengthening protection and governance.&lt;/P&gt;
&lt;H4&gt;4. Network protection with Global Secure Access&lt;/H4&gt;
&lt;P&gt;Windows 365 for Agents also extends agent security to how agents access the network. Windows 365 for Agents integrates with &lt;A class="lia-external-url" href="https://learn.microsoft.com/entra/global-secure-access/" target="_blank" rel="noopener"&gt;Microsoft Entra Global Secure Access (GSA)&lt;/A&gt; to provide an identity-driven network security layer for agents. This helps organizations apply the same Zero Trust principles they already use for users and devices to agent traffic.&lt;/P&gt;
&lt;P&gt;With GSA, organizations can route internet traffic through secure, policy-enforced profiles to help protect agents from malicious destinations, risky connections, and unsafe web activity. Security teams can apply controls for web content filtering, URL-based access policies, and inline threat protection.&lt;/P&gt;
&lt;P&gt;By combining network signals with identity and device context, organizations can extend Zero Trust protection beyond authentication and into every network connection an agent makes, while maintaining full visibility into how agents interact with enterprise and external resources.&lt;/P&gt;
&lt;P&gt;Read our &lt;A class="lia-external-url" href="https://learn.microsoft.com/windows-365/agents/network-security-globalsecureaccess" target="_blank" rel="noopener"&gt;network security with Global Secure Access&lt;/A&gt; learn article to learn more.&lt;/P&gt;
&lt;H4&gt;5. Governance and visibility into Agent Activity&lt;/H4&gt;
&lt;P&gt;Security is more than prevention; it is also about governance, visibility, and control. By integrating with &lt;A class="lia-external-url" href="https://www.microsoft.com/security/blog/2026/05/01/microsoft-agent-365-now-generally-available-expands-capabilities-and-integrations/" target="_blank" rel="noopener"&gt;Microsoft Agent 365&lt;/A&gt;&lt;SUP&gt;1&lt;/SUP&gt;, organizations gain visibility into agent activity and can apply governance and policy controls across agent execution environments. Windows 365 for Agents is exposed as a model context protocol (MCP) server in &lt;A class="lia-external-url" href="https://learn.microsoft.com/microsoft-copilot-studio/mcp-windows-365-agents-work-iq" target="_blank" rel="noopener"&gt;Agent 365&lt;/A&gt;, and the telemetry flows into the tools your security teams already use such as &lt;A class="lia-external-url" href="https://learn.microsoft.com/microsoft-agent-365/leadership/defender-agent-365" target="_blank" rel="noopener"&gt;Microsoft Defender&lt;/A&gt; and &lt;A class="lia-external-url" href="https://learn.microsoft.com/purview/ai-agent-365" target="_blank" rel="noopener"&gt;Microsoft Purview&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Resilience against threats with &lt;A class="lia-external-url" href="https://learn.microsoft.com/defender-xdr/security-for-ai/ai-agent-inventory" target="_blank" rel="noopener"&gt;Microsoft Defender&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Agent activity integrates into Microsoft Defender's AI agent inventory and protection, letting security administrators discover Agent 365 enabled agents in your estate. For agents, Defender offers:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Advanced hunting across all agent activity&lt;/LI&gt;
&lt;LI&gt;Traceability of agent identity, tools, and actions&lt;/LI&gt;
&lt;LI&gt;Threat detection and investigation workflows&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Protection of sensitive data with &lt;A class="lia-external-url" href="https://learn.microsoft.com/purview/ai-agents" target="_blank" rel="noopener"&gt;Microsoft Purview&lt;/A&gt;&lt;SUP&gt;1&lt;/SUP&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;On the data side, Microsoft Purview extends your existing security and compliance controls to agentic workloads.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Data Security Posture Management (DSPM) for AI continuously assesses how agents interact with your data and helps you evaluate alignment with your policies.&lt;/LI&gt;
&lt;LI&gt;Activity Explorer delivers granular visibility into agent data usage, including what was accessed, classified, or shared, so sensitive information stays within your policy boundaries.&lt;/LI&gt;
&lt;LI&gt;Existing sensitivity labels, Data Loss Prevention (DLP), and retention policies apply to agent actions similar to human users.&lt;/LI&gt;
&lt;LI&gt;Insider Risk Management (IRM) detects risky agent behaviors, identifies elevated risk levels, and prioritizes investigations before sensitive data is exposed or misused.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Together, Agent 365, Defender, and Purview provide organizations with governance, visibility, and security capabilities for agent activity on Windows 365 for Agents Cloud PCs.&lt;/P&gt;
&lt;P&gt;This Windows 365 for Agents demo shows how agents execute in a secure, managed environment.&lt;/P&gt;
&lt;DIV class="lia-embeded-content" contenteditable="false"&gt;&lt;IFRAME src="https://www.youtube.com/embed/WakkSy4efpE?si=CGN644UPkN4LDzL0" width="560" height="315" title="YouTube video player" allowfullscreen="allowfullscreen" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" frameborder="0" sandbox="allow-scripts allow-same-origin allow-forms"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;H4&gt;Are you ready for enterprise-ready agentic computing?&lt;/H4&gt;
&lt;P&gt;Windows 365 for Agents brings identity, device management, and observability together into a unified, secure platform built for AI agents. In summary, this includes:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Distinct identity&lt;/STRONG&gt; to establish the Zero Trust foundation&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Agent-only environments&lt;/STRONG&gt; to reduce risk of misuse by design&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Intune management&lt;/STRONG&gt; that enforces a consistent security posture&lt;/LI&gt;
&lt;LI&gt;Identity-aware, real-time &lt;STRONG&gt;network protection &lt;/STRONG&gt;with Global Secure Access&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Governance and visibility&lt;/STRONG&gt; with Agent 365&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;As your organization scales AI adoption, this model provides governance, compliance, and security capabilities designed to help manage agent workloads throughout their lifecycle.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Ready to put agents to work securely?&lt;/STRONG&gt; Learn more about Windows 365 for Agents security on our &lt;A class="lia-external-url" href="https://learn.microsoft.com/windows-365/agents/security-overview" target="_blank" rel="noopener"&gt;support page&lt;/A&gt; and start running enterprise-ready agentic workloads today.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 0.85em; color: #666;"&gt;Footnote: 1. Access to and use of Microsoft Entra, Microsoft Intune, Microsoft Defender, Microsoft Purview, and Microsoft Agent 365 capabilities are subject to applicable licensing requirements and may require separate purchases.&lt;/P&gt;
&lt;P&gt;Continue the conversation. Find best practices. Bookmark the &lt;A href="https://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows Tech Community&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, then follow us&amp;nbsp;on &amp;nbsp;&lt;A href="https://www.linkedin.com/company/windows-it-pro" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;LinkedIn&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;or&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://twitter.com/mswindowsitpro" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;@MSWindowsITPro&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; for updates. Looking for support? Visit &lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows on Microsoft Q&amp;amp;A&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-365-for-agents-a-secured-execution-environment-for-ai/ba-p/4529336</guid>
      <dc:creator>Aarthi_Sukumar</dc:creator>
      <dc:date>2026-07-08T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Windows settings backup becoming a new resilience baseline</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-settings-backup-becoming-a-new-resilience-baseline/ba-p/4530757</link>
      <description>&lt;P style="margin-bottom: 20px;"&gt;Resilience is about to get easier for the Windows devices you manage! Eligible devices will now have the backup function on by default with &lt;STRONG&gt;Windows settings backup and restore&lt;/STRONG&gt; (previously called Windows Backup for Organizations). Today, it's available to Windows Insiders and will be generally available starting with Windows 11, version 26H2. A recoverable list of settings and Microsoft Store apps is becoming a baseline part of the Windows experience rather than an opt-in configuration step.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note: &lt;/STRONG&gt;Restore behavior is unchanged and isn't enabled by default. You still need explicit admin configuration to restore Windows devices&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;A baseline designed with IT admins in mind&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Staying resilient today is no longer a nice-to-have for businesses. Resetting, replacing, and reimaging a PC is fundamental to onboarding and user experience. It's also a baseline for staying resilient.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Imagine a lost laptop, a hardware refresh, or an unexpected reset. These are some of the moments when your users need backup most. And that's rarely when anyone wants to discover that backup was never turned on.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Making backup the baseline shifts it from a best-effort configuration step to a standard capability across your eligible fleet.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Recovery without configuration: &lt;/STRONG&gt;Eligible devices with the backup policy in a &lt;STRONG&gt;Not Configured&lt;/STRONG&gt; state under Windows settings backup and restore&lt;SUP&gt;&lt;A href="#community--1-_note1" target="_self"&gt;[1]&lt;/A&gt;&lt;/SUP&gt; will back up automatically. Users' settings and Microsoft Store app list are captured out of the box. Note: Restore behavior still requires configuration to be enabled.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Explicit policy always wins: &lt;/STRONG&gt;If you have already enabled or disabled the policy, your setting is honored. The default applies only when policy state is &lt;STRONG&gt;Not Configured&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Restore stays admin-managed: &lt;/STRONG&gt;The default-on change applies to backup only. The restore function continues to require explicit admin configuration and is off by default.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;User choice preserved:&lt;/STRONG&gt;End user settings are protected automatically, and they keep full flexibility — they can run a backup at any time from the Windows Backup app and choose which settings are included from the Windows Settings page, all in line with the admin's policy.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 24px;"&gt;We've experienced these benefits first-hand at Microsoft, when we made backups automatic for employees across the organization.&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table class="lia-background-color-22 lia-border-color-custom-0078d4 lia-border-style-dotted" border="1" style="border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr class="lia-border-color-custom-0078d4 lia-border-style-dotted" style="height: 40px;"&gt;&lt;td&gt;
&lt;P style="margin: 16px;"&gt;&lt;EM&gt;"Windows Backup for Organizations&lt;SUP&gt;&lt;A href="#community--1-_note1" target="_self"&gt;[1]&lt;/A&gt;&lt;/SUP&gt; is changing how device refresh works. Pressure tested inside Microsoft on a global scale, it enables Microsoft Store apps and user settings to move seamlessly with our people and free IT teams from the heavy lifting of device reimaging. The result is a simpler, more resilient experience."&amp;nbsp; - &lt;/EM&gt;&lt;EM&gt;Brian Fielder, Vice President, Microsoft Digital&lt;/EM&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 100.00%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P style="margin-top: 16px;"&gt;The operational benefit is simple: When a device needs to be reset, replaced, or reimaged, you can move forward immediately. No need to rush checking whether backup was ever configured for the users. Their familiar setup is already captured and ready to come back with them.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;The scope of the default-on Windows backup&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;The default-on behavior applies to devices that meet all these conditions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;S&gt; &lt;/S&gt;Running Windows 11, version 26H2&lt;SUP&gt;&lt;A href="#community--1-_note1" target="_self"&gt;[2]&lt;/A&gt;&lt;/SUP&gt; or later&lt;/LI&gt;
&lt;LI&gt;In countries or regions not regulated by the EU Digital Markets Act (DMA)Not in sovereign or restricted cloud environments&lt;/LI&gt;
&lt;LI&gt;With the backup policy in a &lt;STRONG&gt;Not Configured&lt;/STRONG&gt; state under Windows settings backup and restore*&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;Devices outside this scope keep their existing behavior:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Devices in privacy sensitive countries or regions remain off by default.&lt;/LI&gt;
&lt;LI&gt;Devices in sovereign or restricted cloud environments remain off by default.&lt;/LI&gt;
&lt;LI&gt;Devices with the backup policy explicitly enabled or disabled continue to honor that explicit setting.&lt;/LI&gt;
&lt;LI&gt;Devices running previous &lt;A href="https://learn.microsoft.com/windows/configuration/windows-backup/?tabs=intune" target="_blank" rel="noopener"&gt;supported&lt;/A&gt; Windows 11 versions (except for version 26H1) remain off by default.&lt;/LI&gt;
&lt;LI&gt;Devices originally running Windows 11, version 26H1 will receive the same default-on treatment starting with the following feature update.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Getting started&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;If your environment is already in scope and in the state you want, you're ready. No action required. Otherwise, here's how to pick the behavior that fits your organization:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Keep backup on (recommended): No action required. Eligible devices with the backup policy in a &lt;STRONG&gt;Not Configured&lt;/STRONG&gt; state under Windows settings backup and restore* will enable backup automatically at general availability of Windows 11, version 26H2.&lt;/LI&gt;
&lt;LI&gt;Opt out: Explicitly disable the backup policy through Microsoft Intune, Group Policy, or your MDM solution. Explicit disablement always takes precedence over the default.&lt;/LI&gt;
&lt;LI&gt;Make intent explicit: Set the backup policy to enabled today. This is functionally equivalent to the new default but provides an unambiguous, audit-friendly admin signal, and the ability for user-targeted enablement only.&lt;/LI&gt;
&lt;LI&gt;Control restore behavior separately: Configure the restore policy on its own. The default-on change applies to backup only.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;You can validate the experience early. The default-on behavior is available with Windows 11, version 26H2 in Windows Insider Program Experimental channel starting July 2026. It takes broad effect for eligible devices at Windows 11, version 26H2 general availability later this year. Devices originally running Windows 11, version 26H1 will receive the same default-on treatment starting with the following feature update.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Watch this video for a quick tour of the experience:&lt;/P&gt;
&lt;div data-video-id="https://www.youtube.com/watch?v=x5-NDM91Q7E/1783371663985" data-video-remote-vid="https://www.youtube.com/watch?v=x5-NDM91Q7E/1783371663985" class="lia-video-container lia-media-is-center lia-media-size-large"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2Fx5-NDM91Q7E%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dx5-NDM91Q7E&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2Fx5-NDM91Q7E%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Ready for broader Windows resiliency&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Thank you for your feedback that shaped this change. Making backup the baseline is one step in a broader Windows resiliency effort. We'll keep sharing what's coming next, so you can plan with confidence.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Catch up and learn more:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/windows/configuration/windows-backup/" target="_blank" rel="noopener"&gt;Windows settings backup and restore&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/windows/configuration/windows-backup/" target="_blank" rel="noopener"&gt;Configure backup and restore policies in Microsoft Intune&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://blogs.windows.com/windows-insider/2026/07/06/announcing-new-builds-for-july-6-2026/" target="_blank" rel="noopener"&gt;Windows Insider Blog&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-insider/release-notes/experimental/preview-build-26300-8772" target="_blank" rel="noopener"&gt;Windows Insider release notes&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/windows-first-sign-in-restore-experience-now-available/4495551" target="_blank" rel="noopener"&gt;Windows first sign-in restore experience now available&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/windows-backup-for-organizations-is-now-available/4441655" target="_blank" rel="noopener"&gt;Windows Backup for Organizations is now available&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;P style="margin-top: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-size: 14px; font-weight: 400; color: #333333;"&gt;&lt;a id="community--1-_note1" class="lia-anchor"&gt;&lt;/a&gt;&lt;SUP&gt;[1]&lt;/SUP&gt;&lt;STRONG&gt;Windows Backup for Organizations&lt;/STRONG&gt; is now &lt;STRONG&gt;Windows settings backup and restore&lt;/STRONG&gt;. You'll start seeing the new name alongside the original name while we update documentation and policy surfaces.&lt;/P&gt;
&lt;P style="font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-size: 14px; font-weight: 400; color: #333333;"&gt;&lt;a id="community--1-_note2" class="lia-anchor"&gt;&lt;/a&gt;&lt;SUP&gt;[2]&lt;/SUP&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/get-ready-for-windows-11-version-26h2/4529367" target="_blank" rel="noopener"&gt;Windows 11, version 26H2&lt;/A&gt; is the annual feature update for Windows 11, versions 25H2 and 24H2. It will be released in the second half of the 2026 calendar year.&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;Continue the conversation. Find best practices. Bookmark the &lt;A href="http://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;. Looking for support? Visit &lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;Windows on Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2026 21:45:48 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-settings-backup-becoming-a-new-resilience-baseline/ba-p/4530757</guid>
      <dc:creator>Miranda_Leschke</dc:creator>
      <dc:date>2026-07-06T21:45:48Z</dc:date>
    </item>
    <item>
      <title>Windows news you can use: June 2026</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-news-you-can-use-june-2026/ba-p/4532288</link>
      <description>&lt;P&gt;Earlier this month, we announced that &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/get-ready-for-windows-11-version-26h2/4529367" target="_blank"&gt;Windows 11, version 26H2&lt;/A&gt;—the next annual feature update for Windows 11—is now available for early testing and validation via the Windows Insider Program. As this release will share the same servicing branch as versions 25H2 and 24H2, devices can be updated using an enablement package, quickly and with minimal disruption to users. Microsoft also announced major &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/made-for-developers-and-agents-windows-365-at-build-2026/4519041" target="_blank"&gt;Windows 365 updates at Build 2026&lt;/A&gt;, introducing ready-to-code Cloud PCs, expanded developer-focused capabilities, and new support for secure enterprise AI agents.&lt;/P&gt;
&lt;P&gt;Now let's dive into more developments in the world of Windows for IT admins from the month of June.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New in Windows update and device management&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;[RECOVERY] – Now generally available, &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/point-in-time-restore-for-windows-11-is-now-generally-available/4508101" target="_blank"&gt;point‑in‑time restore for Windows 11&lt;/A&gt; can help users recover in minutes instead of hours by safely rolling a device back to a previous state. This built-in recovery capability is available for Windows Enterprise, Pro, and Home editions of Windows 11.&lt;/LI&gt;
&lt;LI&gt;[W365] – An &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/teams-remote-app-cloud-app-optimization-for-windows-365-and-azure-virtual-deskto/4515930" target="_blank"&gt;optimized Teams experience for Remote App scenarios&lt;/A&gt; is now available, offering improved audio and video performance, reliability, and security.&lt;/LI&gt;
&lt;LI&gt;[PRINTING] – What was formerly the Modern Print Platform is now &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/introducing-windows-ready-print-and-modernized-driver-selection/4527563" target="_blank"&gt;Windows Ready Print&lt;/A&gt;. It's now Windows preferred means of communicating to printers, including the Internet Printing Protocol (IPP), eSCL scanning, and Universal Print. Starting in July 2026, new printer installations will default to Windows Ready Print where supported, enabling a simpler and more reliable setup experience.&lt;/LI&gt;
&lt;LI&gt;[APPS] – &lt;A href="https://aka.ms/AutoUpdateForEnterpriseApps" target="_blank"&gt;Auto-updates in Microsoft Intune Enterprise Application Management&lt;/A&gt; are now available. Keep managed applications on the latest incremental release, such as 4.1 to 4.2, without manual packaging or admin intervention.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New in Windows security&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;[SECURE BOOT] [TIPS] – If your organization hasn't yet finished updating Secure Boot certificates for client devices, servers, or virtual machines, find out which &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/best-practices-for-deploying-secure-boot-certificate-updates/4529884" target="_blank"&gt;best practices&lt;/A&gt; can help. If you run into devices that are blocked from receiving updated Secure Boot certificates, explore &lt;A href="https://support.microsoft.com/en-us/topic/if-you-re-prevented-from-updating-secure-boot-certificates-e01cc486-8721-457f-9bc7-5cb801c1759e" target="_blank"&gt;actions you can consider&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;[SECURE BOOT] [LINUX] – New guidance is now available to help you manage &lt;A href="https://support.microsoft.com/topic/secure-boot-certificate-updates-for-linux-on-azure-virtual-machines-df51ba85-4e1e-4eda-b1d8-f0881970e997" target="_blank"&gt;Secure Boot certificate updates for Linux&lt;/A&gt; on Azure virtual machines. This includes Trusted Launch and Confidential VMs with Secure Boot enabled.&lt;/LI&gt;
&lt;LI&gt;[SECURE BOOT] [EVENTS] – In response to your feedback, two specialized Q&amp;amp;A events for Secure Boot will take place in July. Join &lt;A href="https://techcommunity.microsoft.com/event/windowsevents/secure-boot-office-hours-for-virtualized-environments/4530355" target="_blank"&gt;Secure Boot Office Hours for virtualized environments&lt;/A&gt; (July 8). During &lt;A href="https://techcommunity.microsoft.com/event/windowsevents/oem-secure-boot-office-hours/4530352" target="_blank"&gt;OEM Secure Boot Office Hours&lt;/A&gt; (July 15), get answers from the OEM ecosystem, Broadcom, and Windows cloud experience experts. (Note: There is no on-camera or meeting component to these events. All Q&amp;amp;A will take place in the comments on the Tech Community.)&lt;/LI&gt;
&lt;LI&gt;[IDENTITY] – &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/reducing-ntlm-dependency-iakerb-and-localkdc-in-windows-insider-preview/4524615" target="_blank"&gt;IAKerb and LocalKDC&lt;/A&gt; are new capabilities that expand Kerberos authentication across enterprise and local account scenarios. That's how Microsoft is advancing efforts to reduce NTLM dependency and strengthen security. Available today in the Windows Insider Program, a public preview is coming for both client and server.&lt;/LI&gt;
&lt;LI&gt;[W365] [DATA PROTECTION] – &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/adaptive-data-protection-with-context-based-redirections-in-windows-365-now-in-p/4521366" target="_blank"&gt;Context-based redirections for Windows 365&lt;/A&gt; can now be explored in public preview. Apply more granular controls to device and resource redirection based on contextual signals. Available signals are device management state, compliance posture, user or group membership, and network conditions.&lt;/LI&gt;
&lt;LI&gt;[HARDENING] – The final deployment phase for &lt;A href="https://support.microsoft.com/topic/1ebcda33-720a-4da8-93c1-b0496e1910dc" target="_blank"&gt;Kerberos RC4 hardening&lt;/A&gt; begins with the July 2026 Windows security update. This phase completes the transition from legacy encryption types such as RC4. It removes Audit mode and leaves Enforcement mode as the only supported behavior for Kerberos RC4 usage on Windows domain controllers.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To explore what's new in security across the Microsoft platform, see &lt;A href="https://www.microsoft.com/en-us/security/blog/2026/06/30/whats-new-in-microsoft-security-june-2026/" target="_blank"&gt;What's new in Microsoft Security: June 2026&lt;/A&gt;.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New in AI&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;[AGENTS] [SECURITY] – At Build 2026, Windows introduced &lt;A href="https://blogs.windows.com/windowsdeveloper/2026/06/02/windows-platform-security-for-ai-agents/" target="_blank"&gt;new security foundations for AI agents&lt;/A&gt;. They're designed to provide governance, containment, and enterprise-grade controls for autonomous agent workloads.&lt;/LI&gt;
&lt;LI&gt;[AGENTS] [W365] – Windows 365 for Agents is generally available within Agent 365. With this update, Cloud PCs that enable AI agents can execute multi-step workflows across software. Use it to open apps, navigate interfaces, enter inputs, and process data.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New in Windows Server&lt;/H2&gt;
&lt;P&gt;For the latest features and improvements for Windows Server, see the &lt;A href="https://support.microsoft.com/topic/windows-server-2025-update-history-10f58da7-e57b-4a9d-9c16-9f1dcd72d7d7" target="_blank"&gt;Windows Server 2025 release notes&lt;/A&gt; and &lt;A href="https://support.microsoft.com/topic/windows-server-version-23h2-update-history-68c851ff-825a-4dbc-857b-51c5aa0ab248" target="_blank"&gt;Windows Server, version 23H2 release notes&lt;/A&gt;.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;[NETWORKING] – &lt;A href="https://techcommunity.microsoft.com/blog/networkingblog/doh-is-now-generally-available-on-windows-dns-server/4526839" target="_blank"&gt;DoH support for Windows DNS Server&lt;/A&gt; is generally available on Windows Server 2025. You can now deploy encrypted and authenticated client-to-resolver DNS traffic directly within your existing on-premises DNS infrastructure.&lt;/LI&gt;
&lt;LI&gt;[HOTPATCH] – &lt;A href="https://learn.microsoft.com/windows/release-health/status-windows-server-2022#:~:text=Current%20status" target="_blank"&gt;Hotpatch update support for Windows Server 2022&lt;/A&gt; Datacenter: Azure Edition has been extended through October 2027.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;New in productivity and collaboration&lt;/H2&gt;
&lt;P&gt;Install the June 2026 security update for &lt;A href="https://support.microsoft.com/topic/june-9-2026-kb5094126-os-builds-26200-8655-and-26100-8655-1a9bcba6-5f53-4075-8156-fe11ac631737" target="_blank"&gt;Windows 11, versions 25H2 and 24H2&lt;/A&gt; to get these and other capabilities, which will be rolling out gradually:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;[AUDIO] – &lt;A href="https://techcommunity.microsoft.com/blog/WindowsOSPlatform/share-the-moment-listen-together-with-shared-audio/4522401" target="_blank"&gt;Shared Audio&lt;/A&gt; can keep people productive on the move. Two people can now to listen to the same audio from a single Windows 11 PC at the same time.&lt;/LI&gt;
&lt;LI&gt;[SECURITY] – When Windows Hello face or fingerprint is set up and available, it's now the default sign-in method every time you sign in. Even if you used a different method previously.&lt;/LI&gt;
&lt;LI&gt;[FILES] – Windows Search will now find and prioritize files with as few as two characters.&lt;/LI&gt;
&lt;LI&gt;[BATTERY] – This update improves resiliency against apps that could keep the sensor hub powered on and drain power. Enjoy a better battery life.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;New features and improvements are coming in the July 2026 security update. You can preview them by installing the June 2026 optional non-security update for &lt;A href="https://support.microsoft.com/topic/june-23-2026-kb5095093-os-builds-26200-8737-and-26100-8737-preview-0e2a20f2-cf9e-46f8-9f08-e6996220882d" target="_blank"&gt;Windows 11, versions 25H2 and 24H2&lt;/A&gt;. This update includes the gradual rollout of:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;[WIDGETS] – A quieter, more focused Widgets experience helps reduce interruptions and improves default settings and notification controls. For example, Widgets no longer open on hover, and notifications and taskbar badges are minimized by default.&lt;/LI&gt;
&lt;LI&gt;[ACCESSIBILITY] – You can now apply a full-screen color overlay to help reduce eye strain and improve readability. You can also enter a zoom percentage directly and change it in increments in the Magnifier window for more precise, flexible control. And, you can now use voice access and voice typing in French, German, and Spanish.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To learn about planned productivity, security, and reliability updates for Windows 11, visit the &lt;A href="https://aka.ms/WindowsRoadmap" target="_blank"&gt;Windows Roadmap&lt;/A&gt;.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Lifecycle reminders&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;[SERVER] – &lt;A href="https://support.microsoft.com/topic/directaccess-deprecation-on-future-windows-server-releases-a-new-era-of-always-on-connectivity-c84f69b4-794e-48e2-9701-c36cb1e258d9" target="_blank"&gt;DirectAccess has been deprecated&lt;/A&gt; and will be removed in a future version of Windows Server. It has been replaced by a more modern, flexible solution: Always On VPN. For migration guidance, see &lt;A href="https://learn.microsoft.com/windows-server/remote/remote-access/da-always-on-vpn-migration/da-always-on-migration-overview" target="_blank"&gt;Remote Access Always On VPN migration&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;[WINDOWS 10] [ESU] – The Windows 10 Extended Security Updates (ESU) program for personal use devices is being provided for an additional year. Coverage is now available through Oct. 12, 2027.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Check out our lifecycle documentation for the latest updates on &lt;A href="https://learn.microsoft.com/windows/whats-new/deprecated-features" target="_blank"&gt;Deprecated features in the Windows client&lt;/A&gt; and &lt;A href="https://learn.microsoft.com/windows-server/get-started/removed-deprecated-features-windows-server-2025" target="_blank"&gt;Features removed or no longer developed starting with Windows Server 2025&lt;/A&gt;.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Additional resources&lt;/H2&gt;
&lt;P&gt;Looking for the latest news and previews for Windows, Copilot, Copilot+ PCs, the Windows and Windows Server Insider Programs, and more? Check out these resources:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.microsoft.com/en-us/windows/business/roadmap" target="_blank"&gt;Windows Roadmap&lt;/A&gt;for new Windows features – filter by platform, version, status, and channel or search by feature name&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/copilot/microsoft-365/release-notes?tabs=all" target="_blank"&gt;Microsoft 365 Copilot release notes&lt;/A&gt;for latest features and improvements&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://blogs.windows.com/windows-insider/" target="_blank"&gt;Windows Insider Blog&lt;/A&gt;for what's available in the Beta and Experimental channels&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/category/windows-server/discussions/windowsserverinsiders" target="_blank"&gt;Windows Server Insider&lt;/A&gt;for feature preview opportunities&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.microsoft.com/topic/understanding-update-history-for-windows-insider-preview-features-fixes-and-changes-bb9dd4b1-9d2b-4753-8b23-ce90e62f6845" target="_blank"&gt;Understanding update history for Windows Insider preview features, fixes, and changes&lt;/A&gt;to learn about the types of updates for Windows Insiders&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Join the conversation&lt;/H2&gt;
&lt;P&gt;We are always looking to improve this monthly summary. Drop us a note in the Comments and let us know what we can do to make this more useful for you!&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;Continue the conversation. Find best practices. Bookmark the &lt;A href="http://aka.ms/community/Windows" target="_blank"&gt;Windows Tech Community&lt;/A&gt;. Looking for support? Visit &lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank"&gt;Windows on Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2026 22:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-news-you-can-use-june-2026/ba-p/4532288</guid>
      <dc:creator>Chris_Morrissey</dc:creator>
      <dc:date>2026-07-01T22:00:00Z</dc:date>
    </item>
    <item>
      <title>Best practices for deploying Secure Boot certificate updates</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/best-practices-for-deploying-secure-boot-certificate-updates/ba-p/4529884</link>
      <description>&lt;P style="margin-top: 16px;"&gt;Deploying Secure Boot certificate updates across the Windows ecosystem has required coordination across operating systems, device manufacturers, and firmware vendors. The steady and coordinated rollout is strengthening the platform root of trust worldwide.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Many individuals and organizations have already successfully updated certificates for client devices, servers, and virtual machines, with others close behind. Proven deployment and validation tools, automatic certificate installation via Windows updates, and firmware support from our OEM partners are helping us all move forward with confidence. However close you are, finishing Secure Boot certificate deployment remains important. If you're still on the path to finishing your Secure Boot certificate deployment, stay the course.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;What we've seen work in practice&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Every individual device and organization's environment is different.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;In the commercial realm, across customer conversations, Ask Microsoft Anything (AMAs) events, and hands-on deployments, a few consistent patterns have emerged:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Early testing builds confidence. Many organizations start with pilots, validate results, and expand rollouts as confidence grows for both Windows and IT teams.&lt;/LI&gt;
&lt;LI&gt;Layered deployment approaches work best. Teams have successfully deployed OEM firmware updates with Windows security updates, using a mix of automation and staged rollout.&lt;/LI&gt;
&lt;LI&gt;Multiple tools can lead to success. From Microsoft Intune to Group Policy, Azure automation, and PowerShell, there isn't a single "right" tool, only the right fit for your environment.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;From talking with many of you, we learned that the diversity of tools and deployment approaches is a key reason the transition has succeeded at scale. Organizations are using a flexible resource set that meets their needs where they are.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;For home users and organizations that allow Microsoft to manage Windows updates, the experience has been equally straightforward. A few takeaways stand out:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Keeping devices up to date delivers the best experience. Individuals running supported versions of Windows and receiving regular Windows updates have generally received the newer certificates automatically. Don't pause Windows updates; keep them coming!&lt;/LI&gt;
&lt;LI&gt;Built-in protections simplify the update. Secure Boot is enabled by default on most modern PCs, helping these devices receive the newer certificates without manual configuration. Simply keep Secure Boot enabled or &lt;A href="https://support.microsoft.com/windows/windows-11-and-secure-boot-a8ff1202-c0d9-42f5-940f-843abef64fad" target="_blank" rel="noopener"&gt;re-enable it&lt;/A&gt; if needed.&lt;/LI&gt;
&lt;LI&gt;Built-in tools help you be ready. The Windows Security app can help you track progress. It can show whether the new certificates have reached your device and whether Secure Boot remains enabled. If anything is preventing devices from receiving and applying the certificates, you can follow &lt;A href="https://support.microsoft.com/topic/secure-boot-certificate-update-status-in-the-windows-security-app-5ce39986-7dd2-4852-8c21-ef30dd04f046" target="_blank" rel="noopener"&gt;embedded instructions to make progress&lt;/A&gt;. Note: In enterprise environments, the Windows Security app is disabled by default.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;Overall, for most supported Windows Home and Pro PCs and business devices managed by Microsoft, staying protected has been as simple as keeping Windows up to date and Secure Boot enabled.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; While most Secure Boot-enabled PCs receive the newer certificates through the monthly Windows update process, a small number might require a firmware update from the device manufacturer. The Windows Security app can help identify whether your device is waiting for a firmware update. In some cases, the firmware updates needed to support these changes might not be available for older device models, depending on the manufacturer's support lifecycle. Reach out to your device manufacturer if you encounter this case.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Our experience at Microsoft&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Microsoft's internal deployment followed many of the same principles described throughout this post. We began with limited deployments, used validation and deployment signals to build confidence, and expanded over time. This phased approach helped us identify issues early, validate readiness, and scale deployment in a measured way.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Along the way, we encountered many of the same edge cases and scenarios that many of you are navigating. Those experiences shaped the tools and guidance we've continued to share externally, including:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;New Secure Boot status messages in the Windows Security app that help users understand certificate readiness and identify issues that might require attention.&lt;/LI&gt;
&lt;LI&gt;Secure Boot certificate update playbooks for both Windows Client and Windows Server, along with tailored guidance for Windows 365 and Azure Virtual Desktop.&lt;/LI&gt;
&lt;LI&gt;Multiple &lt;A href="https://aka.ms/AMA/SecureBoot" target="_blank" rel="noopener"&gt;Ask Microsoft Anything sessions&lt;/A&gt;, now available on demand.&lt;/LI&gt;
&lt;LI&gt;Expanded tools for IT-managed environments, including event logs, PowerShell scripts, Microsoft Intune remediations, Microsoft Defender insights, and Windows Autopatch reporting.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;Microsoft has been learning alongside you and turning those lessons into resources that you can use.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Keep going; you're on the right path&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;If you're an IT administrator still deploying Secure Boot certificate updates, you're not alone. Organizations and individuals are progressing at different speeds, based on their environments and requirements. This flexibility is intentional.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;What we've seen consistently is that success comes from staying the course:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Keep your devices up to date with the latest Windows updates.&lt;/LI&gt;
&lt;LI&gt;Check that the latest firmware version is installed. You can visit your OEM's support page or use their official support channels.&lt;/LI&gt;
&lt;LI&gt;Continue with your phased rollout. Gradual deployment of certificates, boot managers, and updated OEM firmware, along with validation, remains the most reliable approach.&lt;/LI&gt;
&lt;LI&gt;Use the tools available to you. Whether built into Windows, such as the Windows Security app, or designed for IT-managed environments, these tools help you monitor progress and make informed decisions.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P style="margin-top: 16px;"&gt;Focus on progress over perfection. Each step forward strengthens your environment's platform root of trust.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Devices with older certificates will continue to function and receive updates, giving you time to complete deployment. Completing this transition helps ensure that your devices stay current with evolving Secure Boot protections.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Resources to support your next steps&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;We're nearly finished with rolling out automatic certificate updates to individual PCs and business devices. If you are still in the process of rolling out updates in your organization, these resources can help:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://support.microsoft.com/topic/windows-secure-boot-certificate-expiration-and-ca-updates-7ff40d33-95dc-4c3c-8725-a9b95457578e" target="_blank" rel="noopener"&gt;Windows Secure Boot certificate expiration and CA updates&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/secure-boot-playbook-for-certificates-expiring-in-2026/4469235" target="_blank" rel="noopener"&gt;Secure Boot playbook for certificates expiring in 2026&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://aka.ms/SecureBootForServer" target="_blank" rel="noopener"&gt;Secure Boot playbook for Windows Server&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.microsoft.com/topic/secure-boot-certificate-updates-for-windows-365-71839dd8-2832-44ed-9c60-57c04f99a645" target="_blank" rel="noopener"&gt;Secure Boot Certificate Updates for Windows 365&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.microsoft.com/topic/secure-boot-certificate-updates-for-azure-virtual-desktop-06a8a1bc-2510-4ead-9bea-3698e1d6b1db" target="_blank" rel="noopener"&gt;Secure Boot Certificate Updates for Azure Virtual Desktop&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.microsoft.com/topic/secure-boot-update-from-2011-to-2023-certificates-trusted-launch-vms-tvm-and-confidential-vms-cvm-845ec199-03fa-4629-bdc3-822ae0bbe6ca" target="_blank" rel="noopener"&gt;Secure Boot update: Trusted Launch VMs (TVM) and Confidential VMs (CVM)&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;BR /&gt;In the coming weeks, there are also still opportunities to ask questions. Save the date for these upcoming events:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;July 1 – &lt;A href="https://aka.ms/AMA/SecureBootForServer" target="_blank" rel="noopener"&gt;Windows Server Secure Boot AMA&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;July 8 – &lt;A href="https://aka.ms/OfficeHours/SecureBootVirtualized" target="_blank" rel="noopener"&gt;Secure Boot Office Hours for virtualized environments&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;July 15 – &lt;A href="https://aka.ms/OfficeHours/SecureBootOEM" target="_blank" rel="noopener"&gt;OEM Secure Boot Office Hours&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;Device owners using Windows Personal and Family accounts can use &lt;A href="https://support.microsoft.com/en-us/home/contact?SourceApp=smc2&amp;amp;ContactUsExperienceEntryPointAssetId=Bing" target="_blank" rel="noopener"&gt;online support channels&lt;/A&gt; and &lt;A href="https://support.microsoft.com/en-us/topic/customer-service-phone-numbers-c0389ade-5640-e588-8b0e-28de8afeb3f2" target="_blank" rel="noopener"&gt;phone numbers&lt;/A&gt; for additional help.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;This has been a long and meaningful journey. Together, we have strengthened the platform root of trust that modern security depends on. Wherever you are in your certificates update process, you are contributing to that shared progress.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 21:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/best-practices-for-deploying-secure-boot-certificate-updates/ba-p/4529884</guid>
      <dc:creator>Nuno_Costa</dc:creator>
      <dc:date>2026-06-23T21:00:00Z</dc:date>
    </item>
    <item>
      <title>Point-in-time restore for Windows 11 is now generally available</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/point-in-time-restore-for-windows-11-is-now-generally-available/ba-p/4508101</link>
      <description>&lt;P&gt;When a Windows PC experiences an unexpected issue, every minute of downtime matters. Devices are constantly evolving through updates, apps, policies, drivers, and user activity, which can make recovery complex. For IT teams, getting users back to work often means time-consuming troubleshooting, or full rebuilds that take hours.&lt;/P&gt;
&lt;P&gt;Today, we’re excited to announce the general availability of &lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/windows/configuration/quick-machine-recovery/point-in-time-restore" target="_blank" rel="noopener"&gt;point‑in‑time restore for Windows 11&lt;/A&gt; new built-in recovery capability designed to recover in minutes instead of hours, with confidence, by safely rolling a device back to a previous state. Available in Windows Enterprise, Pro and Home SKUs, point-in-time restore provides admins and employees a quick, built‑in ability to go back in time to a moment before the issue occurred.&lt;/P&gt;
&lt;P&gt;This release marks an important step forward in Windows recovery and resilience and reflects what we’ve heard consistently from Windows users and IT admins: &lt;EM&gt;recovery should be reliable, simple, and easy to use when it matters most.&lt;/EM&gt;&lt;/P&gt;
&lt;img&gt;Point-in-time restore shown in the Troubleshoot menu for Windows Recovery Environment (Windows RE)&lt;/img&gt;
&lt;P&gt;&lt;STRONG&gt;What is point‑in‑time restore for Windows 11 PCs?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Point‑in‑time restore automatically captures comprehensive restore points on a predictable cadence and stores them locally on the device.&lt;/P&gt;
&lt;P&gt;With point‑in‑time restore, a device can be restored to the exact system state captured earlier, including:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Windows OS&lt;/LI&gt;
&lt;LI&gt;Installed applications&lt;/LI&gt;
&lt;LI&gt;System and app configurations&lt;/LI&gt;
&lt;LI&gt;Settings&lt;/LI&gt;
&lt;LI&gt;Local user files&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Key characteristics:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Automatic and predictable:&lt;/STRONG&gt; Restore points are captured on a recurring schedule (default: every 24 hours), so recent recovery points are already available if an issue occurs.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Fast, full‑system recovery:&lt;/STRONG&gt; Restore the entire system to a previous state in minutes*, minimizing user and business impact.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Designed for real‑world disruptions:&lt;/STRONG&gt; Useful for both one‑off device issues and wider incidents affecting many machines, such as a problematic updates, driver regressions, app corruption, configuration errors or other user or admin-initiated changes that result in system instability.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Built into Windows 11:&lt;/STRONG&gt; Configuration is available within system settings, and restore operations are initiated from Windows RE, providing a trusted recovery path even when the Windows PC won’t boot.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;*Note: Restore time is dependent on several factors, such as changes that have occurred on the system since restore point capture and system performance.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Point‑in‑time restore is part of &lt;A class="lia-external-url" href="https://aka.ms/WindowsResiliency" target="_blank" rel="noopener"&gt;Windows resiliency&lt;/A&gt;, focused on helping organizations prevent, manage, and recover from PC incidents more effectively. Check out the &lt;A class="lia-external-url" href="https://aka.ms/PITRDemoGA" target="_blank" rel="noopener"&gt;click-through demo&lt;/A&gt; to see the configuration and restore experience. &lt;/P&gt;
&lt;H5&gt;How is this different from System Restore?&lt;/H5&gt;
&lt;P&gt;You may be wondering how point‑in‑time restore compares to &lt;A class="lia-external-url" href="https://support.microsoft.com/en-us/windows/system-restore-a5ae3ed9-07c4-fd56-45ee-096777ecd14e" target="_blank" rel="noopener"&gt;System Restore&lt;/A&gt;. While both features leverage &lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/windows-server/storage/file-server/volume-shadow-copy-service" target="_blank" rel="noopener"&gt;Volume Shadow Copy Service (VSS)&lt;/A&gt; under the hood, point‑in‑time restore is more comprehensive and is built for modern Windows PCs management and recovery.&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 100%; height: 416.207px; border-width: 1px;"&gt;&lt;colgroup&gt;&lt;col style="width: 17.7207%" /&gt;&lt;col style="width: 41.1043%" /&gt;&lt;col style="width: 41.2071%" /&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style="height: 42.7344px;"&gt;&lt;td style="height: 42.7344px;"&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-center" style="height: 42.7344px;"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Point-in-time restore&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:2,&amp;quot;335551620&amp;quot;:2,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-center" style="height: 42.7344px;"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;System Restore&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:2,&amp;quot;335551620&amp;quot;:2,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 73.8086px;"&gt;&lt;td style="height: 73.8086px;"&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;Restore points&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 73.8086px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Automatic, configurable cadence; user files are included in restore point&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 73.8086px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Event-triggered or manual only; u&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;ser files are excluded from restore point&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 77.2852px;"&gt;&lt;td style="height: 77.2852px;"&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;Reliability&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 77.2852px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Strict retention and cleanup policies&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 77.2852px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;No retention limits&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 72.7305px;"&gt;&lt;td style="height: 72.7305px;"&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;User experience&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 72.7305px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Integrated in system settings&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 72.7305px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Limited to control panel&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 76.2891px;"&gt;&lt;td style="height: 76.2891px;"&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;Storage impact&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 76.2891px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Minimizes storage impact by integrating with reserved storage*&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 76.2891px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Higher impact to storage space&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 73.3594px;"&gt;&lt;td style="height: 73.3594px;"&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;Management&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 73.3594px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Will support robust remote management capabilities&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 73.3594px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Limited remote management capabilities&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;EM&gt;*Note: Reserved storage is a Windows feature that sets aside a portion of disk space for successful update installation. It helps ensure that updates, temporary files, and system processes can run reliably, without requiring users to free up space.&lt;/EM&gt;&lt;/P&gt;
&lt;H5&gt;How does this feature in Windows 11 compare to point-in-time restore for Windows 365?&lt;/H5&gt;
&lt;P&gt;Some of you are already familiar with &lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/windows-365/enterprise/restore-overview" target="_blank" rel="noopener"&gt;point‑in‑time restore for Windows 365 Enterprise&lt;/A&gt;, which protects Cloud PCs. While these features share the same goals of fast recovery and minimal downtime, they are optimized for different environments.&lt;/P&gt;
&lt;P&gt;Each solution is purpose‑built for its environment, and organizations may use both depending on device types.&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 100%; height: 422.574px; border-width: 1px;"&gt;&lt;colgroup&gt;&lt;col style="width: 23.8844%" /&gt;&lt;col style="width: 39.5559%" /&gt;&lt;col style="width: 36.5918%" /&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style="height: 39.2383px;"&gt;&lt;td class="lia-align-center" style="height: 39.2383px;"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-center" style="height: 39.2383px;"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Windows Client&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:2,&amp;quot;335551620&amp;quot;:2,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-center" style="height: 39.2383px;"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Windows 365&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:2,&amp;quot;335551620&amp;quot;:2,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 61.2305px;"&gt;&lt;td style="height: 61.2305px;"&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;Feature enablement&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 61.2305px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Can be enabled or disabled&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 61.2305px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Always on&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 65.1953px;"&gt;&lt;td style="height: 65.1953px;"&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;Restore point retention&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 65.1953px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Up to 72 hours&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 65.1953px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Up to 1 month&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 58.2227px;"&gt;&lt;td style="height: 58.2227px;"&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;Restore point types&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 58.2227px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Short-term only&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 58.2227px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Short-term, long term, and manual&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 67.2266px;"&gt;&lt;td style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;Restore point sharing&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;No sharing, restore points remain local&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Support sharing across Windows 365 and Azure Cloud&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 73.2227px;"&gt;&lt;td style="height: 73.2227px;"&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;Restore speed&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 73.2227px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Likely faster due to local storage of restore point&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 73.2227px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Speed is affected by network latency and bulk vs. single restores&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 58.2383px;"&gt;&lt;td style="height: 58.2383px;"&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;Storage constraints&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 58.2383px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Bound by physical disk limits&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 58.2383px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Scalable, cloud storage&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:276}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;H5&gt;What’s included in general availability (GA)?&lt;/H5&gt;
&lt;P&gt;Since its initial public preview, point-in-time restore has been enabled on over 2M devices and the feature has continued to mature based on feedback and real‑world testing. GA signals that point‑in‑time restore is ready for production use and to become part of your Windows recovery toolkit.&lt;/P&gt;
&lt;P&gt;Highlights in the GA release include:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Availability for all users on consumer and commercial editions of Windows 11&lt;/LI&gt;
&lt;LI&gt;CSPs for remote configuration&lt;/LI&gt;
&lt;LI&gt;Integration with system reserved storage to minimize local storage impact&lt;/LI&gt;
&lt;LI&gt;Visibility into restore points on the system and their disk usage&lt;/LI&gt;
&lt;LI&gt;Consistency in settings across feature updates and integration with OneSettings&lt;/LI&gt;
&lt;LI&gt;Updated &lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/windows/configuration/quick-machine-recovery/point-in-time-restore" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt; and guidance&lt;/LI&gt;
&lt;/UL&gt;
&lt;H5&gt;Configuring point-in-time restore&lt;/H5&gt;
&lt;P&gt;Configuration defaults for general availability are outlined below:&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 100%; height: 317.149px; border-width: 1px;"&gt;&lt;colgroup&gt;&lt;col style="width: 25.0401%" /&gt;&lt;col style="width: 25.0401%" /&gt;&lt;col style="width: 25.0401%" /&gt;&lt;col style="width: 25.0401%" /&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style="height: 67.2266px;"&gt;&lt;td class="lia-align-center" style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Configuration&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-center" style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Default&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-center" style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Options&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td class="lia-align-center" style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Editions eligible to configure&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 56.2305px;"&gt;&lt;td style="height: 56.2305px;"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Feature On/Off&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 56.2305px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;See below&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 56.2305px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;On, Off&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 56.2305px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Home, Pro, Enterprise&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 67.2266px;"&gt;&lt;td style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Restore point frequency&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Every 24 hours&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;4, 6, 12, 16, 24 hours&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Enterprise only&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 59.2383px;"&gt;&lt;td style="height: 59.2383px;"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Restore point retention&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 59.2383px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;72 hours&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 59.2383px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;4, 6, 12, 16, 24, 72 hours&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:257}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 59.2383px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Enterprise only&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 67.2266px;"&gt;&lt;td style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Maximum usage limit&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;2% of disk&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Percent of disk (min 2 GB, max 50 GB equivalent)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 67.2266px;"&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Home, Pro, Enterprise&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P&gt;Point-in-time restore is on by default on some systems not under enterprise management:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Windows Home edition devices&lt;/LI&gt;
&lt;LI&gt;Windows Pro edition devices that are not domain joined and not enrolled in enterprise endpoint management&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Point-in-time restore is off by default, until Windows 11, version 26H2 on some enterprise-managed systems:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Windows Enterprise and Education edition devices&lt;/LI&gt;
&lt;LI&gt;Windows Pro edition devices that are domain joined or managed by an organization&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;*Note: Only devices with an OS volume size of 200GB or greater, will have the feature on by default. The feature will be off by default on devices with OS volume size below 200GB, but admins can turn the feature on if desired.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Point-in-time restore can be configured in system settings: &lt;STRONG&gt;System &amp;gt; Recovery &amp;gt; Point-in-time restore.&lt;/STRONG&gt;&amp;nbsp;Only local admins can view or edit point-in-time restore settings on their system.&lt;/P&gt;
&lt;img&gt;&lt;SPAN data-contrast="auto"&gt;Point-in-time restore settings page in System &amp;gt; Recovery&lt;/SPAN&gt;&lt;/img&gt;
&lt;H5&gt;Important considerations before you restore&lt;/H5&gt;
&lt;P&gt;Point‑in‑time restore is a powerful recovery tool, and it’s important to understand its behavior and impact:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Data loss:&lt;/STRONG&gt; Any changes made after the selected restore point including files, apps, and settings will be lost. Cloud data is not affected but may require resync. Microsoft recommends storing data in the cloud.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Local storage: &lt;/STRONG&gt;Restore points are stored locally and require sufficient disk space. Older restore points are automatically removed when limits are reached.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;BitLocker protection:&lt;/STRONG&gt; A BitLocker recovery key is required when restoring encrypted devices.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For detailed requirements, limitations, and best practices, we strongly recommend reviewing the &lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/windows/configuration/quick-machine-recovery/point-in-time-restore" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt;.&lt;/P&gt;
&lt;H5&gt;Restoring a device&lt;/H5&gt;
&lt;P&gt;Currently, a restore can only be triggered&lt;STRONG&gt; locally&lt;/STRONG&gt; by the user when the device is in Windows RE. The steps to perform a point-in-time restore are below:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;In Windows RE select&lt;STRONG&gt; Troubleshoot &amp;gt; Point-in-time restore&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Enter &lt;A class="lia-external-url" href="https://support.microsoft.com/en-us/windows/find-your-bitlocker-recovery-key-6b71ad27-0b89-ea08-f143-056f5ab347d6" target="_blank" rel="noopener"&gt;Bitlocker recovery key&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Select a restore point to restore PC to the exact state it was at the time of the restore point&lt;/LI&gt;
&lt;LI&gt;Acknowledge the risks and limitations associated with this feature by selecting &lt;STRONG&gt;Continue&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Review the restore point selection, OS version and warning of data loss and select &lt;STRONG&gt;Restore&lt;/STRONG&gt; to start the restore process&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;EM&gt;*Note: Microsoft has announced plans to enable remote initiation in the future, through Intune recovery, giving organizations a more scalable way to restore devices when that capability becomes available.&lt;/EM&gt;&lt;/P&gt;
&lt;H5&gt;Start using point‑in‑time restore today and provide feedback&lt;/H5&gt;
&lt;P&gt;Point‑in‑time restore is now generally available on Windows 11 Client PCs on versions 24H2 and later.&lt;/P&gt;
&lt;P&gt;Learn more and get started: &lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/windows/configuration/quick-machine-recovery/point-in-time-restore" target="_blank" rel="noopener"&gt;point-in-time restore for Windows 11 Microsoft Learn&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;We strongly encourage you to share feedback through &lt;STRONG&gt;Feedback Hub&lt;/STRONG&gt;, within &lt;STRONG&gt;Recovery and Uninstall &amp;gt; Point-in-time restore&lt;/STRONG&gt; as we continue investing in Windows recovery and resiliency.&lt;/P&gt;
&lt;H5&gt;Looking ahead&lt;/H5&gt;
&lt;P&gt;Point‑in‑time restore is an important foundation for the future of Windows recovery. As part of &lt;A class="lia-external-url" href="https://www.microsoft.com/en-us/windows/business/windows-resiliency-initiative" target="_blank" rel="noopener"&gt;Windows resiliency&lt;/A&gt;, we’ll continue to enhance point-in-time restore and expand recovery options, improving manageability, and reducing the time it takes to get users back to productivity across a broad range of issues. For the latest updates on Windows, please refer to the &lt;A class="lia-external-url" href="https://aka.ms/windowsitproblog" target="_blank" rel="noopener"&gt;Windows IT Pro Blog&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;Continue the conversation. Find best practices. Bookmark the &lt;/SPAN&gt;&lt;A href="https://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows Tech Community&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, then follow us&amp;nbsp;on &amp;nbsp;&lt;A href="https://www.linkedin.com/company/windows-it-pro" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;LinkedIn&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;or&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://twitter.com/mswindowsitpro" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;@MSWindowsITPro&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; for updates. Looking for support? Visit &lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows on Microsoft Q&amp;amp;A&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/point-in-time-restore-for-windows-11-is-now-generally-available/ba-p/4508101</guid>
      <dc:creator>Lia_Vargas</dc:creator>
      <dc:date>2026-06-23T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Get ready for Windows 11, version 26H2</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/get-ready-for-windows-11-version-26h2/ba-p/4529367</link>
      <description>&lt;P&gt;The next annual update for Windows 11 is coming soon and is already available to Windows Insiders! Windows 11, version 26H2 continues our focus on delivering a predictable, low-disruption update experience for organizations and IT professionals.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;For devices already running recent versions of Windows 11, this release should be easy to adopt. It builds on the same platform and servicing approach introduced in prior releases, while continuing to improve how updates are delivered, tested, and deployed.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;In this post, we'll walk through how to prepare for Windows 11, version 26H2.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;A familiar update experience, refined&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Windows 11, version 26H2 uses the same shared servicing model as recent releases available annually in the second half of the calendar year. Supported devices get this feature update as a small enablement package instead of a full OS replacement.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;If your organization is already on Windows 11, version 24H2 or 25H2, the update to 26H2 is similar to a regular monthly update in most environments:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A small, quick installation&lt;/LI&gt;
&lt;LI&gt;Minimized disruption to users&lt;/LI&gt;
&lt;LI&gt;No need for full reimaging or complex deployment motions&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: Devices running Windows 11, version 26H1 won't be able to update to version 26H2. Instead, they'll have a path to update to a future Windows release. This is because Windows 11, version 26H1 is based on a different Windows core than Windows 11, versions 24H2, 25H2, and 26H2. Here's &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/what-to-know-about-windows-11-version-26h1/4491941" target="_blank" rel="noopener"&gt;What to know about Windows 11, version 26H1&lt;/A&gt;.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P style="margin-top: 16px;"&gt;This is possible because multiple versions of Windows 11 share a common servicing branch, including:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The same source code base&lt;/LI&gt;
&lt;LI&gt;The same security and quality updates&lt;/LI&gt;
&lt;LI&gt;The same compatibility validation&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;The difference between versions is simply which features are enabled.&lt;/P&gt;
&lt;img&gt;&lt;STRONG&gt;Shared servicing branch progression&lt;/STRONG&gt;&lt;/img&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Why this matters for IT organizations&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;The shared servicing model isn't just a technical detail. It directly impacts how you manage updates across your environment. Compared to full OS upgrades of the past, Windows 11, version 26H2 comes with reduced deployment complexity, improved compatibility confidence, and faster time to value.&lt;/P&gt;
&lt;H3 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 20px; color: #333333;"&gt;Reduced deployment complexity&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;Because features are delivered continuously and enabled later, there's no large "upgrade event." This makes planning easier and reduces operational overhead.&lt;/P&gt;
&lt;H3 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 20px; color: #333333;"&gt;Improved compatibility confidence&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;Devices moving between versions on the same servicing branch typically benefit from:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Existing application compatibility validation&lt;/LI&gt;
&lt;LI&gt;Lower risk of regressions&lt;/LI&gt;
&lt;LI&gt;Fewer surprises during rollout&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 20px; color: #333333;"&gt;Faster time to value&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;With smaller updates and faster installations, organizations can move more quickly to the most current release. New features reach you without lengthy deployment cycles.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Support lifecycle considerations&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;As with previous annual feature updates, moving to Windows 11, version 26H2 resets the Windows support lifecycle for your devices.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;This provides:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;24 months of support for Home, Pro, Pro EDU, and Pro for Workstations editions&lt;/LI&gt;
&lt;LI&gt;36 months of support for Enterprise, Education, IoT Enterprise, and Enterprise Multi-session editions&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;What does it mean for your servicing strategy? The annual update becomes a key milestone for maintaining a supported and secure environment.&lt;/P&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;How to prepare for Windows 11, version 26H2&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Already managing Windows 11 in your organization? Preparing for 26H2 should align with your existing update processes.&lt;/P&gt;
&lt;H3 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 20px; color: #333333;"&gt;1. Validate today&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;Begin testing with devices running recent versions of Windows 11 to confirm compatibility with your apps, policies, and infrastructure.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;If you'd like to get a peek of what's coming and begin previewing version 26H2 on devices now, the update is available through the &lt;A href="https://aka.ms/WIPBlog6-19-2026" target="_blank" rel="noopener"&gt;Windows Insider Program in the Experimental channel&lt;/A&gt;. Otherwise, your organization might prefer to wait for the update to become available in Release Preview before doing more extensive testing. At that stage, the experience is closer to final shipping quality. We'll have more information to share when version 26H2 is in Release Preview.&lt;/P&gt;
&lt;H3 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 20px; color: #333333;"&gt;2. Use your existing deployment tools&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;Windows 11, version 26H2 will be available through familiar channels, including:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Windows Autopatch&lt;/LI&gt;
&lt;LI&gt;Microsoft Intune&lt;/LI&gt;
&lt;LI&gt;Windows Server Update Services (WSUS)&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 20px; color: #333333;"&gt;3. Plan your rollout rings&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;Use your standard deployment rings to:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Pilot the update with a small group of devices.&lt;/LI&gt;
&lt;LI&gt;Expand gradually based on validation results.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 20px; color: #333333;"&gt;4. Stay current&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;Windows features are delivered continuously. Stay up to date with monthly updates to help ensure a smoother transition when the feature update becomes available.&lt;/P&gt;
&lt;img&gt;&lt;STRONG&gt;Feature delivery over time with enablement moment&lt;/STRONG&gt;&lt;/img&gt;
&lt;H2 style="margin-top: 36px; margin-bottom: 20px; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 600; font-size: 24px; color: #333333;"&gt;Looking ahead and staying informed&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Windows 11, version 26H2 continues the move toward a more predictable and efficient servicing model. This model helps reduce disruption while helping your organization stay secure and up to date. By building on a shared platform and delivering innovation continuously, Windows enables you to focus less on large upgrade projects and more on delivering value to your users.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;We'll continue to share updates and guidance as Windows 11, version 26H2 becomes available. In the meantime, test it in the Windows Insider Program's Experimental channel and use the updated &lt;A href="https://learn.microsoft.com/training/paths/stay-current-with-windows/" target="_blank" rel="noopener"&gt;plan-prepare-deploy learning path&lt;/A&gt; to get ready.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Be sure to &lt;A href="https://techcommunity.microsoft.com/category/windows/blog/windows-itpro-blog?action=follow" target="_blank" rel="noopener"&gt;follow the Windows IT Pro Blog&lt;/A&gt; and join us on the &lt;A href="https://techcommunity.microsoft.com/t5/windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt; for the latest information and best practices.&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;Continue the conversation. Find best practices. Bookmark the &lt;A href="http://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;, then follow us &lt;A href="https://x.com/mswindowsitpro" target="_self"&gt;@MSWindowsITPro&lt;/A&gt; on X and on &lt;A href="https://www.linkedin.com/company/windows-it-pro" target="_blank" rel="noopener"&gt;LinkedIn&lt;/A&gt;. Looking for support? Visit &lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;Windows on Microsoft Q&amp;amp;A&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2026 16:41:04 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/get-ready-for-windows-11-version-26h2/ba-p/4529367</guid>
      <dc:creator>Jason_Leznek</dc:creator>
      <dc:date>2026-08-03T16:41:04Z</dc:date>
    </item>
    <item>
      <title>Introducing Windows Ready Print and Modernized Driver Selection</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/introducing-windows-ready-print-and-modernized-driver-selection/ba-p/4527563</link>
      <description>&lt;P&gt;Introducing Windows Ready Print: a simpler, more reliable path to modern printing with modern driver selection controls.&lt;/P&gt;
&lt;H2&gt;Windows Ready Print: A clearer path to modern printing on Windows&lt;/H2&gt;
&lt;P&gt;Printing on Windows is evolving.&lt;/P&gt;
&lt;P&gt;As printing environments modernize, customers and partners are asking for solutions that are reliable, secure, and easy to manage across today’s devices. To reflect this shift and make the value of our platform clearer, we are evolving the &lt;STRONG&gt;Modern Print Platform&lt;/STRONG&gt; under a new name: &lt;A class="lia-external-url" href="https://go.microsoft.com/fwlink/?LinkId=2362106" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Windows Ready Print&lt;/STRONG&gt;&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows Ready Print&lt;/STRONG&gt; highlights what matters most: a streamlined, dependable printing experience built for modern Windows environments. It represents our commitment to simplifying printing, aligning modern standards, and delivering consistent, forward-looking experiences for users, IT admins, and partners.&lt;/P&gt;
&lt;H2&gt;Driving the transition to Windows Ready Print with driver selection controls&lt;/H2&gt;
&lt;P&gt;At the core of Windows Ready Print is a &lt;A class="lia-external-url" href="https://go.microsoft.com/fwlink/?LinkId=2364024" target="_blank" rel="noopener"&gt;transition away from legacy, third party drive-based workflows &lt;/A&gt;toward modern, standards-based printing with &lt;A class="lia-external-url" href="https://go.microsoft.com/fwlink/?LinkId=2365912" target="_blank" rel="noopener"&gt;IPP (Internet Printing Protocol)&lt;/A&gt; using the Windows inbox IPP printer driver.&lt;/P&gt;
&lt;P&gt;Starting in&lt;STRONG&gt; July 2026&lt;/STRONG&gt;, new printer installations will &lt;STRONG&gt;default to Windows Ready Print where supported&lt;/STRONG&gt;, enabling a simpler and more reliable setup experience. This change reduces the need for traditional driver management and lays the foundation for a more scalable and predictable print experience.&lt;/P&gt;
&lt;P&gt;However, we recognize that not all environments can move to Windows Ready Print immediately. To ensure a smooth and flexible transition, we are introducing the ability for users to configure Windows to install their printers using Windows Ready Print (if supported) or the OEM printer driver during installation.&lt;/P&gt;
&lt;P&gt;You can find this setting under &lt;STRONG&gt;Settings &amp;gt; Bluetooth &amp;amp; Devices &amp;gt; Printers &amp;amp; Scanners &amp;gt; Default install printer using Windows Ready Print.&lt;/STRONG&gt;&lt;/P&gt;
&lt;img&gt;&lt;SPAN data-contrast="auto"&gt;Driver selection configuration in Settings&lt;/SPAN&gt;&lt;/img&gt;
&lt;P&gt;This feature enables users and IT admins to control how Windows selects drivers when installing printers:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;When “Default install printers using Windows Ready Print” is enabled, &lt;STRONG&gt;Windows Ready Print installation is preferred&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;When “Default install printers using Windows Ready Print” is disabled, &lt;STRONG&gt;default driver selection is used&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The configuration applies to &lt;STRONG&gt;new printer installations only&lt;/STRONG&gt;, without affecting existing devices.&lt;/P&gt;
&lt;P&gt;To enable/disable this feature via group policy, go to:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Launch &lt;STRONG&gt;Group Policy Editor&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Navigate to &lt;STRONG&gt;Local Computer Policy -&amp;gt; Administrative Templates -&amp;gt; Printers&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Find and select &lt;STRONG&gt;'Configure Windows Ready Print driver ranking'&lt;/STRONG&gt; -&amp;gt; double click to open it&lt;/LI&gt;
&lt;LI&gt;Select&lt;STRONG&gt; 'Enabled' &lt;/STRONG&gt;(if you wish to enable Windows Ready Print driver selection) or&lt;STRONG&gt; 'Disabled'&lt;/STRONG&gt; (if you wish to explicitly disable Windows Ready Print driver selection).&lt;/LI&gt;
&lt;LI&gt;Select &lt;STRONG&gt;Apply&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Select &lt;STRONG&gt;OK&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2&gt;How driver selection configuration works with Windows protected print mode&lt;/H2&gt;
&lt;P&gt;When you enable "&lt;STRONG&gt;Default install printers using Windows Ready Print"&lt;/STRONG&gt;, new printer installations will default to Windows inbox IPP printer driver when supported.&lt;/P&gt;
&lt;P&gt;When you enable &lt;A class="lia-external-url" href="https://go.microsoft.com/fwlink/?LinkId=2281835" target="_blank" rel="noopener"&gt;Windows protected print mode&lt;/A&gt;, printers are exclusively installed with Windows Ready Print. Devices that do not support Windows Ready Print cannot be installed.&lt;/P&gt;
&lt;P&gt;Note: When you’ve enabled Windows protected print mode, you cannot disable “Default install printers using Windows Ready Print".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;Continue the conversation. Find best practices. Bookmark the &lt;/SPAN&gt;&lt;A href="https://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows Tech Community&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, then follow us&amp;nbsp;on &amp;nbsp;&lt;A href="https://www.linkedin.com/company/windows-it-pro" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;LinkedIn&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;or&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://twitter.com/mswindowsitpro" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;@MSWindowsITPro&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; for updates. Looking for support? Visit &lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/answers/products/windows#windows-client-for-it-pros" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows on Microsoft Q&amp;amp;A&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/introducing-windows-ready-print-and-modernized-driver-selection/ba-p/4527563</guid>
      <dc:creator>elliesekine</dc:creator>
      <dc:date>2026-06-12T16:00:00Z</dc:date>
    </item>
  </channel>
</rss>

