<?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, 24 Apr 2026 21:47:13 GMT</pubDate>
    <dc:creator>Windows-ITPro-blog</dc:creator>
    <dc:date>2026-04-24T21:47:13Z</dc:date>
    <item>
      <title>Hardening administrative actions: What IT pros need to know</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/hardening-administrative-actions-what-it-pros-need-to-know/ba-p/4503956</link>
      <description>&lt;P&gt;Administrative actions are undergoing hardening changes that reduce the risk of privilege escalation and unauthorized access on Windows devices. These changes strengthen the trust boundary between identity, authentication, and User Account Control (UAC) enforcement. It’s now much harder for an attacker (or a misconfigured cloned device) to reuse or manipulate authentication artifacts after an OS restart to silently gain elevated privileges.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;With these hardening changes, Windows now detects and blocks authentication attempts between machines that share duplicate SIDs.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;This is by design and should be seen as a security signal, not a code defect.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Some environments deploy Windows devices using automation or virtual machine templates. Some of these methods rely on previously accepted authentication behavior between cloned systems. If you created these deployments without running Sysprep, that’s your case. Recent authentication hardening updates might now require you to rebuild affected devices using supported imaging methods.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;A temporary workaround (detailed below) is available to provide time for remediation. However, it reduces the security protections introduced by the latest updates and cannot be used as a permanent solution due to its lifecycle end date.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Running Sysprep prepares a Windows image for deployment. Sysprep removes device-specific identity and security information, allowing each deployed machine to generate a unique system identity and authentication context when it starts.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Let’s take a closer look at why these hardening changes are important to the overall security of your environment and how you can update your cloning, imaging, and authentication practices.&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;Why administrative action hardening is necessary for security&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;The current administrative action hardening phase began with the &lt;A href="https://support.microsoft.com/topic/august-29-2025-kb5064081-os-build-26100-5074-preview-3f9eb9e1-72ca-4b42-af97-39aace788d93" target="_blank" rel="noopener"&gt;August 2025 non-security update (KB5064081)&lt;/A&gt; and the &lt;A href="https://support.microsoft.com/en-us/topic/september-9-2025-kb5065426-os-build-26100-6584-6a59dc6a-1ff2-48f4-b375-81e93deee5dd" target="_blank" rel="noopener"&gt;September 2025 security update (KB5065426)&lt;/A&gt;. These updates strengthen loopback authentication protections. They help ensure that Kerberos authentication is more tightly bound to the current machine state across OS restarts.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Previously, authentication artifacts could persist across restarts in ways that allowed elevated operations to proceed without explicit user approval. Current hardening helps reduce this risk. It improves how machine identity is validated during authentication.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;While these changes improve security posture, they might require adjustments to how you deploy and manage devices in some environments.&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;Symptoms of administrative action hardening&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;With the installation of Windows updates released on or after August and September 2025, your devices were hardened against unauthorized attempts to bypass loopback detection. This applies to devices running Windows 11, version 24H2 and later as well as Windows Server 2025.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;You might have observed authentication failures between machines when accessing SMB shares or connecting via Remote Desktop. Similar failures might also occur with authentication using New Technology LAN Manager (NTLM) or between machines that aren’t joined to a domain.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;The target machine shows the following LsaSrv Event ID 6167 in the System event log:&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-style-dotted" border="1" style="border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="lia-border-style-dotted"&gt;
&lt;P style="margin: 10px; line-height: 140%; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 400; font-size: 16px;"&gt;There is a partial mismatch in the machine ID. This indicates that the ticket has either been manipulated or it belongs to a different boot session. Failing authentication.&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;This is an inconvenient but necessary symptom of administrative action hardening that might require operational change to support your organization’s security posture. Here’s why.&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 changed internally&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;User Account Control (UAC) in Windows primarily acts as a privilege mediation mechanism. It helps ensure that administrative rights are exercised only with explicit user approval. While users may hold administrative credentials, applications they launch initially run with standard user privileges. Privileges must be explicitly elevated through a UAC consent prompt to perform administrative actions.&lt;/P&gt;
&lt;img /&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;BR /&gt;Recent security investments in Windows have tightened how you approve and enforce administrative actions. These UAC hardening changes reduce the risk of elevation without explicit user consent. Hardening happens through Windows updates and applies regardless of whether Administrator protection is enabled. Administrator protection (available in preview) also benefits from these changes. It helps reduce automatic elevation paths and reinforces explicit, user-approved elevation for administrative operations. The result is a stronger trust boundary between identity, authentication, and UAC enforcement.&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Loopback detection and token filtering scenarios are also part of this effort. A machine ID is used to check if a machine is performing loopback authentication, i.e., authenticating to itself. Before the August 2025 non-security update, each boot randomly generated the machine ID. However, authentication artifacts could still persist across a restart in ways that allowed threat actors to bypass token filtering.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Windows updates released on and after August 2025 detect and block such behavior. Windows now persists part of the machine ID across boots.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Before, authentication handshakes between Windows hosts that were cloned from each other succeeded because only per-boot components were checked. Now, authentication handshakes are detected and blocked because the cross-boot component of the machine ID is the same between the two hosts, while the per-boot component is not, resulting in a partial mismatch of machine IDs.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Specifically, if you've cloned machines without running &lt;A href="https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/sysprep--generalize--a-windows-installation?view=windows-11" target="_blank" rel="noopener"&gt;Sysprep&lt;/A&gt;, you might see Kerberos and NTLM authentication failures. You can identify them by the LsaSrv event 6167 log in the auth target machine, for both NTLM and Kerberos protocols.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;This behavior is not a regression. It’s a direct and intentional consequence of binding loopback authentication more tightly to machine identity across OS boots.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;In summary, prior to installing Windows Updates released on or after August 2025:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Machine ID regenerated on every boot.&lt;/LI&gt;
&lt;LI&gt;Loopback detection relied entirely on per-boot state.&lt;/LI&gt;
&lt;LI&gt;Persisted authentication artifacts could bypass token filtering.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;After August 2025:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Machine ID combines per-boot and cross-boot components.&lt;/LI&gt;
&lt;LI&gt;Loopback detection survives restarts.&lt;/LI&gt;
&lt;LI&gt;Persisted authentication artifacts are reliably rejected.&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;Management recommendations for administrative action hardening symptoms&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;While administrative action hardening improves security, it requires an adjustment in your strategy to clone Windows images. As you embrace administrative action hardening for its security benefit, you should take the following actions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Stop any automation that clones devices without Sysprep. If not addressed, devices end up with duplicate security IDs (SIDs).&lt;/LI&gt;
&lt;LI&gt;Rebuild all devices with duplicate SIDs from scratch, then run Sysprep. It's not sufficient to unjoin devices and run Sysprep. If needed for transition only: temporarily roll back the hardening change.&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;Recommended solution&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;When cloning a Windows image, you should always use Sysprep. You can read more about this recommendation in our official documentation in &lt;A href="https://www.betaarchive.com/wiki/index.php/Microsoft_KB_Archive/314828" target="_blank" rel="noopener"&gt;KB314828&lt;/A&gt; and &lt;A href="https://learn.microsoft.com/troubleshoot/windows-server/setup-upgrade-and-drivers/windows-installations-disk-duplication" target="_blank" rel="noopener"&gt;The Microsoft policy for disk duplication of Windows installations&lt;/A&gt;.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;If your scenario falls outside of this recommendation, the only supported and durable resolution is to rebuild affected systems using supported deployment and imaging methods. Once done, you should remove existing clones.&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;Temporary workaround (not recommended)&lt;/H3&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table class="lia-background-color-custom-ddf3ff" border="1" style="border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;P style="margin: 10px;"&gt;&lt;STRONG&gt;Important! &lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin: 10px;"&gt;Microsoft&amp;nbsp;&lt;STRONG&gt;does not&lt;/STRONG&gt; recommend using this temporary registry-based compatibility option. It reduces the security protections introduced by recent updates. If your organization uses enhanced administrator security configurations (including Administrator protection, where applicable), avoid relying on this setting except as a short-term bridge while remediation is underway. Environments that remain in this configuration might be exposed to elevated risk until remediation is complete. Please plan and execute migration to supported deployment practices as soon as possible. See&amp;nbsp;&lt;A href="https://support.microsoft.com/topic/strengthening-administrator-protection-and-kerberos-authentication-f67abf78-41c5-4a89-a2da-a7b2fe280270" target="_blank" rel="noopener"&gt;KB5068222: Strengthening administrator protection and Kerberos authentication&lt;/A&gt;&lt;/P&gt;
&lt;A href="https://support.microsoft.com/topic/strengthening-administrator-protection-and-kerberos-authentication-f67abf78-41c5-4a89-a2da-a7b2fe280270" target="_blank" rel="noopener"&gt; &lt;/A&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;&lt;BR /&gt;We understand that while cloning without Sysprep may have been unsupported, you still may have taken a dependency on it. To help ease the transition to a supported configuration, a temporary compatibility option is now available. This option relaxes the updated authentication behavior to allow continued operation in affected environments. It’s provided solely to facilitate remediation and should not be considered a long-term configuration.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Please contact &lt;A href="https://support.serviceshub.microsoft.com/supportforbusiness/manage" target="_blank" rel="noopener"&gt;Microsoft Commercial Customer Service and Support (CSS)&lt;/A&gt; to get information about this registry value. Complete the intake form as follows:&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 63.0556%; height: 352px; border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr style="height: 44.6667px;"&gt;&lt;td style="height: 44.6667px; padding: 0px;"&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Form field&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 44.6667px; padding: 0px;"&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Recommended option&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 44.6667px;"&gt;&lt;td style="height: 44.6667px; padding: 0px;"&gt;
&lt;P style="margin-top: 16px;"&gt;Select the Product family&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 44.6667px; padding: 0px;"&gt;
&lt;P style="margin-top: 16px;"&gt;Windows Servers&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 72.6667px;"&gt;&lt;td style="height: 72.6667px; padding: 0px;"&gt;
&lt;P style="margin-top: 16px;"&gt;What product or service do you need help with?&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 72.6667px; padding: 0px;"&gt;
&lt;P style="margin-top: 16px;"&gt;Windows Server 2025&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 44.6667px;"&gt;&lt;td style="height: 44.6667px; padding: 0px;"&gt;
&lt;P style="margin-top: 16px;"&gt;Select the product version&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 44.6667px; padding: 0px;"&gt;
&lt;P style="margin-top: 16px;"&gt;Windows Server 2025&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 44.6667px;"&gt;&lt;td style="height: 44.6667px; padding: 0px;"&gt;
&lt;P style="margin-top: 16px;"&gt;Which category best describes the issue?&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 44.6667px; padding: 0px;"&gt;
&lt;P style="margin-top: 16px;"&gt;Windows Security Technologies&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 100.667px;"&gt;&lt;td style="height: 100.667px; padding: 0px;"&gt;
&lt;P style="margin-top: 16px;"&gt;Which problem best describes the issue&lt;/P&gt;
&lt;/td&gt;&lt;td style="height: 100.667px; padding: 0px;"&gt;
&lt;P style="margin-top: 16px;"&gt;Kerberos authentication&lt;BR /&gt;OR&lt;BR /&gt;Legacy authentication (NTLM)&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 50.00%" /&gt;&lt;col style="width: 50.00%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;BR /&gt;You must have an understanding of the risk of disabling administrative action hardening. You’ll also need to provide:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Reasoning for requiring this temporary workaround&lt;/LI&gt;
&lt;LI&gt;A clear plan for the long-term resolution of reimaging cloned machines in your environment&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table class="lia-background-color-custom-ddf3ff" border="1" style="border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;P style="margin: 10px;"&gt;&lt;STRONG&gt;Important! &lt;/STRONG&gt;This workaround is the replacement for the known issue rollback (KIR)-based group policy setting. These settings were released by Windows Updates between August 2025 and March 2026 to disable loopback protections. Your organization can only obtain the new registry key by opening an assisted support case and certifying that you can rebuild cloned devices prior to the end of 2027.&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;&lt;BR /&gt;This registry key will act as temporary rollback until it expires and allow authentication that would otherwise by blocked by loopback identity protections. Event Viewer helps you monitor this temporary workaround. If you set this temporary registry value and restart the system, the next authentication attempt will be allowed. An LsaSrv warning event 6168 will be logged in the target machine in the System event log:&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-style-dotted" border="1" style="border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="lia-border-style-dotted"&gt;
&lt;P style="margin: 10px; line-height: 140%; font-family: 'Segoe UI', Segoe, Tahoma, Geneva, sans-serif; font-weight: 400; font-size: 16px;"&gt;UAC bypass via Kerberos vulnerability is explicitly allowed. A Kerberos loopback ticket can be manipulated to gain admin privileges. This is a security risk.&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 only way to stop seeing this event is to migrate your environment to a supported state. Once done, please delete the registry key or set it to&amp;nbsp;&lt;STRONG&gt;0&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&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;Timeline to remove the clones in your environment&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;The rollback is temporary and will remain available until the end of 2027. We hope this timeframe provides your organization with sufficient opportunity to migrate your environment to a supported state by following established deployment methods for cloning.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;For additional information, check out the following resources:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://support.microsoft.com/en-us/topic/kerberos-and-ntlm-authentication-failures-due-to-duplicate-sids-76f7394d-c460-4882-9ed1-d27e0960f949" target="_blank" rel="noopener"&gt;KB5070568&lt;/A&gt;: &lt;A href="https://support.microsoft.com/topic/kerberos-and-ntlm-authentication-failures-due-to-duplicate-sids-76f7394d-c460-4882-9ed1-d27e0960f949" target="_blank" rel="noopener"&gt;Kerberos and NTLM authentication failures due to duplicate SIDs&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.microsoft.com/en-us/topic/strengthening-administrator-protection-and-kerberos-authentication-f67abf78-41c5-4a89-a2da-a7b2fe280270" target="_blank" rel="noopener"&gt;KB5068222: Strengthening administrator protection and Kerberos authentication&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/troubleshoot/windows-server/setup-upgrade-and-drivers/windows-installations-disk-duplication" target="_blank" rel="noopener"&gt;The Microsoft policy for disk duplication of Windows installations&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/windows-hardware/manufacture/desktop/sysprep--generalize--a-windows-installation?view=windows-11" target="_blank" rel="noopener"&gt;Sysprep&amp;nbsp;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/windows/security/application-security/application-control/administrator-protection/?tabs=intune" target="_blank" rel="noopener"&gt;Administrator Protection&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Windows 11:&amp;nbsp;&lt;A href="https://support.microsoft.com/en-us/topic/august-29-2025-kb5064081-os-build-26100-5074-preview-3f9eb9e1-72ca-4b42-af97-39aace788d93" target="_blank" rel="noopener"&gt;August 29, 2025—KB5064081 (OS Build 26100.5074) Preview&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Windows Server 2025:&amp;nbsp;&lt;A href="https://support.microsoft.com/topic/september-9-2025-kb5065426-os-build-26100-6584-6a59dc6a-1ff2-48f4-b375-81e93deee5dd" target="_blank" rel="noopener"&gt;September 9, 2025—KB5065426 (OS Build 26100.6584)&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;&lt;EM&gt;&lt;STRONG&gt;Securing the present, innovating for the future &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="margin-top: 16px; font-size: 14px;"&gt;Security is a shared responsibility. Through collaboration across hardware and software ecosystems, we can build more resilient systems secure by design, by default and during runtime, from Windows to the cloud, enabling trust at every layer of the digital experience.&lt;/P&gt;
&lt;P style="margin-top: 16px; font-size: 14px;"&gt;The updated &lt;A href="https://learn.microsoft.com/windows/security/book/" target="_blank" rel="noopener"&gt;Windows 11 Security Book&lt;/A&gt; and &lt;A href="https://techcommunity.microsoft.com/blog/microsoft-security-blog/windows-server-2025-security-book/4283981" target="_blank" rel="noopener"&gt;Windows Server Security Book&lt;/A&gt; are available to help you understand how to stay secure with Windows. Learn more about &lt;A href="https://www.microsoft.com/windows/business" target="_blank" rel="noopener"&gt;Windows 11&lt;/A&gt;, &lt;A href="https://learn.microsoft.com/windows-server/" target="_blank" rel="noopener"&gt;Windows Server&lt;/A&gt;, and&amp;nbsp;&lt;A href="https://www.microsoft.com/en-us/windows/business/devices/copilot-plus-pcs" target="_blank" rel="noopener"&gt;Copilot+ PCs&lt;/A&gt;. To learn more about Microsoft security solutions, visit our &lt;A href="https://www.microsoft.com/security" target="_blank" rel="noopener"&gt;website&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-top: 16px; font-size: 14px;"&gt;Bookmark the&amp;nbsp;&lt;A href="https://www.microsoft.com/security/blog/" target="_blank" rel="noopener"&gt;Security Blog &lt;/A&gt;to keep up with our expert coverage on security matters.&lt;/P&gt;
&lt;P style="margin-top: 16px; font-size: 14px;"&gt;Also, follow us on LinkedIn (&lt;A href="https://www.linkedin.com/showcase/microsoft-security/" target="_blank" rel="noopener"&gt;Microsoft Security&lt;/A&gt;) and X (&lt;A href="https://twitter.com/@MSFTSecurity" target="_blank" rel="noopener"&gt;@MSFTSecurity&lt;/A&gt;) for the latest news and updates on cybersecurity.&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>Thu, 09 Apr 2026 16:24:23 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/hardening-administrative-actions-what-it-pros-need-to-know/ba-p/4503956</guid>
      <dc:creator>DashmeetAjmani</dc:creator>
      <dc:date>2026-04-09T16:24:23Z</dc:date>
    </item>
    <item>
      <title>Introducing the new Windows 365 monitoring and reporting platform — now in Public Preview</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/introducing-the-new-windows-365-monitoring-and-reporting/ba-p/4505355</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We are excited to announce the new Windows 365 monitoring and reporting platform is now available in Public Preview!&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The new Windows 365 monitoring and reporting platform is a unified reporting experience built into the Microsoft Intune admin center, now available in public preview. It consolidates Cloud PC health, performance, and configuration data into integrated dashboards, consolidating information from many locations in Intune, to a central location to monitor end-to-end configuration, detect problem, and troubleshoot.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Additionally, monitoring and reporting is designed to improve discoverability and usability, making the experience more intuitive, comprehensive, and flexible. The platform provides native, user-friendly reports that simplify how administrators access, understand, and act on monitoring data.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;By consolidating analytics into a unified experience that highlights potential outliers, the platform can help streamline troubleshooting workflows. In some customer environments, this may contribute to faster issue resolution and reduced reliance on specialized expertise or Microsoft support. The extent to which organizations realize operational efficiency improvements, cost benefits, or uptime gains will depend on individual deployment and usage.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;What’s&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;&amp;nbsp;included in the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;new&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;m&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;onitoring and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;r&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;eporting platform&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Tenant-level Connection Health dashboards&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; provide comprehensive reliability and experience&amp;nbsp;data&amp;nbsp;with&amp;nbsp;trending&amp;nbsp;and aggregate views covering connection performance, errors, and device health.&amp;nbsp;Operations teams gain at-a-glance visibility into system-wide patterns,&amp;nbsp;helping&amp;nbsp;administrators&amp;nbsp;see issues earlier&amp;nbsp;and&amp;nbsp;investigating&amp;nbsp;sometimes before&amp;nbsp;receiving&amp;nbsp;helpdesk calls.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;User and Device insights&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;display connection performance, error trends, connection history, and duration of use for helpdesk troubleshooting. With all relevant data in one place, &lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;frontline support staff&amp;nbsp;can more easily&amp;nbsp;diagnose and resolve issues, reducing escalations&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Configuration visuals and trends&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;offer prebuilt, end-to-end visuals that encompass the full environment from user endpoint through service configuration to the Cloud PC configuration. Configuration changes constantly, and understanding historical configuration in the context of any specific connection is critical, especially when Windows 365 is implemented with unmanaged components, such as BYOD user endpoints. This function facilitates correlating configuration changes with outcomes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Outlier detection&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;surfaces system-identified anomalous metrics to assist administrators in identifying potential emerging issues. Depending on how customers use these insights, some organizations may experience earlier issue identification and reduced escalation, though results will vary.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Actionable charts and data tables&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;let administrators analyze trends and drill into root causes without manual data exports&amp;nbsp;and&amp;nbsp;additional&amp;nbsp;tooling. The intuitive design&amp;nbsp;helps&amp;nbsp;lower the barrier to entry, supporting the confidence of&amp;nbsp;administrators with varied skill levels&amp;nbsp;in&amp;nbsp;issue&amp;nbsp;investigation&amp;nbsp;and&amp;nbsp;resolution.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;The bottom line:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;Today, many organizations resort to exporting, processing and analyzing Cloud PC data, which can increase the complexity and total cost of ownership of Windows 365. The new platform helps reduce reliance on data exports and external tooling.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Try the &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;new monitoring and reporting&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;today&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Windows 365 Enterprise customers can access the new dashboards now in the Microsoft Intune admin center. Navigate to Reporting in Intune, then select monitoring and explore the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Connection Health&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;User &amp;amp; Devices&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;, and&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Configuration&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; pages. Learn more at https://aka.ms/Windows365Monitoring&lt;/SPAN&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;&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&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 16:36:10 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/introducing-the-new-windows-365-monitoring-and-reporting/ba-p/4505355</guid>
      <dc:creator>Doug_Coombs</dc:creator>
      <dc:date>2026-04-08T16:36:10Z</dc:date>
    </item>
    <item>
      <title>How hotpatch updates help keep Windows secure by design</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/how-hotpatch-updates-help-keep-windows-secure-by-design/ba-p/4508188</link>
      <description>&lt;P&gt;Windows hotpatch updates allow you to adopt a secure-by-design and secure-by-default approach to keeping Windows 11 protected and productive. The security architecture advantage behind hotpatch updates helps you support continuous protection, accelerate patch compliance, and reduce operational disruption. And since hotpatch updates will be enabled by default across Windows Autopatch for eligible devices in May 2026, you might wonder how this makes your environment even more secure by default.&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 hotpatch updates reflect Windows security by design&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;In &lt;A href="https://www.microsoft.com/trust-center/security/secure-future-initiative" target="_blank" rel="noopener"&gt;Microsoft overarching security-by-design philosophy,&lt;/A&gt; security comes first when designing any product or service. Embodying this philosophy are &lt;A href="https://learn.microsoft.com/windows/deployment/windows-autopatch/manage/windows-autopatch-hotpatch-updates" target="_blank" rel="noopener"&gt;hotpatch updates.&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;These are the same security fixes that are part of monthly security updates (also known as “B” releases). The distinction is that they get installed without requiring a restart. Hotpatch updates help you:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Reduce downtime for frontline devices, VDI sessions, IT-managed shared PCs, and high uptime systems.&lt;/LI&gt;
&lt;LI&gt;Shrink your vulnerability window (i.e., the time between patch availability and full deployment).&lt;/LI&gt;
&lt;LI&gt;Improve update compliance rates automatically.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: Hotpatch updates only apply to devices that meet the &lt;A href="https://learn.microsoft.com/windows/deployment/windows-autopatch/manage/windows-autopatch-hotpatch-updates#prerequisites" target="_blank" rel="noopener"&gt;prerequisites&lt;/A&gt; and receive updates managed by Windows Autopatch. Otherwise, no action is needed. Ineligible devices continue to patch the same way they do today.&lt;/P&gt;
&lt;/BLOCKQUOTE&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;How hotpatch update prerequisites strengthen your security baseline&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;Hotpatch update readiness is built on Windows security capabilities that help ensure that devices are in a trusted state before updates are applied.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;The key prerequisite is &lt;A href="https://learn.microsoft.com/en-us/windows-hardware/design/device-experiences/oem-vbs" target="_blank" rel="noopener"&gt;virtualization-based security (VBS)&lt;/A&gt; - a foundational Windows 11 security feature and the core requirement for hotpatch updates at scale. VBS (also known as core isolation) uses hardware virtualization to run a secure kernel alongside the OS in a hypervisor-isolated environment. This separation means that, even if the main OS is compromised, the secure kernel remains protected. For hotpatch updates, VBS provides the trusted environment needed to safely update running kernel code.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Hotpatch updates also require modern Windows 11 hardware that supports VBS. Protections like silicon-rooted security and firmware integrity further strengthen the trusted foundation, in which VBS operates. This way, hotpatch updates apply to devices with an already robust security baseline. In other words, devices that receive hotpatch updates are already trusted and well-protected - reducing risk and strengthening your security posture.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Operational governance through existing update frameworks.&lt;/STRONG&gt; Hotpatch updates are delivered using the same Windows Update and Windows Autopatch mechanisms you already manage today. Clean integration of hotpatch updates into existing update rings and policies helps ensure consistent rollout, predictable compliance, and centralized, cloud‑managed enforcement - without introducing a new update model to govern. This means you get the benefits of hotpatch updates with no disruption to your current update processes or compliance reporting.&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;How hotpatch updates fit into Windows chip-to-cloud security model&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;Security by design spans from chip to cloud. Hotpatch technology reflects this broader architectural framework in its prerequisites and functionality, designed to keep devices secure end-to-end. Let's take a look at the hardware (chip) layer, the operating system (OS) layer, and the cloud and identity layer of the same &lt;A href="https://learn.microsoft.com/windows/security/book/#chip-to-cloud-security" target="_blank" rel="noopener"&gt;chip-to-cloud trust chain&lt;/A&gt; you already manage.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Hardware/chip layer.&lt;/STRONG&gt; Hotpatch updates are supported only on modern, secure silicon configurations (including Arm64), helping ensure that updates apply on hardware with:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;TPM 2.0&lt;/LI&gt;
&lt;LI&gt;UEFI Secure Boot&lt;/LI&gt;
&lt;LI&gt;Measured and trusted boot pathways&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;This way, the OS environment being patched is already hardware-rooted and trusted.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;OS layer.&lt;/STRONG&gt; Hotpatch update readiness guidance links directly to VBS, which is core to Windows 11 OS-level protections. These OS-level safeguards help you:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Protect sensitive processes from tampering.&lt;/LI&gt;
&lt;LI&gt;Enforce strong code integrity.&lt;/LI&gt;
&lt;LI&gt;Create a trusted foundation for in-memory patching.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;Hotpatch updates use this secure architecture, updating protected code paths while keeping the OS running.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;STRONG&gt;Cloud/identity layer.&lt;/STRONG&gt; Hotpatch updates use the same trusted channels as Windows Update. They're managed through:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/windows/deployment/update/waas-manage-updates-wufb" target="_blank" rel="noopener"&gt;Windows Update client policies&lt;/A&gt; (formerly Windows Update for Business)&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/windows/deployment/windows-autopatch/manage/windows-autopatch-windows-update-policies" target="_blank" rel="noopener"&gt;Windows Autopatch quality update rings&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/entra/identity/devices/overview" target="_blank" rel="noopener"&gt;Microsoft Entra ID (formerly Azure AD)-based device identity&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;This helps ensure that your patches come from a secure, authenticated cloud source and adhere to your compliance and deployment policies.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Hotpatch updates use the full chip-to-cloud trust chain, so every update is delivered and applied with end-to-end security.&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 hotpatch updates reflect Windows security by default&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;&lt;A href="https://www.microsoft.com/trust-center/security/secure-future-initiative" target="_blank" rel="noopener"&gt;Microsoft Secure Future Initiative&lt;/A&gt; defines security as protections that are enforced by default and require no extra effort. Windows 11 security posture, rooted in stronger defaults and continuous innovation, reinforces the security-by-design principles.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Hotpatch updates have always been designed with security at the core, and until now have been an opt-in feature. With the May 2026 security update, Windows Autopatch will enable hotpatch updates by default at the tenant level to help organizations get secure quicker. This change in default behavior is designed to reduce patch friction while keeping your existing update governance intact. Importantly, it doesn't override the controls you already use and comes with new controls to opt out until you're ready.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The default tenant setting is only applied to devices that aren't members of a quality update policy.&lt;/LI&gt;
&lt;LI&gt;Windows Autopatch continues to respect the preferences you've set for deferrals and update ring settings.&lt;/LI&gt;
&lt;LI&gt;Starting April 1, 2026, you can also opt out of this new default behavior at the tenant or device group level. Learn more at &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/securing-devices-faster-with-hotpatch-updates-on-by-default/4500066" target="_blank" rel="noopener"&gt;Securing devices faster with hotpatch updates on by default&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;With hotpatch updates enabled by default, you're secured with Windows security updates during each &lt;A href="https://learn.microsoft.com/en-us/windows/deployment/windows-autopatch/manage/windows-autopatch-hotpatch-updates#release-cycles" target="_blank" rel="noopener"&gt;hotpatch release month&lt;/A&gt;, with no additional steps. In addition, critical security out-of-band (OOB) updates can also be delivered as hotpatch updates. This automatically secures you against the threats addressed by the OOB update, and your organization is protected faster, with less effort and fewer manual steps.&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;Alignment with security best practices&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Enrolling in hotpatch updates automatically aligns your devices with Microsoft security best practices. &lt;A href="https://learn.microsoft.com/windows/deployment/windows-autopatch/prepare/windows-autopatch-start-using-autopatch" target="_blank" rel="noopener"&gt;Enroll devices in Windows Autopatch&lt;/A&gt; before May, if you haven't yet, and you'll start getting these updates enabled by default! These latest innovations in monthly servicing help keep your environment on a higher-trust, chip-to-cloud–aligned security baseline.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Embrace security by default with hotpatch updates that reduce user downtime and restart-driven tickets, improve update compliance, and shorten vulnerability exposure.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/event/windowsevents/the-latest-in-windows-11-security/4490530" target="_blank" rel="noopener"&gt;The latest in Windows 11 security &lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/hotpatch-for-client-frequently-asked-questions/4413582" target="_blank" rel="noopener"&gt;Hotpatch for client: Frequently asked questions&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/hotpatch-readiness-enable-vbs-at-scale/4441652" target="_blank" rel="noopener"&gt;Hotpatch readiness: Enable VBS at scale&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/hotpatch-efficiency-unlocked-smaller-update-size/4460681" target="_blank" rel="noopener"&gt;Hotpatch efficiency unlocked: Smaller update size&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://techcommunity.microsoft.com/blog/intunecustomersuccess/best-practices-for-securing-microsoft-intune/4502117" target="_blank" rel="noopener"&gt;Best practices for securing Microsoft Intune &lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/windows/security/book/" target="_blank" rel="noopener"&gt;Windows 11 security book&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;&lt;EM&gt;&lt;STRONG&gt;Securing the present, innovating for the future &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P style="margin-top: 16px; font-size: 14px;"&gt;Security is a shared responsibility. Through collaboration across hardware and software ecosystems, we can build more resilient systems secure by design, by default and during runtime, from Windows to the cloud, enabling trust at every layer of the digital experience.&lt;/P&gt;
&lt;P style="margin-top: 16px; font-size: 14px;"&gt;Learn how to stay secure with Windows. Check out the updated &lt;A href="https://learn.microsoft.com/windows/security/book/" target="_blank" rel="noopener"&gt;Windows 11 Security Book&lt;/A&gt; and &lt;A href="https://techcommunity.microsoft.com/blog/microsoft-security-blog/windows-server-2025-security-book/4283981" target="_blank" rel="noopener"&gt;Windows Server Security Book&lt;/A&gt;, more about &lt;A href="https://www.microsoft.com/windows/business" target="_blank" rel="noopener"&gt;Windows 11&lt;/A&gt;, &lt;A href="https://learn.microsoft.com/windows-server/" target="_blank" rel="noopener"&gt;Windows Server&lt;/A&gt;, &lt;A href="https://learn.microsoft.com/windows/deployment/windows-autopatch/manage/windows-autopatch-hotpatch-updates" target="_blank" rel="noopener"&gt;Windows hotpatch updates&lt;/A&gt; and &lt;A href="https://www.microsoft.com/en-us/windows/business/devices/copilot-plus-pcs" target="_blank" rel="noopener"&gt;Copilot+ PCs&lt;/A&gt;. To learn more about Microsoft Security Solutions, visit our &lt;A href="https://www.microsoft.com/security" target="_blank" rel="noopener"&gt;website&lt;/A&gt;.&lt;/P&gt;
&lt;P style="margin-top: 16px; font-size: 14px;"&gt;Bookmark the &lt;A href="https://www.microsoft.com/security/blog/" target="_blank" rel="noopener"&gt;Microsoft Security Blog &lt;/A&gt;to keep up with our expert coverage on security matters. You can also follow &lt;A href="https://www.linkedin.com/showcase/microsoft-security/" target="_blank" rel="noopener"&gt;Microsoft Security on LinkedIn&lt;/A&gt; and &lt;A href="https://twitter.com/@MSFTSecurity" target="_blank" rel="noopener"&gt;@MSFTSecurity &lt;/A&gt;on X for the latest news and updates on cybersecurity.&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, 06 Apr 2026 20:53:13 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/how-hotpatch-updates-help-keep-windows-secure-by-design/ba-p/4508188</guid>
      <dc:creator>Katharine_Holdsworth</dc:creator>
      <dc:date>2026-04-06T20:53:13Z</dc:date>
    </item>
    <item>
      <title>Windows news you can use: March 2026</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-news-you-can-use-march-2026/ba-p/4495553</link>
      <description>&lt;P&gt;This month, our Windows team shared a candid update on how we're thinking about Windows quality, what's changing behind the scenes, and how your real-world feedback is shaping the platform. It's all in a post entitled&lt;A href="https://blogs.windows.com/windows-insider/2026/03/20/our-commitment-to-windows-quality/" target="_blank"&gt; Our commitment to Windows quality&lt;/A&gt;. Windows + Devices EVP Pavan Davuluri walks through how we identify issues, prioritize fixes, and how the Windows Insider community helps make Windows more reliable before updates reach production environments. It's a helpful read if you're interested in learning more about how we build, measure, and strengthen Windows quality.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Now on to more highlights from March in this month's edition of Windows news 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;New in Windows update and device management&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;[AUTOPATCH] – &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/windows-autopatch-update-readiness-brings-insights-to-it/4497611" target="_blank"&gt;Windows Autopatch update readiness is now generally available&lt;/A&gt;. It includes new capabilities to help you proactively detect and remediate device update issues. Reduce downtime, improve update success, and lower the security risk that comes from devices that aren't up to date.&lt;/LI&gt;
&lt;LI&gt;[HOTPATCH] – Windows Autopatch is enabling &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/securing-devices-faster-with-hotpatch-updates-on-by-default/4500066" target="_blank"&gt;hotpatch updates by default&lt;/A&gt; starting with the May 2026 security update. This change in default behavior will come to all eligible devices in Microsoft Intune and those accessing the service via Microsoft Graph API. New controls are available for those organizations that aren't ready to have hotpatch updates enabled by default.&lt;/LI&gt;
&lt;LI&gt;[RSAT] – Remote Server Administration Tools (RSAT) are now officially &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/rsat-capabilities-arrive-on-arm-based-windows-11-pcs/4500663" target="_blank"&gt;supported on Arm-based Windows 11 PCs&lt;/A&gt;. You can now remotely manage Windows server roles and features using Windows devices built on Arm processors, just as you would with traditional x64-based PCs.&lt;/LI&gt;
&lt;LI&gt;[SECURE BOOT] – The March 2026 security update introduces two new PowerShell features to help you manage the ongoing Secure Boot certificate rollout. The Get-SecureBootUEFI cmdlet now supports the -Decoded option, which displays Secure Boot certificates in a readable format. The Get-SecureBootSVN cmdlet lets you check the Secure Boot Security Version Number (SVN) of your device's UEFI firmware and bootloader. Use it to report whether the device follows the latest Secure Boot policy.&lt;/LI&gt;
&lt;LI&gt;[PRINT] – Instead of requiring device-specific drivers, Windows is now released with &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/building-a-modern-secure-and-seamless-print-experience-for-windows/4499051" target="_blank"&gt;a single, universal, inbox-class driver&lt;/A&gt; based on the industry standard IPP protocol and Mopria certification. If you're using a traditional x64 PC, including the latest Copilot+ PC running on Arm-based silicon, the print experience is the same: plug in (or connect over the network) and print.&lt;/LI&gt;
&lt;LI&gt;[W365] – &lt;A href="https://learn.microsoft.com/windows-365/enterprise/introduction-windows-365-frontline#windows-365-frontline-in-shared-mode" target="_blank"&gt;Windows 365 Frontline in shared mode&lt;/A&gt; is now available in Brazil South, Italy North, West Europe, New Zealand North, Mexico Central, Europe, Norway East, France Central, Spain Central, Germany West Central, and Switzerland North. Windows 365 is now available for Government Community Cloud (GCC &amp;amp; GCC-High) organizations in the &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/windows-365-available-in-us-gov-texas-for-government-community-cloud-customers/4500042" target="_blank"&gt;US Gov Texas region&lt;/A&gt;. In addition, &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/announcing-multi%E2%80%91region-selection-for-windows-365-in-government-community-cloud/4500043" target="_blank"&gt;multi-region selection&lt;/A&gt; is now available for Windows 365 GCC &amp;amp; GCC-High.&lt;/LI&gt;
&lt;LI&gt;[RDP] – Microsoft recently released a sample repository demonstrating &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/announcing-the-rdp-dynamic-virtual-channel-plugin-samples/4501337" target="_blank"&gt;how to build Remote Desktop Protocol (RDP) plugins&lt;/A&gt; using modern tools and development patterns.&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;[DRIVERS] – Starting with the April 2026 security update, Microsoft is removing trust for all kernel drivers signed by the deprecated cross-signed root program. This update will help ensure that by default, you can only load kernel drivers the Windows Hardware Compatibility Program (WHCP) passes and signs. This &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/advancing-windows-driver-security-removing-trust-for-the-cross-signed-driver-pro/4504818" target="_blank"&gt;new kernel trust policy&lt;/A&gt; applies to devices running Windows 11 and Windows Server 2025.&lt;/LI&gt;
&lt;LI&gt;[SECURE BOOT] – Catch up on the latest FAQs by watching the March edition of &lt;A href="https://techcommunity.microsoft.com/event/windowsevents/ask-microsoft-anything-secure-boot---april-2026/4501308" target="_blank"&gt;Secure Boot: Ask Microsoft Anything (AMA)&lt;/A&gt; on demand. The next AMA will be April 23, 2026. &lt;A href="https://techcommunity.microsoft.com/event/windowsevents/ask-microsoft-anything-secure-boot---april-2026/4501308" target="_blank"&gt;Save the date&lt;/A&gt; and post your questions in advance or during the live event. New guidance and resources are now available, including:
&lt;UL&gt;
&lt;LI&gt;Video deep dive: &lt;A href="https://techcommunity.microsoft.com/event/windowsevents/secure-boot-certificate-updates-explained/4490529" target="_blank"&gt;Secure Boot certificate updates explained&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Guide: &lt;A href="https://support.microsoft.com/topic/secure-boot-troubleshooting-guide-5d1bf6b4-7972-455a-a421-0184f1e1ed7d" target="_blank"&gt;Secure Boot troubleshooting&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Reference: &lt;A href="https://support.microsoft.com/topic/a-closer-look-at-the-high-confidence-database-32382469-4505-4ed4-915b-982eff09b5d2" target="_blank"&gt;A closer look at the high confidence database&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Documentation and sample PowerShell scripts: &lt;A href="https://support.microsoft.com/topic/sample-secure-boot-e2e-automation-guide-f850b329-9a6e-40d1-823a-0925c965b8a0" target="_blank"&gt;Sample Secure Boot E2E automation&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Guide: &lt;A href="https://support.microsoft.com/topic/it-admin-guide-secure-boot-certificate-update-status-in-the-windows-security-app-fb8e2121-4402-433b-af8b-623760951fdb" target="_blank"&gt;Secure Boot certificate update status in the Windows Security app&lt;/A&gt;[SYSMON] – System Monitor (Sysmon) functionality is now &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/native-sysmon-functionality-coming-to-windows/4468112" target="_blank"&gt;natively available in Windows&lt;/A&gt;. Capture system events for threat detection and use custom configuration files to filter the events you want to monitor. Windows writes captured events to Windows Event Log, which allows security tools and other applications to use them.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;[WDS] As announced in January 2026, the Unattend.xml file used in hands‑free deployment with Windows Deployment Services (WDS) poses a vulnerability when transmitted over an unauthenticated RPC channel. Beginning with the April 2026 security update, the second phase of hardening changes for &lt;A href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-0386" target="_blank"&gt;CVE-2026-0386&lt;/A&gt; begins. These changes will make hands‑free deployment disabled by default to enforce secure behavior. For detailed guidance, see &lt;A href="https://go.microsoft.com/fwlink/?linkid=2344403" target="_blank"&gt;Windows Deployment Services (WDS) Hands‑Free Deployment Hardening&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 AI&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;[W365] [AGENTS] – Curious about the difference between Windows 365 for Agents and Microsoft Agent 365? &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/unlocking-secure-agentic-productivity-with-windows-365-for-agents/4499149" target="_blank"&gt;Explore the distinct role of each product&lt;/A&gt; and learn how to use them together to run agentic workloads securely, at scale, and under enterprise governance.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;To learn about latest capabilities for Copilot+ PCs, visit the &lt;A href="https://www.microsoft.com/windows/business/roadmap" target="_blank"&gt;Windows Roadmap&lt;/A&gt; and filter Platform by "Copilot+ PC Exclusives."&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="margin-top: 16px;"&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;[EVENT] – Save the date for the &lt;A href="https://techcommunity.microsoft.com/blog/windowsservernewsandbestpractices/save-the-date-windows-server-summit-%E2%80%93-may-11-13-2026/4501057" target="_blank"&gt;Windows Server Summit, May 11-13&lt;/A&gt;. RSVP for three days of practical, engineering-led guidance on real-world operations, security, and hybrid scenarios supported by live Q&amp;amp;A.&lt;/LI&gt;
&lt;LI&gt;[NVMe] – A &lt;A href="https://techcommunity.microsoft.com/blog/windowsservernewsandbestpractices/introducing-the-windows-nvme-of-initiator-preview-in-windows-server-insiders-bui/4501344" target="_blank"&gt;basic NVMe-over-Fabrics (NVMe-oF) initiator&lt;/A&gt; is available in the latest Windows Server Insiders build. This release introduces an in-box Windows initiator for NVMe/TCP and NVMe/RDMA, enabling early evaluation of networked NVMe storage using native Windows Server components.&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="margin-top: 16px;"&gt;Install the March 2026 security update for &lt;A href="https://support.microsoft.com/topic/march-10-2026-kb5079473-os-builds-26200-8037-and-26100-8037-9c222a8e-cc02-40d4-a1f8-ad86be1bc8b6" 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;[RECOVERY] – &lt;A href="https://support.microsoft.com/windows/quick-machine-recovery-in-windows-aa2852f4-e04e-4af4-9508-0addda165304" target="_blank"&gt;Quick Machine Recovery&lt;/A&gt; now turns on automatically for Windows Professional devices that are not domain‑joined and not enrolled in enterprise endpoint management. These devices receive the same recovery features available to Windows Home users. For domain‑joined or enterprise managed devices, Quick Machine Recovery stays off unless you enable it for your organization.&lt;/LI&gt;
&lt;LI&gt;[NETWORK] – A built‑in network speed test is now available from the taskbar. The speed test opens in the default browser and measures Ethernet, Wi‑Fi, and cellular connections.&lt;/LI&gt;
&lt;LI&gt;[CAMERA] – Control pan and tilt for supported cameras in the Settings app.&lt;/LI&gt;
&lt;LI&gt;[SEARCH] – Using search on the taskbar? Preview search results by hovering and quickly seeing when more results are available with group headers.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;New features and improvements are coming in the April 2026 security update. You can preview them by installing the March 2026 optional non-security update for &lt;A href="https://support.microsoft.com/topic/march-26-2026-kb5079391-os-builds-26200-8116-and-26100-8116-preview-7c9e2275-b9ba-4068-aeb0-23da42b81d3b" 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] –You can turn Smart App Control on or off without needing a clean install.&lt;/LI&gt;
&lt;LI&gt;[SETTINGS] – The Settings &amp;gt; About page now provides a more structured and intuitive experience. Get clearer device specifications and easier navigation to related device components, including quick access to Storage settings.&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;Lifecycle reminders&lt;/H2&gt;
&lt;UL&gt;
&lt;LI&gt;Windows 10 Enterprise 2016 LTSB and Windows 10 IoT Enterprise 2016 LTSB will reach end of support on October 13, 2026. Windows Server 2016 will reach end of support on January 12, 2027. If your organization cannot migrate to newer, supported releases in time, &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;explore the options available&lt;/A&gt; to help you keep your devices protected with monthly security updates. Extended Security Updates (ESU) are now available for purchase for Windows 10 Enterprise 2016 LTSB.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&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 style="margin-top: 16px;"&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/windows/business/roadmap" target="_blank"&gt;Windows Roadmap&lt;/A&gt; for new Copilot+ PCs and 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 Canary, Dev, Beta, or Release Preview 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 style="margin-top: 16px;"&gt;If you're an IT admin with questions about managing and updating Windows, add our monthly &lt;A href="https://aka.ms/Windows/OfficeHours" target="_blank"&gt;Windows Office Hours&lt;/A&gt; to your calendar. We assemble a crew of Windows, Windows 365, security, and Intune experts to help answer your questions and provide tips on tools, best practices, and troubleshooting.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Finally, we're 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" 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>Fri, 03 Apr 2026 21:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-news-you-can-use-march-2026/ba-p/4495553</guid>
      <dc:creator>Chris_Morrissey</dc:creator>
      <dc:date>2026-04-03T21:00:00Z</dc:date>
    </item>
    <item>
      <title>Announcing Windows 365 connector for Microsoft Power Platform and Azure Logic Apps (Public Preview)</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/announcing-windows-365-connector-for-microsoft-power-platform/ba-p/4506295</link>
      <description>&lt;P&gt;We are excited to announce the Public Preview of the Windows 365 connector for Power Platform and Azure Logic Apps!&lt;/P&gt;
&lt;P&gt;With prebuilt actions and triggers for Windows 365 built on top of Graph, IT and operations teams can:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use Power Automate and Azure Logic Apps to build Cloud PC workflows, such as sending emails to users when Cloud PCs are provisioned&lt;/LI&gt;
&lt;LI&gt;Use Copilot Studio to build agents to provide guided responses to common questions based on configured knowledge sources&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Build repeatable Cloud PC workflows with Power Automate or Azure Logic Apps&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Power Automate and Azure Logic Apps are a great fit when you want to turn an event or request into a repeatable sequence of steps. With the Windows 365 connector, you can build flows for both users and admins.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;Example: &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;S&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;end&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;an email to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;a&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;user once a Cloud PC has been provisioned&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;img /&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Permissions needed:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The user that wants to set up the flow must have one of the following roles:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Global Administrator&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Intune Service Administrator&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Windows 365 Administrator (for Cloud PC-specific operations)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Custom role with Windows 365 permissions (requires Webhook.Create and Webhook.Delete for trigger operations)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;How to build this capability in Power Automate:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Log in to Power Automate and click “New” and choose “Automated cloud flow.” Name your flow.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Select the “When a Cloud PC is created or updated” trigger. The trigger will then be added to your new workflow.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Select “When a Cloud PC is created” in the dropdown menu of the trigger.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Select the “Get Cloud PC” action and add the dynamic Cloud PC ID returned from the trigger.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Click the “+” symbol and add the “Get user profile (V2)” action, then add the “User principal name” dynamic field from the “Get a Cloud PC” action above it.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Click the “+” symbol and add the “Send an email (V2)” action.&lt;/SPAN&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Add the “User principal name” from the “Get a Cloud PC” action to the To line.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Add the appropriate subject to the email. Here, you can also include the Display name from the “Get user profile (V2)” action.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Add the appropriate body content for your organization, including how your organization’s users can access their Cloud PCs and where to get support.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Click Save in the top right to save your flow.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:276}"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Note:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;we recommend testing this capability by limiting who it applies to at first. For example, it is possible to set the “To” line in the email action to an IT admin to first test your flow before opening it to more users.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Ideas for how to extend this capability:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Send notifications via Teams instead with the Teams connector&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Use &lt;/SPAN&gt;&lt;A href="https://adaptivecards.microsoft.com/?topic=design-best-practices" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Adaptive Cards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;and the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://adaptivecards.microsoft.com/designer.html" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Adaptive Card Designer&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; to design a notification that has the right information for your users.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Use &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/autopilot-device-preparation" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;device preparation policies&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; to ensure that the Cloud PC has the right apps and scripts before user login.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Create a conversational self-service experience with Copilot Studio&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Copilot Studio lets you build agents that can surface information from your configured knowledge resources in response to user requests.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Ideas for how to extend this capability:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Start with the &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/microsoft-copilot-studio/template-it-helpdesk" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;IT Helpdesk agent&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; and add your own knowledge base from a SharePoint site, PDF, or Microsoft’s own documentation on learn.microsoft.com&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Enable &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/microsoft-copilot-studio/advanced-hand-off" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;support handoff from virtual to human agents&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;with Dynamics 365 Customer Service&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4 aria-level="2"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;What is Microsoft Power&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Platform&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;Microsoft Power Platform is a low-code platform that enables organizations to analyze data, build custom apps, automate processes, and create agents, while integrating deeply with Microsoft 365, Dynamics 365, Azure, Entra, and many third-party connectors.&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="2"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Power Automate and Azure Logic Apps&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; for workflow automation across apps and services&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="2"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Copilot Studio&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; to build and custom AI agents and conversational experiences&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="2"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Power Apps&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; to build business apps with rich forms and logic&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;Power Pages&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;to build websites&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="2"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Power BI&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;to analyze data and share insights&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;With &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/connectors/connector-reference/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;1400+ connectors from Microsoft and other companies&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, plus the ability to&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/connectors/custom-connectors/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;create custom connectors&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, organizations can bring in their own data from systems with a REST API.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4 aria-level="2"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Learn more about &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Power Platform and the connector&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P aria-level="2"&gt;&lt;A href="https://learn.microsoft.com/en-us/connectors/windows365/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows 365 - Connectors&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P aria-level="2"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-platform/developer/get-started" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Introduction to Microsoft Power Platform&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P aria-level="2"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-platform/admin/pricing-billing-skus" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Licensing overview for Microsoft Power Platform&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P aria-level="2"&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-overview" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Overview - Azure Logic Apps&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;H4 aria-level="2"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;We want your feedback!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;This feature is in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;Public Preview&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;,&amp;nbsp;meaning it may have restricted or limited functionality and&amp;nbsp;may&amp;nbsp;go through&amp;nbsp;changes before it becomes&amp;nbsp;generally available.&amp;nbsp;For more information, visit&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/public-preview" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;our&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/public-preview" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Public Preview in Windows 365&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; doc.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;As you try it out, please share what’s working, what’s missing, and which scenarios matter most to you and your organization, especially around the triggers and actions we have made available so far.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;To provide general feedback, feature requests, and report issues, please visit this &lt;/SPAN&gt;&lt;A href="https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRwEeQeDAcnZPsQGKusPYIeNUODIzQjBaTUpCTTZGUVpXRVdNTFFTMTU3Mi4u" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;form.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P aria-level="2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;&lt;EM&gt;Continue the conversation. Find best practices. Bookmark the &lt;A href="https://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;, then follow us on&amp;nbsp;&lt;A href="https://www.linkedin.com/company/windows-it-pro" target="_blank" rel="noopener"&gt;LinkedIn&amp;nbsp;&lt;/A&gt;or&amp;nbsp;&lt;A href="https://twitter.com/mswindowsitpro" target="_blank" rel="noopener"&gt;@MSWindowsITPro&lt;/A&gt;&amp;nbsp;for updates. Looking for support? Visit&amp;nbsp;&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;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;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/announcing-windows-365-connector-for-microsoft-power-platform/ba-p/4506295</guid>
      <dc:creator>ivaylo_ivanov</dc:creator>
      <dc:date>2026-04-02T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Windows 365 Frontline in shared mode now available in Brazil South, Italy North, and West Europe</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-365-frontline-in-shared-mode-now-available-in-brazil/ba-p/4507441</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We're&amp;nbsp;pleased to announce that Windows 365 Frontline in shared mode continues its global expansion with availability in three new regions spanning&amp;nbsp;Brazil and&amp;nbsp;Europe.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Organizations can now deploy Windows 365 Frontline shared mode Cloud PCs in these regions:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;South America geography:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Brazil South&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Europe geography:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Italy North&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;West Europe&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This expansion reflects our ongoing commitment to bringing Cloud PCs closer to where shift-based workers operate, enabling organizations to deliver responsive, compliant, and cost-effective desktop experiences. Benefits of the expansion of Windows 365 Frontline in shared mode for these regions include:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Geographic proximity: &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Reduces network latency by placing Cloud PCs in regions closest to your users. Organizations can significantly improve responsiveness with faster sign-ins, quicker app launches, and smoother interactions; all contribute to better experiences for time-sensitive workflows.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;Regulatory compliance:&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;Addresses data residency requirements for industry-specific regulations. Many organizations face regulatory requirements that dictate where data can be stored and processed. With these new regional options, organizations can configure Windows 365 Frontline deployments that keep Cloud PC data within required geographical boundaries.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Aligning with existing infrastructure:&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Organizations already&amp;nbsp;operating&amp;nbsp;Azure resources in these regions can now co-locate Windows 365 Frontline Cloud PCs,&amp;nbsp;simplifying&amp;nbsp;network architecture and potentially reducing data transfer costs. This alignment creates opportunities for more integrated cloud strategies&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Empowering &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;t&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;ask&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;-&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;b&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;ased&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;w&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;orkers&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;w&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;orldwide&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Windows 365 Frontline in shared mode addresses a specific workforce need: employees who require intermittent access to Windows applications and tools without the overhead of dedicated, always-on Cloud PCs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;What &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;m&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;akes&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;s&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;hared&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;m&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;ode&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;d&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;ifferent&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Unlike traditional Cloud PC deployments where each user receives a dedicated virtual machine, shared mode enables multiple users to access the same Cloud PC at different times. The benefits of shared mode include:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Non-concurrent access:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;Only one user connects at a time, ensuring&amp;nbsp;optimal&amp;nbsp;performance&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Automatic cleanup:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;User profiles and data are&amp;nbsp;deleted&amp;nbsp;after sign-out&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;License efficiency:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;Organizations can provision Cloud PC access for more users with fewer licenses&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Rapid availability:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;The next user can connect as soon as the&amp;nbsp;previous&amp;nbsp;session ends&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This model works exceptionally well for roles where employees need periodic access to specific tools—such as checking inventory systems, accessing training materials, or completing administrative tasks—rather than continuous desktop use throughout their workday.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;Cloud Apps: Focused &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;a&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;ccess&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;for&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;s&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;treamlined&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;w&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;orkflows&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Beyond full desktop experiences, Windows 365 Frontline supports Cloud Apps delivery in shared mode. This capability enables organizations to provide users with access to specific applications—like web browsers, line-of-business tools, or communication platforms—without provisioning an entire Windows desktop.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Cloud Apps are particularly valuable when users need quick access to one or two critical applications rather than navigating a full desktop environment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;Getting &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;s&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;tarted&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;shared mode in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;n&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;ew&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;r&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;egions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;H5&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;Using Microsoft Hosted Network (MHN)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We recommend using Microsoft Hosted Network (MHN), so you can start deploying to the new regions immediately. To do this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Navigate to your provisioning policy in the Microsoft Intune admin center&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Select the appropriate geography (South America or Europe)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Choose your desired region:&lt;/SPAN&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Brazil&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Brazil South&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Europe&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Italy North or West Europe&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H5&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;Using Azure Network Connection (ANC)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;For Azure Network Connection deployments, you'll need:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;A virtual network (vNet) in your target region (Brazil South, Italy North or West Europe)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Proper service endpoints and connectivity configured for the chosen region&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Updated provisioning policies targeting the new region&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Remember: With ANC, the Azure virtual network's region determines where your Cloud PC is hosted.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Review the &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/create-azure-network-connection" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Azure Network Connection&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt; documentation&amp;nbsp;and&amp;nbsp;confirm&amp;nbsp;your ANC setup supports your chosen region, including virtual networks and necessary service endpoints.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Recommended &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;n&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;ext&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;s&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;teps&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Ready to expand your Windows 365 Frontline deployment to these new regions? Here's how to get started:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Review your requirements&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Determine which region best serves your users' location and compliance needs&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Check your network setup&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Verify your Microsoft Hosted Network or Azure Network Connection configuration&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Update provisioning policies&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Configure policies to target the new regions&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Deploy and monitor&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;:&lt;/STRONG&gt; Roll out Cloud PCs and monitor performance and user satisfaction&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To explore configuration options and learn more about what's possible next, head over to the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/introduction-windows-365-frontline#windows-365-frontline-in-shared-mode" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows 365 documentation&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:259,&amp;quot;335572079&amp;quot;:6,&amp;quot;335572080&amp;quot;:1,&amp;quot;335572081&amp;quot;:4278190080,&amp;quot;469789806&amp;quot;:&amp;quot;single&amp;quot;}"&gt;&lt;SPAN data-contrast="none"&gt;Continue&amp;nbsp;the conversation. Find&amp;nbsp;best&amp;nbsp;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 &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&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;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 22:10:14 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-365-frontline-in-shared-mode-now-available-in-brazil/ba-p/4507441</guid>
      <dc:creator>Vidya_Iyer</dc:creator>
      <dc:date>2026-03-31T22:10:14Z</dc:date>
    </item>
    <item>
      <title>Windows App Updates: Reliability, Productivity, and Security Improvements</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-app-updates-reliability-productivity-and-security/ba-p/4494681</link>
      <description>&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;Over a&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;y&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;ear of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;c&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;ontinued&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;g&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;rowth&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;As more organizations continue to explore Windows 365 and Azure Virtual Desktop to support flexible work, expectations for reliability, performance, and cross&lt;/SPAN&gt;‑&lt;SPAN data-contrast="auto"&gt;platform consistency are rising. Over the past year, Windows App has evolved into a solution to support reliable, productive, and secure access to Windows in the cloud, no matter where or how users connected.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;Improved &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;r&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;eliability&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Reliability improvements focused on two critical moments: getting connected, and staying connected.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;First, we made targeted transport&lt;/SPAN&gt;‑&lt;SPAN data-contrast="auto"&gt;layer improvements when networks fluctuate or devices move between environments.&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/azure/virtual-desktop/rdp-multipath" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;RDP Multipath&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, uses redundant UDP paths to help improve failover during transient network issues and reduce dropped sessions that can lead to disruptive reconnects.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Secondly, &lt;SPAN data-teams="true"&gt;we have made improvements with connection flows across platforms&lt;/SPAN&gt;. Together, these changes help reduce common connection&lt;/SPAN&gt;‑&lt;SPAN data-contrast="auto"&gt;related friction for end users and IT teams.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-ccp-props="{}"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;Enhancing &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;p&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;roductivity&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&lt;SPAN data-contrast="auto"&gt;Windows App introduces updates intended to reduce workflow friction and help users access their remote resources more efficiently. Users can now launch remote resources from familiar entry points like &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-app/configure-start-menu-integration" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows Start menu&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; and Spotlight search on macOS and iOS, helping minimize the need to search or switch between tools.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;&lt;img /&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;On macOS, task switching is designed to feel more consistent with native macOS navigation patterns. The cleaned&lt;/SPAN&gt;‑&lt;SPAN data-contrast="auto"&gt;up Option+Tab switcher, along with the ability to switch between remote apps from the Window menu and Dock, lets users move between workloads with the same ease they expect from native macOS apps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;For users with large, high-definition and widescreen monitors who prefer browser-based access, Windows App on the web now supports split-screen layouts. Users accessing Windows App in a browser can work on two virtual monitors within a single browser window. This supports side&lt;/SPAN&gt;‑&lt;SPAN data-contrast="auto"&gt;by&lt;/SPAN&gt;‑&lt;SPAN data-contrast="auto"&gt;side work scenarios within a single browser window, without requiring an additional physical monitor setup.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Windows App on the web also makes file movement simple with enhanced clipboard&lt;/SPAN&gt;‑&lt;SPAN data-contrast="auto"&gt;based file transfer. Users can copy and paste files directly between their local device and their virtual desktop, making it easy to move content in and out of the session without extra setup or tools.&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;External monitor support is also improved on iOS with user experience optimizations like automatic resolution handling. To add to the desktop&lt;/SPAN&gt;‑&lt;SPAN data-contrast="auto"&gt;class experience on mobile, Windows App on iOS now supports Surface mouse. Users can pair a Surface Arc Mouse or Surface Mouse with their iPhone to get precise cursor control, improved navigation, and a more natural remote desktop experience - especially when working with external monitors or larger screens.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Users can resume their sessions&amp;nbsp; through supported URI&lt;/SPAN&gt;‑&lt;SPAN data-contrast="auto"&gt;based&amp;nbsp;links.&amp;nbsp;With&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/azure/virtual-desktop/uri-scheme" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;URI&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;‑&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;based&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;ms&lt;/SPAN&gt;&lt;/SPAN&gt;‑&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;avd&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;&amp;nbsp;links&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; on Windows, users can launch their remote sessions directly from an email or internal site, jumping back into their workspace. And on iOS and iPadOS based devices, improved handling of lock and unlock events help streamline reconnection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To enhance the user experience on shared devices, Windows App on Windows now includes &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-app/windowsautologoff" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;auto logoff&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, helping sessions end cleanly and creating a fresh slate for the next user.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&lt;SPAN data-contrast="auto"&gt;And when something does get in the way, &lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;built&lt;/SPAN&gt;&lt;/SPAN&gt;‑&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;in &lt;A class="lia-external-url" href="https://learn.microsoft.com/windows-app/health-checks" target="_blank" rel="noopener"&gt;health checks&lt;/A&gt; and diagnostics&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; provide clearer visibility into network and connection conditions, helping users and IT teams identify potential issues.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;H4&gt;A &lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;m&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;ore&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;c&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;onsistent&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;e&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;xperience&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;a&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;cross&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;p&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;latforms&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Consistency across platforms is critical for IT teams supporting diverse devices and user workflows.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;In 2025, Windows App expanded platform support and aligned core experiences across Windows, macOS, iOS, Android, and the web, helping organizations deliver a similar access model and collaboration experience.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/windows-app/get-started-connect-devices-desktops-apps?tabs=windows-avd%2Cwindows-w365%2Cwindows-devbox%2Cmacos-rds%2Cwindows-pc&amp;amp;pivots=remote-pc#connect-to-a-remote-pc" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Remote PC connec&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;t&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;ions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, a frequently requested capability, are now available in preview in Windows App on Windows, making it easier for users to connect to their physical or virtual PCs alongside their Cloud PCs and Azure Virtual Desktop resources, all from a single app. This is also available for users without a work or school account.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Windows App for Android became generally available in April of 2025, ensuring access to remote resources from Windows App across most major platforms. Additional updates across Windows 365 including support for &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-365/enterprise/identity-authentication" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;external identities&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, making it easier to provide access to remote resources for external users.&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-365/enterprise/windows-365-switch-overview" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows 365 Switch &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;support expanded to include Windows 11 Home edition and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-365/enterprise/windows-365-boot-overview" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows 365 Boot&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; updates now deliver a streamlined connection experience, a new Connection Center experience for users with multiple Cloud PCs and cross-region disaster recovery.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Collaboration in Windows 365 and Azure Virtual Desktop also expanded with Teams VDI 1.0 support on iOS and Android (GA) and Teams VDI 2.0 on macOS (preview), now providing an improved meeting experience across all native clients.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Strengthening security with Windows App&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Security continued to be a key focus area for Windows App in 2025, with new client&lt;/SPAN&gt;‑&lt;SPAN data-contrast="auto"&gt;side protections designed to help customers access Cloud PCs and virtual desktops across devices more securely. One important capability is &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-app/manage-device-redirection-intune" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Microsoft Intune Mobile Application Management (MAM) support&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, which allows organizations to apply data loss prevention (DLP) controls when users access Windows resources through Windows App on iOS and Android. Using Intune App Protection Policies, IT admins can manage how corporate data is accessed and shared, such as helping to prevent copy/paste into personal devices, requiring AV installation, and this approach is well&lt;/SPAN&gt;‑&lt;SPAN data-contrast="auto"&gt;suited for BYOD scenarios without requiring full device enrollment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Windows App also introduced&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/windows-cloud-input-protection" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;keyboard input protection&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, which&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;is designed to help reduce exposure to certain keylogging and keystroke injection techniques during supported remote sessions. This client&lt;/SPAN&gt;‑&lt;SPAN data-contrast="auto"&gt;side security feature is particularly important in sensitive environments where users access high&lt;/SPAN&gt;‑&lt;SPAN data-contrast="auto"&gt;value workloads and data through virtualized Windows experiences. Together, these capabilities support Windows App as an access experience with built&lt;/SPAN&gt;‑&lt;SPAN data-contrast="auto"&gt;in security features for Windows in the cloud.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;Preparing for the &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;t&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;ransition&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;a&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;head&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Starting March 27, 2026, the Remote Desktop client for Windows (MSI) and the web-based Remote Desktop client will no longer be supported in commercial clouds. Support for the Windows (MSI) client in Azure Government and Azure 21Vianet clouds ends on September 28, 2026. To maintain supported access to Azure Virtual Desktop and Windows 365 resources after these dates, customers are encouraged to begin planning migration to Windows App. Windows App on Windows now provides updated capabilities and IT management controls, and key feature gaps noted in the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/prepare-for-the-remote-desktop-client-for-windows-end-of-support/4397724" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;end-of-support&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; blog have been&amp;nbsp;addressed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;Your Feedback Matters&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We welcome feedback through the Microsoft Store and Feedback Hub to help guide future improvements.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;Get Started&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Learn more in the Windows App documentation and find out about new features on the &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-app/whats-new?tabs=windows" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;What’s new &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;page. Find out more about what each platform supports&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-app/compare-platforms-features?pivots=azure-virtual-desktop" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;here&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;and join the conversation in the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://techcommunity.microsoft.com/category/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;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;&lt;EM&gt;Continue the conversation. Find best practices. Bookmark the&amp;nbsp;&lt;A href="https://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;, then follow us on&amp;nbsp;&lt;A href="https://www.linkedin.com/company/windows-it-pro" target="_blank" rel="noopener"&gt;LinkedIn&amp;nbsp;&lt;/A&gt;or&amp;nbsp;&lt;A href="https://twitter.com/mswindowsitpro" target="_blank" rel="noopener"&gt;@MSWindowsITPro&lt;/A&gt;&amp;nbsp;for updates. Looking for support? Visit&amp;nbsp;&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;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;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 17:49:16 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-app-updates-reliability-productivity-and-security/ba-p/4494681</guid>
      <dc:creator>Hilary_Braun</dc:creator>
      <dc:date>2026-03-30T17:49:16Z</dc:date>
    </item>
    <item>
      <title>Windows 365 Frontline in shared mode expands to New Zealand North, Mexico Central, and Europe</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-365-frontline-in-shared-mode-expands-to-new-zealand/ba-p/4504820</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Editor’s note, March 26, 2026: &lt;/STRONG&gt;An earlier version of this post listed West Europe&amp;nbsp;as a newly supported region for Windows 365 Frontline in shared mode. This has been corrected. Windows 365 Frontline shared mode is now available in &lt;STRONG&gt;New Zealand North&lt;/STRONG&gt;, &lt;STRONG&gt;Mexico Central&lt;/STRONG&gt;, &lt;STRONG&gt;Poland Central&lt;/STRONG&gt;, and &lt;STRONG&gt;Sweden Central&lt;/STRONG&gt;. The availability and deployment guidance below reflect this update.&lt;/EM&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We're excited to announce that Windows 365 Frontline in shared mode is now available in five new regions, expanding our global footprint and bringing Cloud PCs closer to organizations across Australasia, Central America and Europe.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Starting today, customers can deploy Windows 365 Frontline shared mode Cloud PCs in:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Australasia geography&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;New Zealand North&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Central America geography&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Mexico Central&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Europe geography:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Poland Central&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Sweden Central&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This expansion enables organizations to place Cloud PCs closer to their users, reducing latency and supporting local data residency requirements—critical for meeting regulatory compliance and delivering optimal user experiences.&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Windows 365 Frontline in shared mode is designed for employees who need quick, intermittent access to task-based tools—like retail staff checking inventory, contractors requiring temporary access, or new hires completing onboarding training.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;How Frontline in &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;s&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;hared&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;m&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;ode&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;w&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;orks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Shared mode Cloud PCs provide a secure, non-persistent desktop experience where:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Only one user can connect at a time&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;User profile data is deleted when they sign out&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;The Cloud PC is released for the next user&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Organizations optimize costs by providing access to multiple users with a single license&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In addition to full desktop access, organizations can also deliver Cloud Apps using the same shared mode foundation. This is ideal for users who only need a focused set of business-critical applications—like browsers, email, inventory systems, and so on—without the overhead of a full desktop environment.&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This makes shared mode ideal for scenarios where users don't need data persistence but require quick access to specialized tools and applications.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;Key &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;b&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;enefits&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;r&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;egional&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;e&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;xpansion&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;H5&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 3 Char"&gt;Improved &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 3 Char"&gt;u&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 3 Char"&gt;ser&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 3 Char"&gt;e&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 3 Char"&gt;xperience&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Bringing Cloud PCs closer to users in Mexico, Poland, and Sweden improves responsiveness and reduces latency—essential for frontline workers who need to complete time-sensitive&lt;/SPAN&gt; &lt;SPAN data-contrast="auto"&gt;tasks quickly and efficiently.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;Compliance and &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;d&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;ata&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;s&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;overeignty&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Keeping data within geographical boundaries helps organizations meet local regulatory requirements. Whether organizations are navigating data sovereignty regulations in Latin America or GDPR compliance in Europe, regional deployment options provide the flexibility organizations need.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;Simplified IT &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;m&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;anagement&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;IT admins can set up Cloud PCs with just a few clicks, while users benefit from faster sign-in and immediate productivity. Windows 365 Frontline shared mode removes the complexity of traditional VDI or shared physical device deployments.&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;Getting &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;s&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;tarted&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;with the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;n&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;ew&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;r&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;egions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;H5&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;Using Microsoft Hosted Network (MHN)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We recommend using Microsoft Hosted Network (MHN), so you can start deploying to the new regions immediately. To do this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Navigate to your provisioning policy in the Microsoft Intune admin center&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Select the appropriate geography (Central America or Europe)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Choose your desired region:&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Australasia&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;New Zealand North&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Central America&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;:&lt;/STRONG&gt; Mexico Central&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Europe&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Poland Central or Sweden Central&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Microsoft automatically optimizes Cloud PC placement for performance and resilience within your selected geography.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/enhanced-resiliency-mhn" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Learn more&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; about how Microsoft Hosted Network improves resiliency and regional coverage.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;Using Azure Network Connection (ANC)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;For Azure Network Connection (ANC) deployments, you'll need:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;A virtual network (vNet) in your target region (Mexico Central, Poland Central, or Sweden Central)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Proper service endpoints and connectivity configured for the chosen region&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Updated provisioning policies targeting the new region&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Remember: With ANC, the Azure virtual network's region determines where your Cloud PC is hosted.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Review the &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/create-azure-network-connection" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Azure Network Connection&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt; documentation&amp;nbsp;and&amp;nbsp;confirm&amp;nbsp;your ANC setup supports your chosen region, including virtual networks and necessary service endpoints.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Recommended &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;n&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;ext&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;s&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;teps&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Ready to expand your Windows 365 Frontline deployment to these new regions? Here's how to get started:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Review your requirements&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Determine which region best serves your users' location and compliance needs&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Check your network setup&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Verify your Microsoft Hosted Network or Azure Network Connection configuration&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Update provisioning policies&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Configure policies to target the new regions&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Deploy and monitor&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Roll out Cloud PCs and monitor performance and user satisfaction&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To explore configuration options and learn more about what's possible next, head over to the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/introduction-windows-365-frontline#windows-365-frontline-in-shared-mode" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows 365 documentation&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;.&lt;/SPAN&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="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&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>Thu, 26 Mar 2026 20:53:04 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-365-frontline-in-shared-mode-expands-to-new-zealand/ba-p/4504820</guid>
      <dc:creator>Vidya_Iyer</dc:creator>
      <dc:date>2026-03-26T20:53:04Z</dc:date>
    </item>
    <item>
      <title>Advancing Windows driver security: Removing trust for the cross-signed driver program</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/advancing-windows-driver-security-removing-trust-for-the-cross/ba-p/4504818</link>
      <description>&lt;H4 aria-level="2"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;How our &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;new approach&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt; strengthens customer protection while preserving app compatibility&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;Today, we’re excited to announce a significant step forward in our ongoing commitment to Windows security and system reliability: the removal of trust for all kernel drivers signed by the deprecated &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-hardware/drivers/install/deprecation-of-software-publisher-certificates-and-commercial-release-certificates" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;cross-signed root program&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;. This update will help protect our customers by ensuring that only kernel drivers&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;that the Windows Hardware Compatibility Program (WHCP) have passed and been signed can be loaded by default. To raise the bar for platform security, Microsoft will maintain an explicit allow list of reputable drivers signed by the cross-signed program. The allow list ensures a secure and compatible experience for a limited number of widely used&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;,&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; and reputable cross-signed drivers. This new kernel trust policy applies to systems running Windows 11 24H2, Windows 11 25H2, Windows 11 26H1, and Windows Server 2025 in the April 2026 Windows update. All future versions of Windows 11 and Windows Server will enforce the new kernel trust policy. This update continues a long sequence of changes Microsoft has taken over the years to reduce the attack surface on Windows and reinforces our commitment to safeguarding customers. Drivers are a critical part of the Windows ecosystem, and ensuring their integrity is essential to providing a secure and trustworthy environment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;The Microsoft &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-hardware/design/compatibility/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;WHCP certification program&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; is a rigorous driver signing process that helps us&amp;nbsp;ensure&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; &lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;our driver vendor partners are continuously vetted and comply with the latest security and compliance requirements. The WHCP program scans all driver submissions for malware and requires Hardware Lab Kit (HLK) test results to verify drivers are compatible with the Windows OS and Windows hardware. Driver submissions that pass partner identity vetting and security and compatibility scanning are signed by Microsoft-owned and protected code signing certificates that authorize trust for the drivers across the Windows ecosystem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;Despite the high security and compliance bar imposed by the WHCP program, third-party drivers signed by the &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-hardware/drivers/install/deprecation-of-software-publisher-certificates-and-commercial-release-certificates" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;cross-signed root program &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;are until now still broadly trusted in the Windows kernel. The cross-signed root program was introduced in the early 2000s to support and enable code integrity for third-party drivers on the Windows platform. This program provided driver publishers with Windows-trusted code signing certificates with varying degrees of partner vetting and zero assurances around the security and compatibility of kernel code. The signing program, administered by third-party certificate authorities, required driver authors to store and protect the private keys of the certificate&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;,&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; which led to abuse and credential theft that put our customers and their platforms at risk. The program was deprecated in 2021, and all certificates have since expired. However, trust for these certificates has persisted in specific use cases and scenarios. That changes starting now.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4 aria-level="2"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Balancing&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;security&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;compatibility&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;We know our customers depend on a diverse set of applications and hardware, many of which today rely on third-party cross-signed drivers. We know driver and application security are required by our customers but cannot come at the expense of compatibility and productivity. As a result, our new kernel trust policy responsibly raises the security bar while ensuring essential and reputable cross-signed drivers are still trusted in Windows&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;.&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; This helps minimize disruption and preserve the rich compatibility for which Windows is known. The new trust policy is carefully curated based on billions of driver load signals and real-world usage data across Windows 11 and Windows Server 2025 from the past two years. The driver load signals and input from our vibrant developer community have helped shape this policy and feature to help ensure a smooth transition for our customers.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4 aria-level="2"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;How the secure enablement works&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;To make this transition as seamless as possible, the new kernel trust policy will roll out in evaluation mode starting with the April 2026 Windows update servicing release to Windows 11 24H2, 25H2, 26H1, and Windows Server 2025. During evaluation mode, the Windows kernel will monitor and audit all driver loads to determine if the new trust policy can be safely activated without causing compatibility issues caused by blocking critical cross-signed drivers. A system will remain in evaluation mode until all evaluation criteria are met: &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;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 99.9637%; height: 72.3334px; border-width: 1px;"&gt;&lt;colgroup&gt;&lt;col style="width: 49.9818%" /&gt;&lt;col style="width: 49.9818%" /&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr style="height: 34.6667px;"&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;E&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;valuation Criteria &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;Evaluation Metric &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,&amp;quot;469777462&amp;quot;:[2460],&amp;quot;469777927&amp;quot;:[0],&amp;quot;469777928&amp;quot;:[1]}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 37.6667px;"&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Number of system hours &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Windows 11 – 100 hours&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Windows Server 2025 – 100 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;/LI&gt;
&lt;/UL&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;Number of boot sessions &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;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Windows 11 – 3 restarts&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Windows Server 2025 – 2 restarts &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;/LI&gt;
&lt;/UL&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;By requiring two distinct evaluation criteria, we ensure that a diverse set of drivers across boot-start and runtime scenarios is evaluated before activating the feature. Once all evaluation criteria are met, the feature determines whether the system should activate the policy by assessing the drivers loaded during evaluation mode:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;If all drivers loaded during the evaluation period are trusted by the kernel policy, the system activates and enforces the new kernel trust policy. Enforced systems are now protected against untrusted drivers from the cross-signed program, not on the kernel trust policy. These drivers will be blocked from running on enforced systems and the following notification is displayed:&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;img /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;If any cross-signed drivers are audited during the evaluation period and determined they would not pass the new kernel trust policy, the policy is not activated and remains in evaluation, and the evaluation period is reset. The system stays in evaluation mode until the drivers blocking enablement are no longer audited.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The evaluation mode ensures that systems using untrusted cross-signed drivers for legitimate, less frequent scenarios won’t be impacted by an ecosystem-wide enforced policy. At the same time, systems where driver compatibility is not impacted by the policy will safely enforce to reduce the kernel attack surface and improve security.  &lt;A href="https://learn.microsoft.com/windows/security/application-security/application-control/app-control-for-business/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Application Control for Business &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;always provides the ability to configure a more restrictive security policy, if desired, enabling you to further restrict the drivers and applications running on your systems.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;For more information on the driver policy, please visit&amp;nbsp;&lt;A href="https://go.microsoft.com/fwlink/?linkid=2352532" data-outlook-id="2ca531f2-d5ba-4598-ac77-20cc9dd2be88" target="_blank"&gt;https://go.microsoft.com/fwlink/?linkid=2352532&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Allowing &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;custom kernel &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;drivers &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;via App Control &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;policy&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To run certain drivers not supported by the new kernel policy in your environment, Windows now supports a method to securely override the default kernel policy using an Application Control for Business (formerly WDAC) policy. Confidential drivers that cannot be signed through the Microsoft Windows Hardware Compatibility Program (WHCP) via Hardware Dev Center (HDC) and drivers developed for internal only scenarios are well positioned for this policy. Otherwise, drivers targeted for the Windows ecosystem must be WHCP certified and signed through the Microsoft HDC portal.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Customers with confidential or internal-only driver scenarios&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;,&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; who have control over the UEFI Secure Boot authorities &lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;, &lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;can use this new feature to allow custom signers not trusted in the Windows kernel by default. The App Control policy enables customers to run privately signed drivers on enrolled systems without degrading security. The policy must be signed by an authority in the device’s Secure Boot Platform Key (PK) or Key Exchange Key (KEK) variables to ensure the policy is applicable to only their environment. By default, Application Control policies are designed to restrict the default kernel policy. When these policies are PK or KEK signed, kernel trust can be expanded to trust components and certificates otherwise not trusted in Windows.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The April 2026 Windows update servicing release will support this new policy type in Application Control for Business on systems running Windows 11 24H2, 25H2, 26H1 and Windows Server 2025. For more information on allowing custom kernel drivers and building a custom policy, visit &lt;/SPAN&gt;&lt;A href="https://go.microsoft.com/fwlink/?linkid=2348122" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;https://go.microsoft.com/fwlink/?linkid=2348122.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We are committed to delivering the best possible Windows experience - one that is secure, reliable, and fully compatible with your workflows. As we roll out the kernel trust policy, we’ll continue to listen to customer feedback, work closely with hardware and software partners, and refine our processes to ensure both security and compatibility remain top priorities. Thank you for joining us on this journey toward a safer, more resilient Windows ecosystem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5&gt;&lt;SPAN data-contrast="auto"&gt;Securing the present, innovating for the future&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Security is a shared responsibility. Through collaboration across hardware and software ecosystems, we can build more resilient systems secure by design and by default, from Windows to the cloud, enabling trust at every layer of the digital experience.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The updated &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows/security/book/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows Security book&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; and Windows Server Security book are available to help you understand how to stay secure with Windows. Learn more about &lt;/SPAN&gt;&lt;A href="https://www.microsoft.com/en-us/windows/business" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows 11&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-server/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows Server&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, and &lt;/SPAN&gt;&lt;A href="https://www.microsoft.com/en-us/windows/business/devices/copilot-plus-pcs" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Copilot+ PCs&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;. To learn more about Microsoft Security Solutions, visit our &lt;/SPAN&gt;&lt;A href="https://www.microsoft.com/en-us/security/business" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;website.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Bookmark the &lt;/SPAN&gt;&lt;A href="https://www.microsoft.com/security/blog/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Security blog&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; to keep up with our expert coverage on security matters.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Also, follow us on LinkedIn (&lt;/SPAN&gt;&lt;A href="https://www.linkedin.com/showcase/microsoft-security/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Microsoft Security&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;) and X (&lt;/SPAN&gt;&lt;A href="https://twitter.com/@MSFTSecurity" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;@MSFTSecurity&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;) for the latest news and updates on cybersecurity.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;&lt;EM&gt;&lt;SPAN data-contrast="none"&gt;Continue&amp;nbsp;the conversation. Find&amp;nbsp;best&amp;nbsp;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 &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&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;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Mar 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/advancing-windows-driver-security-removing-trust-for-the-cross/ba-p/4504818</guid>
      <dc:creator>Peter_Waxman</dc:creator>
      <dc:date>2026-03-26T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Windows 365 available in US Gov Texas for Government Community Cloud customers</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-365-available-in-us-gov-texas-for-government-community/ba-p/4500042</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Today, we’re pleased to announce that Windows 365 is now available in the US Gov Texas region for customers in the United States (US) Government Community Cloud (GCC &amp;amp; GCC-High).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This new regional availability helps US government organizations deploy Cloud PCs closer to users while meeting data residency, compliance, and performance requirements in an Azure Government environment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Provision Cloud PCs in US Gov Texas&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Admins can select US Gov Texas directly in the Microsoft Intune admin center when creating or updating a Windows 365 provisioning policy.&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;img /&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;Built for government needs&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun" data-ccp-charstyle-defn="{&amp;quot;ObjectId&amp;quot;:&amp;quot;ac0262f4-8a9e-5820-b908-2d943c5f7113|1&amp;quot;,&amp;quot;ClassId&amp;quot;:1073872969,&amp;quot;Properties&amp;quot;:[201342446,&amp;quot;1&amp;quot;,201342447,&amp;quot;5&amp;quot;,201342448,&amp;quot;1&amp;quot;,201342449,&amp;quot;1&amp;quot;,469777841,&amp;quot;Calibri&amp;quot;,469777842,&amp;quot;Arial&amp;quot;,469777843,&amp;quot;Calibri&amp;quot;,469777844,&amp;quot;Calibri&amp;quot;,201341986,&amp;quot;1&amp;quot;,469769226,&amp;quot;Calibri,Arial&amp;quot;,268442635,&amp;quot;22&amp;quot;,469775450,&amp;quot;normaltextrun&amp;quot;,201340122,&amp;quot;1&amp;quot;,134233614,&amp;quot;true&amp;quot;,469778129,&amp;quot;normaltextrun&amp;quot;,335572020,&amp;quot;1&amp;quot;,469778324,&amp;quot;Default Paragraph Font&amp;quot;]}"&gt;With support for US Gov Texas, GCC customers can:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Keep Cloud PC data and compute within a &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;US&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;&amp;nbsp;sovereign Azure Government region&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Reduce latency for users in Texas and surrounding areas&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Deploy Cloud PCs using Windows 365’s simple, SaaS-based model&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Get&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;started&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;GCC customers can begin provisioning Windows 365 Cloud PCs in US Gov&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt; Texas&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt; today by selecting the region when creating or updating provisioning policies in Microsoft Intune.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/requirements?tabs=enterprise%2Cgov#tabpanel_2_gov" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Learn more&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;about&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt; the supported regions for Windows 365 Cloud PC provisioning in our Government Community Cloud.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&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="none"&gt;Continue&amp;nbsp;the conversation. Find&amp;nbsp;best&amp;nbsp;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&amp;nbsp;follow us&amp;nbsp;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>Mon, 23 Mar 2026 18:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-365-available-in-us-gov-texas-for-government-community/ba-p/4500042</guid>
      <dc:creator>Ron_Coleman</dc:creator>
      <dc:date>2026-03-23T18:00:00Z</dc:date>
    </item>
    <item>
      <title>Announcing Multi‑Region Selection for Windows 365 in Government Community Cloud</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/announcing-multi-region-selection-for-windows-365-in-government/ba-p/4500043</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Government organizations rely on Windows 365 to deliver secure, reliable Cloud PCs for mission&amp;nbsp;critical work. Following our recent announcement of &lt;/SPAN&gt;&lt;A href="#community--1-file:///C:/Users/rocolem/Downloads/(https:/techcommunity.microsoft.com/blog/windows-itpro-blog/introducing-resiliency-improvements-with-microsoft-hosted-network/4474607" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;resiliency improvements with Microsoft Hosted Network (MHN)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, we’re pleased to share that &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/enhanced-resiliency-mhn" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Multi&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;-&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Region Selection&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;is now available for Windows 365 in our Government Community Cloud (GCC&amp;nbsp;&amp;amp; GCC-High). &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This capability extends Microsoft’s service managed resiliency investments to US government customers, helping improve Cloud PC availability while maintaining the simplicity and security expected from a SaaS solution.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;What is Multi‑Region Selection&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Multi‑Region Selection allows Windows 365 to automatically distribute Cloud PCs across multiple Azure regions within the US Government region group, rather than provisioning all Cloud PCs in a single region.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;In GCC environments, Cloud PCs are deployed within the US Government region group, which includes multiple Azure Government regions. When Multi‑Region Selection is enabled, Windows 365 can intelligently place Cloud PCs across the available regions in this group to improve resiliency and reduce dependency on any single region.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Customers can choose to allow automatic placement across the US Government region group or configure one or more specific regions that best meet their organizational needs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;When Microsoft Hosted Network is configured, Microsoft manages both the networking and regional placement of Cloud PCs. Customers select the region group or regions they want to use, and Windows 365 takes care of the underlying networking, placement, and optimization.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Why does this matter &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;for&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt; GCC customers?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun" data-ccp-charstyle-defn="{&amp;quot;ObjectId&amp;quot;:&amp;quot;ac0262f4-8a9e-5820-b908-2d943c5f7113|1&amp;quot;,&amp;quot;ClassId&amp;quot;:1073872969,&amp;quot;Properties&amp;quot;:[201342446,&amp;quot;1&amp;quot;,201342447,&amp;quot;5&amp;quot;,201342448,&amp;quot;1&amp;quot;,201342449,&amp;quot;1&amp;quot;,469777841,&amp;quot;Calibri&amp;quot;,469777842,&amp;quot;Arial&amp;quot;,469777843,&amp;quot;Calibri&amp;quot;,469777844,&amp;quot;Calibri&amp;quot;,201341986,&amp;quot;1&amp;quot;,469769226,&amp;quot;Calibri,Arial&amp;quot;,268442635,&amp;quot;22&amp;quot;,469775450,&amp;quot;normaltextrun&amp;quot;,201340122,&amp;quot;1&amp;quot;,134233614,&amp;quot;true&amp;quot;,469778129,&amp;quot;normaltextrun&amp;quot;,335572020,&amp;quot;1&amp;quot;,469778324,&amp;quot;Default Paragraph Font&amp;quot;]}"&gt;With Multi&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;-&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Region Selection enabled, Windows 365 customers in GCC can &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;benefit&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt; from:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Improved resiliency: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Cloud PCs are distributed across multiple regions, helping reduce the blast radius of regional issues.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Simplified operations:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;No manual region &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;selection&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt; or Azure networking configuration &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;required,&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt; Microsoft manages placement automatically after a geography or region group is selected.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Consistent user experience:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;End users continue to connect to their Cloud &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;PCs&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt; the same way, with resiliency built in by design.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;How to configure Multi‑Region Selectio&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;n&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Multi‑Region Selection is configured in the Microsoft Intune admin center as part of creation of a Windows 365 provisioning policy.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;When Microsoft Hosted Network is used, admins have the option to select the US Government region group which includes all regions available or select specific regions, and Windows 365 automatically manages Cloud PC placement across those regions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Once enabled, Cloud PCs are provisioned with built-in multi-region resiliency, without requiring architectural changes or additional configuration.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Get started&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Multi-Region Selection is available now for Windows 365 customers in GCC using Microsoft Hosted Network. Customers can begin using this capability by enabling it in new or existing provisioning policies.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/enhanced-resiliency-mhn" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Learn more&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; about how Windows 365 is enhancing Microsoft Hosted Network Cloud PC resiliency with Multi-Region Selection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;For a full list of Azure regions currently supported for Windows 365 Government, visit our &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/requirements?tabs=enterprise%2Cgov#tabpanel_2_gov" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Requirements for Windows 365 documentation&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&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="none"&gt;Continue&amp;nbsp;the conversation. Find&amp;nbsp;best&amp;nbsp;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&amp;nbsp;follow us&amp;nbsp;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>Mon, 23 Mar 2026 18:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/announcing-multi-region-selection-for-windows-365-in-government/ba-p/4500043</guid>
      <dc:creator>Ron_Coleman</dc:creator>
      <dc:date>2026-03-23T18:00:00Z</dc:date>
    </item>
    <item>
      <title>Introducing Teams optimizations for Windows App on iOS &amp; Android — Now Generally Available</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/introducing-teams-optimizations-for-windows-app-on-ios-android/ba-p/4501333</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Today,&amp;nbsp;we’re&amp;nbsp;announcing the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;general availability of Teams&amp;nbsp;optimizations&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;WebRTC Redirector Service&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;) for Windows App on iOS and Windows App on Android&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;, expanding support for optimized Microsoft Teams experiences when connecting to Windows 365 and Azure Virtual Desktop from mobile devices.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;Optimized Teams experiences for mobile&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt; devices&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Teams optimizations for Windows App on iOS and Android are designed to improve how audio and video are handled during Teams calls and meetings in virtualized environments. By leveraging media redirection techniques, audio and video processing can occur on the local device rather than entirely within the virtual session, which is intended to support more responsive interactions during meetings.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Teams optimizations are designed to support:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Improved audio and video handling&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; during Teams calls and meetings&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;More consistent media experiences&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; across a range of network conditions&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;A familiar Teams experience&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; when joining meetings from mobile devices using Windows App&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;During public preview, customers evaluated these optimizations in real‑world scenarios.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;With this release, organizations can begin deploying Windows App on iOS and Android with support for Teams media optimizations as a generally available capability when accessing&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Azure Virtual Desktop&amp;nbsp;and&amp;nbsp;Windows 365&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;, subject to supported configurations.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;Try it today&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;If you’re using Windows App on iOS or Android, you can start using&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/virtual-desktop/teams-on-avd" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Teams&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;o&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;ptimizations&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;today&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;. Windows App is available on the Apple App Store and Google Play Store.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;We want your feedback&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Customer feedback continues to play an important role in how Windows 365 and Azure Virtual Desktop experiences evolve. We encourage you to share what’s working well and where there are opportunities for improvement.&lt;/SPAN&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="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&amp;nbsp;follow us&amp;nbsp;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;
&lt;P&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;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 17:46:54 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/introducing-teams-optimizations-for-windows-app-on-ios-android/ba-p/4501333</guid>
      <dc:creator>PavithraT</dc:creator>
      <dc:date>2026-03-18T17:46:54Z</dc:date>
    </item>
    <item>
      <title>Windows 365 Frontline in shared mode expands to Norway East, France Central and Spain Central</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-365-frontline-in-shared-mode-expands-to-norway-east/ba-p/4501336</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We're&amp;nbsp;excited to announce that&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Windows 365 Frontline in shared mode&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; is now available in three new regions, expanding our global footprint and bringing Cloud PCs closer to organizations across Europe.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Starting today, customers can deploy Windows 365 Frontline shared mode Cloud PCs in:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Europe geography:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Norway East&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;France Central&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Spain Central&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This expansion enables organizations to place Cloud PCs closer to their users, reducing latency and supporting local data residency requirements&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;,&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;critical for meeting regulatory&amp;nbsp;compliance&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;,&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;and delivering&amp;nbsp;optimal&amp;nbsp;user experiences.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Windows 365 Frontline in shared mode is designed for employees who need &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;quick, intermittent access to task-based tools&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;—like retail staff checking inventory, contractors requiring temporary access, or new hires completing onboarding training.&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;H4 aria-level="3"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 3 Char"&gt;How&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 3 Char"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 3 Char"&gt;Frontline in s&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 3 Char"&gt;hared&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 3 Char"&gt;m&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 3 Char"&gt;ode&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 3 Char"&gt;w&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 3 Char"&gt;orks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;Shared mode Cloud PCs provide a secure, non-persistent desktop experience where:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;Only one user can connect at a time&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;User profile data is deleted when they sign out&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;The Cloud PC is released for the next user&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;Organizations optimize costs by providing access to multiple users with a single license&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;In addition to full desktop access, organizations can also deliver Cloud Apps using the same shared mode foundation. This is ideal for users who only need a focused set of business-critical applications like browsers, email, inventory systems, and so on, without the overhead of a full desktop environment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;This makes shared mode ideal for scenarios where users don't need data persistence but require quick access to specialized tools and applications.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4 aria-level="3"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;Key &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;b&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;enefits&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;r&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;egional&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;e&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;xpansion&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;Expanding Windows 365 Frontline shared mode to the new regions provides benefits including:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="3"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Improved user experience&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;-&amp;nbsp;Bringing Cloud PCs closer to users&amp;nbsp;improves responsiveness and reduces latency.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="3"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Compliance and data sovereignty&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; -&amp;nbsp;Keeping data within geographical boundaries can&amp;nbsp;help organizations meet local regulatory requirements. Whether&amp;nbsp;they're&amp;nbsp;navigating GDPR in Europe or data sovereignty regulations in the Middle East, regional deployment options provide the flexibility&amp;nbsp;they&amp;nbsp;need.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="3"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Simplified IT management&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;- IT admins can set up Cloud PCs with just a few clicks, while users benefit from faster sign-ins and immediate productivity.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4 aria-level="3"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;Getting &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;s&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;tarted&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;with the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;n&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;ew&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;r&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 2 Char"&gt;egions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;H5 aria-level="3"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;Using Microso&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;ft Hosted Network (MHN)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;We recommend using Microsoft Hosted Network (MHN), so you can start deploying to the new regions immediately. To do this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;Navigate to your provisioning policy in the Microsoft Intune admin center&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;Select the appropriate geography (&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Europe&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;Choose your desired region:&lt;/SPAN&gt;
&lt;OL&gt;
&lt;LI aria-level="3"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Europe&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Norway East, France Central or Spain Central&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;Microsoft automatically optimizes Cloud PC placement for performance and resilience within your selected geography.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P aria-level="3"&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/enhanced-resiliency-mhn" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Learn more&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; about how Microsoft Hosted Network improves resiliency and regional coverage.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5 aria-level="3"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 3"&gt;Using Azure Network Connection (ANC)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;For Azure Network Connection deployments, you'll need:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;A virtual network (vNet) in your target region (Norway East, France Central or Spain Central)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;Proper service endpoints and connectivity configured for the chosen region&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;Updated provisioning policies targeting the new region&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;Remember: With ANC, the Azure virtual network region determines where your Cloud PC is hosted.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P aria-level="3"&gt;&lt;SPAN data-contrast="none"&gt;Review the &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/create-azure-network-connection" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Azure Network Connection&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt; documentation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4 aria-level="3"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Recommended &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;n&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;ext&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;s&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;teps&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P aria-level="3"&gt;&lt;SPAN data-contrast="auto"&gt;Ready to expand your Windows 365 Frontline deployment to these new regions? Here's how to get started:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI aria-level="3"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Review your requirements&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Determine which region best serves your users' location and compliance needs&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="3"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Check your network setup&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Verify your Microsoft Hosted Network or Azure Network Connection configuration&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="3"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Update provisioning policies&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Configure policies to target the new regions&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-level="3"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Deploy and monitor&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;Roll out Cloud PCs and monitor performance and user satisfaction&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P aria-level="3"&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P aria-level="3"&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&amp;nbsp;follow us&amp;nbsp;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;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-365-frontline-in-shared-mode-expands-to-norway-east/ba-p/4501336</guid>
      <dc:creator>Vidya_Iyer</dc:creator>
      <dc:date>2026-03-18T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Unlocking Secure Agentic Productivity with Windows 365 for Agents</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/unlocking-secure-agentic-productivity-with-windows-365-for/ba-p/4499149</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The future of enterprise automation isn’t just about building smarter agents, it’s about enabling you to do more with agents, across more of the organization, directly within environments companies already rely on. This means AI agents need access to enterprise applications, not just APIs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;With our latest &lt;/SPAN&gt;&lt;A href="https://techcommunity.microsoft.com/blog/Windows-ITPro-blog/windows-365-for-agents-unlocks-secured-scalable-ai-automation/4468107" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;innovations announced at Ignite 2025&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://blogs.windows.com/windowsexperience/2026/01/22/windows-365-for-agents-the-cloud-pcs-next-chapter/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;our vision for AI agents&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, Windows 365 is becoming a foundational execution layer where people run agents to work through software UI, unlocking productivity while preserving enterprise trust boundaries. Windows 365 for Agents is the next evolution of Cloud PCs—extending the trusted Windows 365 platform from human users to AI agents so organizations can run agentic workloads securely, at scale, and under enterprise governance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Scaling AI agent productivity securely&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;While Model Context Protocol (MCP) servers enable automation in modern apps that have an API-based interaction layer, many mission-critical workflows still live in UI-driven legacy apps and bespoke internal sites where APIs are incomplete or unavailable. Equally important, business logic and decision context often live in the UI, not the API: warnings, approvals, conditional flows, and exception handling are communicated visually, and API-only agents miss this operational nuance. As a result, there are limits to how even highly capable agents can operate where real work happens. Windows 365 for Agents closes this gap by giving AI agent workloads a secured Cloud PC to reliably work through the same Windows and browser UIs employees use.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;With&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.microsoft.com/en-us/microsoft-365/blog/2026/03/09/powering-frontier-transformation-with-copilot-and-agents/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Agent 365&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, (generally available May 1) enterprise governance extends natively into the agent execution environment. Agent 365 gives organizations a single, trusted way to observe, govern, and secure agentic workloads—whether built by Microsoft, partners, or organizations—using the same identity, security, and management systems they already use for employees.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;That governance also applies to agents working in Windows 365 for Agents Cloud PCs—bringing managed, policy-controlled desktop execution to agentic workloads.&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt; Together, Windows 365 for Agents and Agent 365 create a consistent and secure environment to run and govern agents, with each platform serving a distinct role:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;A href="https://www.microsoft.com/en-us/microsoft-agent-365" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Agent 365&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;determines&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&lt;EM&gt;what&lt;/EM&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;work an agent should be able to perform&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;how&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN data-contrast="auto"&gt; it fits into the broader business workflows, using shared organizational policies and identity to govern behavior and access.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Windows 365 for Agents&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;defines&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;where&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;that work executes,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;providing Cloud PCs to enable agents to operate inside their own desktops and applications, including UI&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;‑&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;driven and non&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;‑&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;API systems, within a fully managed and auditable environment.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;These Cloud PCs can run Windows or Linux (coming soon) and are:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Entra ID-joined&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Microsoft Intune-managed&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Policy-enforced&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Auditable by design&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This means identity, access controls, compliance policies, and audit logs are inherited from the enterprise environment from day one.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To see what this looks like in practice, the video below shows how an expense report agent managed in Agent 365 can complete a routine expense report task using an assigned Cloud PC.&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="lia-embeded-content" contenteditable="false"&gt;&lt;IFRAME src="https://www.youtube.com/embed/rzEKuu1xVjw?si=bNwFSfN2N5giOWKA" 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;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Managing agents consistently – no matter who builds them&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We know that enterprises are increasingly drawing upon internal knowledge to build and deploy AI agents that operate directly within their core Windows applications. At the same time, a growing ecosystem of agent-builder platforms is giving organizations new, external paths to create and deploy agents tailored to their unique business needs. Agent 365 serves as the control plane that brings these internally and externally created agents together under a single governance model.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To support this,&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://partner.microsoft.com/en-us/blog/article/agent-365-announcement" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Microsoft has partnered with innovators like GenSpark&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; to ensure we’re providing the tools required to bring externally created agents into production securely, compliantly, and at scale—without sacrificing enterprise governance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;“What stood out to us about &lt;STRONG&gt;Agent 365&lt;/STRONG&gt; is that Microsoft focused on trust, not just technology. Security, governance, and compliance are built in from the start, enabling IT leaders to deploy AI with confidence. Through this partnership, we’re able to bring GenSpark’s AI directly into Teams, Microsoft Word, Microsoft 365 apps, Copilot, and computer&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;‑&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;using workflows powered by &lt;STRONG&gt;Windows 365 for Agents&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;—&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;all under enterprise IT control. At the same time, employees get&amp;nbsp;a seamless&amp;nbsp;experience right where they work.&amp;nbsp;That’s&amp;nbsp;the future&amp;nbsp;we’re&amp;nbsp;excited to help build.”&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN data-contrast="auto"&gt;— Eric Jing, CEO, GenSpark&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Expanding what agents can do without expanding risk&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Combining Agent 365 management with Windows 365 for Agents execution lets enterprises extend automation into the long tail of UI-based work that lives outside the API world—without sacrificing governance or control.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Key outcomes include:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Agents operate across applications and browsers,&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Complete multi-step operational tasks, and&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Operate under the same policies and controls as human users.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This is what work-aware AI can look like in practice.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Ready to get started?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;If you’re an agent maker, IT leader, or developer interested in being among the first to try Windows 365 for Agents, sign up &lt;/SPAN&gt;&lt;A href="https://aka.ms/W365AInterestForm" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;here &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;to express your interest in our preview.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;If you are an enterprise looking for a no-code agent building experience powered by Windows 365 for Agents, get started with Microsoft Copilot Studio today: &lt;/SPAN&gt;&lt;A href="https://www.bing.com/ck/a?!&amp;amp;&amp;amp;p=e31d69f91f2edd5eae471a52f094edec614057f6204f543973bd63d7c76204e1JmltdHM9MTc3MTg5MTIwMA&amp;amp;ptn=3&amp;amp;ver=2&amp;amp;hsh=4&amp;amp;fclid=13c65206-6a10-672c-1d47-46806b3d66ba&amp;amp;psq=mcs+computer+use&amp;amp;u=a1aHR0cHM6Ly9sZWFybi5taWNyb3NvZnQuY29tL2VuLXVzL21pY3Jvc29mdC1jb3BpbG90LXN0dWRpby9jb21wdXRlci11c2U" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Automate web and desktop apps with computer use (preview)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;If you are an agent developer looking to solve agentic work for enterprises – get started with your Agent 365 integration today: &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/microsoft-agent-365/developer/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Microsoft Agent 365 SDK and CLI | Microsoft Learn&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:276}"&gt;Continue the conversation. Find best practices. Bookmark the&amp;nbsp;&lt;A href="http://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;, then follow us&amp;nbsp;&lt;A href="https://x.com/mswindowsitpro" target="_blank" rel="noopener"&gt;@MSWindowsITPro&lt;/A&gt;&amp;nbsp;on X and on&amp;nbsp;&lt;A href="https://www.linkedin.com/company/windows-it-pro" target="_blank" rel="noopener"&gt;LinkedIn&lt;/A&gt;. Looking for support? Visit&amp;nbsp;&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;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 20:27:52 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/unlocking-secure-agentic-productivity-with-windows-365-for/ba-p/4499149</guid>
      <dc:creator>Joydeep_Mukherjee</dc:creator>
      <dc:date>2026-03-18T20:27:52Z</dc:date>
    </item>
    <item>
      <title>Announcing the RDP dynamic virtual channel plugin samples</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/announcing-the-rdp-dynamic-virtual-channel-plugin-samples/ba-p/4501337</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Extending Remote Desktop Protocol (RDP) is one of those areas where the documentation technically explains everything, but the real-world picture can still be difficult to piece together.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;At its core, the concept is straightforward: an RDP plugin consists of&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;two cooperating components&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="color: rgb(30, 30, 30);" data-contrast="auto"&gt;A &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: rgb(30, 30, 30);" data-contrast="auto"&gt;client-side component&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: rgb(30, 30, 30);" data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;running alongside the RDP client (mstsc.exe or Windows App)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;A &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;server-side&amp;nbsp;component&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;running inside the remote session&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;When a user connects through RDP, the client component is loaded by the RDP client and advertises one or more&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;virtual channels&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;. Applications inside the remote session can open those channels and exchange data with the client over the same RDP connection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;RDP defines two types of virtual channels:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Static virtual channels (SVC)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;— the original model with several limitations&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Dynamic virtual channels (DVC)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; — the modern model used by most current RDP features&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Static channels are still supported on Windows. However, they are &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;not supported in Windows 365 or Azure Virtual Desktop&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;and have several architectural constraints that make them unsuitable for new development.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&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;&lt;SPAN data-contrast="auto"&gt;Modern extensions rely on&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;dynamic&amp;nbsp;virtual&amp;nbsp;channels&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;, which allow channels to be created and closed dynamically during an active session. This mechanism powers many core RDP capabilities, including graphics, clipboard synchronization, audio redirection, device forwarding, and diagnostics.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Dynamic &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;v&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;irtual&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;c&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;hannels&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;p&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;ractice&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Dynamic virtual channels have existed since&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Windows Vista&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;and have been available to third-party developers for&amp;nbsp;nearly two&amp;nbsp;decades.&amp;nbsp;During that time, hundreds of&amp;nbsp;third-party&amp;nbsp;plugins have been built using DVCs&amp;nbsp;— from media optimization stacks for communication platforms, to advanced device redirection, monitoring agents, and internal enterprise integrations.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Despite this widespread use, &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;practical end-to-end examples have&amp;nbsp;remained&amp;nbsp;surprisingly rare&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;.&amp;nbsp;The only official reference sample,&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;TS Teleport&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;, was published in&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;2007&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;. While it demonstrates the concept, it uses old development patterns, tooling, and deployment approaches that make it difficult to apply directly to modern projects.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;A &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;m&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;odern&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;s&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;ample&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;r&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;epository&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To address this gap, we are releasing a &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;sample repository&amp;nbsp;demonstrating&amp;nbsp;how to build RDP plugins using modern tools and development patterns&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;&lt;A class="lia-external-url" href="https://github.com/microsoft/rdp-dvc-plugin-samples" target="_blank" rel="noopener"&gt;https://github.com/microsoft/rdp-dvc-plugin-samples&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;What you get&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt;Working client plugins and in-session server implementations across multiple languages&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Examples of plugin activation models (LocalServer32, InprocServer32, directentrypoint)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Lifecycle guidance (connect, disconnect, reconnect) and a shared baseline protocol for validation&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The goal is to provide &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;practical, end-to-end examples&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; that developers and IT professionals can use as a starting point when building real-world RDP integrations.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Core concepts used in this article&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;RDP Client:&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;Any RDP client that implements loading third-party plugins – It could be built-in Remote Desktop Client (mstsc.exe) on Windows 11 or Windows Server, Windows App or any other application that is using Remote Desktop ActiveX.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;RDP Server:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;A Windows 11 or Windows Server endpoint you connect to via RDP (including Azure Virtual Desktop/Windows 365 scenarios), where the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;server-side app runs inside the remote session&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; and opens the DVC via the WTS APIs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;What is a &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;d&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;ynamic&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;v&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;irtual&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;c&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;hannel&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;A &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;dynamic&amp;nbsp;virtual&amp;nbsp;channel&amp;nbsp;(DVC)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;is a virtual channel created and managed dynamically during a live RDP session. Both sides agree on a&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;channel&lt;/STRONG&gt; &lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;, which is the only address required.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;client side&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; is implemented as a COM object (IWTSPlugin) loaded by the RDP client.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;server side&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;is a normal Windows application running inside the RDP session that uses the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Windows Terminal Services (WTS) API&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;to open the channel and exchange data.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Under the hood, DVCs are multiplexed over the RDP transport.&lt;/SPAN&gt;&lt;/P&gt;
&lt;img&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Overview of a RDP plugin architecture&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;A diagram displaying simplified interaction between RDP plugin components&lt;/SPAN&gt;&lt;/P&gt;
&lt;/img&gt;
&lt;H4 aria-level="2"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;What is the Repository?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P aria-level="2"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Simple samples&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;Start with the Simple samples. Each one implements the same ping/echo protocol: the server sends a message with a sequence number, timestamp, and 5 KB payload; the client plugin echoes it back; the server logs round-trip time. That is the baseline.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;Seven languages — C++, .NET 8, .NET Framework 4.8, Go, Rust, Python, and Electron — all using LocalServer32 activation, all sharing the same channel name and wire format. Any client plugin can talk to any server binary. Each client side executable accepts /register and /unregister flags to manage its own registry entries under HKCU (HKEY_CURRENT_USER) — no elevation required.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;The Simple samples deliberately leave out session reconnection, render hints, and alternative activation models.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P aria-level="2"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Advanced samples&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;The Advanced samples are the ones to read once the Simple sample works. They implement: reconnects, different activation models, and rarely used render interfaces. They cover all three activation models in both C++ and .NET 8, sharing a single rdp-plugin-common library across the three client projects, so you can see exactly what differs between activation models without duplicating everything else.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4 aria-level="2"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Activation model&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;s&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;RDP Client loads DVC plugins at startup via a well-known registry key under HKCU|HKLM\SOFTWARE\Microsoft\Terminal Server Client\Default\AddIns\. The Name value under that key determines how the plugin is activated:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 91.7762%; height: 240px; border-width: 1px;"&gt;&lt;colgroup&gt;&lt;col style="width: 33.3945%" /&gt;&lt;col style="width: 33.3945%" /&gt;&lt;col style="width: 33.2901%" /&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Model&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;:278}"&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;How&amp;nbsp;RDP Client&amp;nbsp;activates&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;:278}"&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;Stability&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;:278}"&gt;&amp;nbsp;&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;LocalServer32&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; (out-of-process EXE)&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;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;CoCreateInstance → COM Service Control Manager (SCM) launches the EXE&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;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Crash in the plugin does &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;not&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;take down&amp;nbsp;mstsc&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;:278}"&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;InprocServer32&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; (in-process Dynamic-Link Library (DLL))&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;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;CoCreateInstance → COM loads the DLL into&amp;nbsp;mstsc&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;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Crash or heap corruption affects the RDP client&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;:278}"&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;Direct exported&amp;nbsp;entrypoint&lt;/SPAN&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;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;LoadLibraryEx + resolves VirtualChannelGetInstance&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;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Same in-proc risk; no COM registration needed&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;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;If you are building a plugin, start with LocalServer32 unless you have a specific reason not to. It isolates the plugin process, makes debugging straightforward, and means a crash in your code does not take down the user's RDP client.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;How registration works&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Plugins are registered under:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;HKCU\SOFTWARE\Microsoft\Terminal Server Client\Default\AddIns\SampleRdpPlugin&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;Example:&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Name = "{D9B80669-C06A-4BD1-9CB1-3B7168C9E3A3}"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This CLSID maps to the COM registration:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;HKCU\Software\Classes\CLSID\{D9B80669-C06A-4BD1-9CB1-3B7168C9E3A3}\LocalServer32&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN data-contrast="auto"&gt;(Default) = "C:\path\to\rdp-plugin.exe"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Process Lifetime (LocalServer32)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Each RDP connection causes mstsc.exe to call CoCreateInstance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Depending on how the server is implemented, this may:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Reuse an existing process via CoRegisterClassObject&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Launch a new process instance&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Getting started&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Requirements&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Client and server must run supported versions of Windows 11 or Windows Server 2019 or later. You can use either built-in mstsc.exe, or Windows 365/Azure Virtual Desktop&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Install required tools&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI style="font-weight: bold;"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Open a PowerShell window.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Install Git and Visual Studio Code:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN data-contrast="auto"&gt;winget install Git.Git&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN data-contrast="auto"&gt;winget install vscode&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Restart the PowerShell window if necessary.&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL start="2&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;span data-contrast="&gt;
&lt;LI style="font-weight: bold;"&gt;&lt;STRONG&gt;Clone the repository&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;PRE&gt;&lt;SPAN data-contrast="auto"&gt;mkdir C:\sources&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN data-contrast="auto"&gt;cd C:\sources&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN data-contrast="auto"&gt;git clone https://github.com/microsoft/rdp-dvc-plugin-samples.git&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN data-contrast="auto"&gt;cd rdp-dvc-plugin-samples&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;OL start="3&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;span data-contrast="&gt;
&lt;LI style="font-weight: bold;"&gt;&lt;STRONG&gt;Build a sample&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Navigate to a language under the simple folder.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN data-contrast="auto"&gt;Example:&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN data-contrast="auto"&gt;cd simple\dotnet&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Each language directory contains a build.ps1 script that can be used to required build tools:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN data-contrast="auto"&gt;.\build.ps1 -Install&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This step only needs to be performed once.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Restart PowerShell if required.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Build the sample:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN data-contrast="auto"&gt;.\build.ps1&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;OL start="4&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;span data-contrast="&gt;
&lt;LI style="font-weight: bold;"&gt;&lt;STRONG&gt;Run the sample&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;On the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;client machine&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;rdp-plugin.exe /register&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This registers the plugin. Start the plugin or let the RDP client launch it automatically when a connection is established.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Connect to the RDP server, note the plugin output window logs&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;On the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;server machine&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Copy the server binary and run it inside the RDP session.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;You should see &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;ping/echo output in both consoles&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;, confirming that the DVC channel is functioning.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;If the plugin does not load, the most common causes are:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Missing registry registration&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Running the plugin elevated while the RDP client is not&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;See &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;TROUBLESHOOTING.md&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; for the full checklist.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Conclusion&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Dynamic virtual channels are one of the most powerful extensibility points in the Remote Desktop Protocol stack. Whether the goal is device redirection, custom signaling, telemetry, or entirely new client capabilities, DVCs provide a flexible and well-integrated mechanism to extend the RDP experience.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;If you are new to DVC development, start with the official documentation to understand the protocol model and API surface:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/windows/win32/termserv/dynamic-virtual-channels" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/windows/win32/termserv/dynamic-virtual-channels&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Then explore the sample repository to see complete, working implementations across multiple languages and activation models:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://github.com/microsoft/rdp-dvc-plugin-samples" target="_blank" rel="noopener"&gt;https://github.com/microsoft/rdp-dvc-plugin-samples&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Clone the repository, run the simple samples to validate your environment, and then use the advanced samples as a foundation for building production-ready RDP plugins.&lt;/SPAN&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="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&amp;nbsp;follow us&amp;nbsp;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;/EM&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Mar 2026 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/announcing-the-rdp-dynamic-virtual-channel-plugin-samples/ba-p/4501337</guid>
      <dc:creator>DenisGundarev</dc:creator>
      <dc:date>2026-03-16T16:00:00Z</dc:date>
    </item>
    <item>
      <title>RSAT capabilities arrive on Arm-based Windows 11 PCs</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/rsat-capabilities-arrive-on-arm-based-windows-11-pcs/ba-p/4500663</link>
      <description>&lt;P&gt;Remote Server Administration Tools (RSAT) are now officially supported on Arm-based Windows 11 PCs. You can now remotely manage Windows server roles and features using Windows devices built on Arm processors, just as you would with traditional x64-based PCs. Supporting RSAT on Windows 11 on Arm marks a significant milestone and addresses one of your top requests for enterprise management.&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;RSAT tools now available for Windows on Arm&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;With the February 2026 Windows non-security preview update, five of the most widely used RSAT components are available on Arm-based devices:&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;&lt;STRONG&gt;Active Directory Domain Services &amp;amp; AD LDS Tools&lt;/STRONG&gt; – Remotely manage Active Directory domains, users, and Lightweight Directory Services (AD LDS) instances.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;&lt;STRONG&gt;Active Directory Certificate Services Tools&lt;/STRONG&gt; – Administer and manage certificate services and Public Key Infrastructure (PKI) on Windows Servers.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;&lt;STRONG&gt;Group Policy Management Console (GPMC)&lt;/STRONG&gt; – Create, edit, and manage Group Policy Objects to control settings in Active Directory environments.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;&lt;STRONG&gt;DNS Server Tools&lt;/STRONG&gt; – Configure and monitor DNS servers via the DNS Manager snap-in and command-line DNS utilities.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;&lt;STRONG&gt;DHCP Server Tools &lt;/STRONG&gt;– Manage DHCP servers and scopes to administer IP address allocation in your networks.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin-top: 16px;"&gt;These familiar utilities have long been available on x64 Windows clients. They're now compiled natively for the 64-bit Arm architecture and supported on Windows 11 Pro and Enterprise editions. With these tools, you can accomplish everyday system administrator tasks directly from an Arm-based Windows 11 PC. Add users to Active Directory, edit GPOs, configure DNS and DHCP servers, and more.&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;Why RSAT on Arm64 matters&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;For the past several years, if you've used Windows on Arm, you had to rely on alternative management methods (such as &lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/overview" target="_blank"&gt;Windows Admin Center&lt;/A&gt;) or switch to an x64 device for certain tasks. Similarly, testing newer Arm-powered laptops for your enterprise highlighted the pressing need for RSAT support on Arm64 devices.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;With RSAT support, Windows 11 on Arm becomes a more viable platform for enterprise IT management. It boosts confidence in the Windows on Arm ecosystem for business use. Put simply, you can now manage Windows servers from an Arm-based client, using the same robust GUI and PowerShell tools you know.&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;RSAT on different Windows 11 versions&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Depending on your Windows 11 version, RSAT are either available as optional components or Features on Demand (FODs).&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;&lt;STRONG&gt;Windows 11, versions 25H2 and 24H2&lt;SUP&gt;&lt;A href="#community--1-_edn1" target="_self"&gt;[1]&lt;/A&gt;&lt;/SUP&gt; on Arm:&lt;/STRONG&gt;&lt;STRONG&gt; &lt;/STRONG&gt;For today's broadly released and supported Windows 11 versions, RSAT support for Arm64 is available starting with the February 2026 Windows non-security preview update. The tools are enabled as optional components.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;&lt;STRONG&gt;Windows 11, version 26H1: &lt;/STRONG&gt;New Arm-based devices with the targeted &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/what-to-know-about-windows-11-version-26h1/4491941" target="_blank"&gt;Windows 11, version 26H1 release&lt;/A&gt; have these RSAT capabilities integrated directly as FODs. This release brings the Arm64 edition closer to parity with x64 in terms of RSAT functionality.&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;How to enable RSAT on Arm-based Windows 11 PCs&lt;/H2&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;Optional components for Windows 11, versions 25H2 and 24H2&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;Your devices with an Arm64 processor must be running Windows 11, version 25H2 or 24H2 and be updated with the February 2026 Windows non-security preview update or later.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;To add RSAT as optional components via the Control Panel&lt;SUP&gt;&lt;A href="#community--1-_edn2" target="_self"&gt;[2]&lt;/A&gt;&lt;/SUP&gt;:&lt;/P&gt;
&lt;OL&gt;
&lt;LI style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;Open the Control Panel.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Select &lt;STRONG&gt;Programs &lt;/STRONG&gt;&amp;gt; &lt;STRONG&gt;Turn Windows features on or off&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Check the boxes for the RSAT components you need.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P style="margin-top: 16px;"&gt;The RSAT components will then be installed and available for use on your Arm-based Windows 11 PC.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;When you install optional components through the Control Panel user interface, you'll see the &lt;EM&gt;DisplayName&lt;/EM&gt; showing RSAT.&lt;/P&gt;
&lt;img /&gt;
&lt;P style="margin-top: 16px;"&gt;However, when using command‑line tools, you'll only see the &lt;EM&gt;FeatureName&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt;.&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt; &lt;/EM&gt;Please use the &lt;EM&gt;FeatureName&lt;/EM&gt;&lt;STRONG&gt; &lt;/STRONG&gt;to install a specific optional component.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Examples:&lt;/P&gt;
&lt;P style="margin-top: 16px; margin-bottom: 0px; font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', 'monospace';"&gt;dism /online /get-features /format:table | findstr /i "Enabled"&lt;/P&gt;
&lt;P style="margin: 0px;"&gt;or&lt;/P&gt;
&lt;P style="margin-top: 0px; font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', 'monospace';"&gt;Get-WindowsOptionalFeature -Online | Where-Object State -eq "Enabled"&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Output sample:&lt;/P&gt;
&lt;P style="margin-top: 20px; font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', 'monospace';"&gt;FeatureName&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; State&lt;BR /&gt;-----------&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -----&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;CertificateServices-Tools&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Enabled&lt;BR /&gt;ServerManager-Tools&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Enabled&lt;BR /&gt;ActiveDirectory-DS-LDS-Tools&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enabled&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Commands to install:&lt;/P&gt;
&lt;P style="margin-top: 16px; font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', 'monospace';"&gt;# Enable ADLDS&lt;BR /&gt;Enable-WindowsOptionalFeature -Online -FeatureName ActiveDirectory-DS-LDS-Tools -All -NoRestart&lt;BR /&gt;# Enable ADCS&lt;BR /&gt;Enable-WindowsOptionalFeature -Online -FeatureName CertificateServices-Tools -All -NoRestart&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Additionally, for an individual feature:&lt;/P&gt;
&lt;P style="margin-top: 16px; font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', 'monospace';"&gt;Get-WindowsOptionalFeature -Online -FeatureName &amp;lt;FeatureName&amp;gt;&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;The output will include the &lt;EM&gt;DisplayName&lt;/EM&gt;, which shows the corresponding RSAT label.&lt;/P&gt;
&lt;img /&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;Features on Demand for Windows 11, version 26H1&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;The RSAT components are available to you as Windows features on devices with Windows 11, version 26H1.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;To add RSAT tools as FODs via Windows Settings:&lt;/P&gt;
&lt;OL&gt;
&lt;LI style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;Navigate to &lt;STRONG&gt;Settings &amp;gt; System &amp;gt; Optional Features &amp;gt; Add an optional feature&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Find and select the desired "RSAT" components to install, such as &lt;EM&gt;RSAT: Active Directory Domain Services and LDS Tools&lt;/EM&gt;, &lt;EM&gt;RSAT: DNS Server Tools&lt;/EM&gt;, etc.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P style="margin-top: 16px;"&gt;This is what RSAT as FODs look like on Windows 11, version 26H1:&lt;/P&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;Manage Windows infrastructure more efficiently&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;We hope you will take advantage of these newly available RSAT components on your Arm64 devices and let us know how this investment helps your team manage Windows infrastructure more efficiently.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;By introducing RSAT for Windows 11 on Arm, the platform takes another step toward giving you a consistent management experience across more of your Windows devices. This removes a key barrier for your organization to adopt Arm-powered PCs for benefits like battery life and connectivity. Just use your preferred server management workflows on any Windows 11 PC.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;This update underscores our commitment to support Windows on Arm for enterprise use cases. We'll continue welcoming feedback as we enhance Windows 11 for all platforms.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;Happy server managing, now on Arm!&lt;BR /&gt;&lt;BR /&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;, 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;BR /&gt;&lt;BR /&gt;&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-_ednref1" class="lia-anchor"&gt;&lt;/a&gt;&lt;SUP&gt;[1]&lt;/SUP&gt; Non-Arm, x64 devices on Windows 11, versions 25H2 and 24H2 are Features on Demand.&lt;BR /&gt;&lt;a id="community--1-_ednref2" class="lia-anchor"&gt;&lt;/a&gt;&lt;SUP&gt;[2]&lt;/SUP&gt; As a shortcut for installing optional components via the Control Panel, press &lt;STRONG&gt;Win + R&lt;/STRONG&gt;, type &lt;STRONG&gt;optionalfeatures.exe&lt;/STRONG&gt;, and press &lt;STRONG&gt;Enter&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 17:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/rsat-capabilities-arrive-on-arm-based-windows-11-pcs/ba-p/4500663</guid>
      <dc:creator>Zane_Szafraniec</dc:creator>
      <dc:date>2026-03-10T17:00:00Z</dc:date>
    </item>
    <item>
      <title>Securing devices faster with hotpatch updates on by default</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/securing-devices-faster-with-hotpatch-updates-on-by-default/ba-p/4500066</link>
      <description>&lt;P&gt;Windows Autopatch is enabling hotpatch security updates by default to help secure devices even faster. This change in default behavior comes to all eligible&lt;A href="#community--1-_edn1" target="_self"&gt;[i]&lt;/A&gt; devices in Microsoft Intune and those accessing the service via Microsoft Graph API starting with the May 2026 Windows security update. Applying security fixes without waiting for a restart can get organizations to 90% compliance in half the time, while you remain in control.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;One month before this shift, starting on April 1, 2026, new controls become available if you're not ready for this change. Here's why and how you can decide on your next move.&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 advantage of hotpatch updates&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Every month, Windows publishes security updates to address common vulnerabilities and exposures (CVEs) to help keep users at your organization secure. When you roll out these updates as an IT admin, you may wait for days for devices to restart before they become compliant. Typically, you'd allow 3-5 days after installing those fixes before forcing a restart to apply them. When &lt;A href="https://learn.microsoft.com/windows/deployment/windows-autopatch/manage/windows-autopatch-hotpatch-updates" target="_blank"&gt;hotpatch updates&lt;/A&gt; launched about a year ago, we changed the game. Security updates take effect as soon as they are installed – no restart required.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;This change in approach patches devices significantly faster since they aren't waiting for that restart. To see how this is working in the real world, we asked four different companies with 30-70K devices about their gains in the number of days to security compliance. They all reported achieving 90% patch compliance in half the previous time, without making any policy changes (see chart below).&lt;/P&gt;
&lt;img /&gt;
&lt;P style="margin-top: 16px;"&gt;Today, there are over 10 million production devices enrolled in hotpatch updates, showing the level of adoption and trust companies like yours have in this capability. Learn more about the efficiency of&amp;nbsp;&lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/hotpatch-efficiency-unlocked-smaller-update-size/4460681" target="_blank"&gt;smaller hotpatch update sizes&lt;/A&gt; and how we implement hotpatch updates &lt;A href="https://www.microsoft.com/insidetrack/blog/transforming-security-and-compliance-at-microsoft-with-windows-hotpatch/?msockid=266be3104c7463ce2bbaf6fe4d6862ba" target="_blank"&gt;internally at Microsoft&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;Hotpatch by default: How it works&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Starting with the May 2026 Windows security update, Windows Autopatch is enabling hotpatch updates by default to help your organization get more secure, quicker. This change applies whether you use Windows Autopatch through Microsoft Intune or the Windows updates API in Microsoft Graph.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;What does it mean in practice? All update policies in Microsoft Intune depend on Windows Autopatch. The default tenant setting is only applied to devices that aren't members of a quality update policy. Windows Autopatch respects your configuration of quality update policies. If a device is assigned to one of those policies, the hotpatch setting from that policy is the one applied. Your preferences for update deferrals and update ring settings are also respected.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: Hotpatch updates only apply to devices that meet the hotpatch &lt;A href="https://learn.microsoft.com/windows/deployment/windows-autopatch/manage/windows-autopatch-hotpatch-updates#prerequisites" target="_blank"&gt;prerequisites&lt;/A&gt;. Devices that don't meet these prerequisites will continue to patch in the same way they do today.&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;When will my devices start receiving hotpatch updates?&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;If a device meets the &lt;A href="https://learn.microsoft.com/windows/deployment/windows-autopatch/manage/windows-autopatch-hotpatch-updates#prerequisites" target="_blank"&gt;prerequisites&lt;/A&gt; and has taken the April 2026 security update (a baseline update), it will start receiving hotpatch updates with the May 2026 security update. Double-check whether a device is enrolled in hotpatch updates with new &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/windows-autopatch-update-readiness-brings-insights-to-it/4497611" target="_blank"&gt;Windows Autopatch update readiness&lt;/A&gt; tools.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: Hotpatch updates are applied from the latest baseline release. If a device is enrolled in hotpatch updates but isn't yet on the latest baseline, Windows Autopatch first installs the latest baseline update, which requires a restart. Once the device is on the latest baseline, it continues receiving hotpatch updates without requiring restarts going forward. For more information on the latest schedule for these releases, see &lt;A href="https://support.microsoft.com/topic/release-notes-for-hotpatch-on-windows-11-enterprise-version-25h2-0bbaa1c7-5070-41ca-a7c9-4ead79602dbf" target="_blank"&gt;Release notes for hotpatch&lt;/A&gt;.&lt;/P&gt;
&lt;/BLOCKQUOTE&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;How do I know if a device will receive a hotpatch update?&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;Before the May 2026 hotpatch update, review the &lt;A href="https://learn.microsoft.com/windows/deployment/windows-autopatch/monitor/windows-autopatch-hotpatch-quality-update-report" target="_blank"&gt;Hotpatch quality updates report&lt;/A&gt; in Intune. It shows devices that have hotpatch updates enabled and meet the prerequisites. You can easily see which devices will receive a hotpatch update in the &lt;STRONG&gt;Hotpatch ready&lt;/STRONG&gt; column. Devices successfully patched are in the &lt;STRONG&gt;Hotpatched &lt;/STRONG&gt;column.&lt;/P&gt;
&lt;img /&gt;
&lt;P style="margin-top: 16px;"&gt;You can also look at the &lt;A href="https://learn.microsoft.com/windows/deployment/windows-autopatch/monitor/windows-autopatch-windows-quality-update-status-report" target="_blank"&gt;Quality update status report&lt;/A&gt; in Intune to check which devices are ready to receive a hotpatch update. In this report, the column labeled &lt;STRONG&gt;Hotpatch Readiness&lt;/STRONG&gt; indicates if the device meets the prerequisites for hotpatch updates. A new column called &lt;STRONG&gt;Hotpatch enabled&lt;/STRONG&gt; will be added showing the status of each device.&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;Embracing the change at your own pace&lt;/H2&gt;
&lt;P style="margin-top: 16px;"&gt;Windows Autopatch is enabling hotpatching by default because hotpatch updates are the quickest way to get secure. As such, we recommend keeping hotpatch updates enabled for your devices. If you're not ready for this change, you can opt out groups of devices or the whole tenant.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;The tenant setting to opt out of hotpatch updates is scheduled to go live on April 1, 2026. And because April is a hotpatch baseline month, you have until May 11, 2026 before any hotpatch updates are deployed.&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;How to opt out of hotpatch updates across your tenant&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;Once the changes are live in April, configure the default hotpatch update behavior for your tenant as follows:&lt;/P&gt;
&lt;OL&gt;
&lt;LI style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;Open &lt;A href="https://intune.microsoft.com/" target="_blank"&gt;Microsoft Intune&lt;/A&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Navigate to &lt;STRONG&gt;Tenant administration &lt;/STRONG&gt;&amp;gt; &lt;STRONG&gt;Windows Autopatch&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Tenant management&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Select the &lt;STRONG&gt;Tenant settings&lt;/STRONG&gt; tab.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Toggle the "When available, apply updates without restarting the device ("hotpatch") setting to either &lt;STRONG&gt;Allow&lt;/STRONG&gt; or &lt;STRONG&gt;Block&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&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;How to opt out of hotpatch updates for groups of devices&lt;/H3&gt;
&lt;P style="margin-top: 16px;"&gt;Want to specify the desired behavior for a group of devices? Simply assign them to a quality update policy. Windows Autopatch respects your intention set at the policy level over the tenant-level default. To create a quality update policy, take the following steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;Open &lt;A href="https://intune.microsoft.com/" target="_blank"&gt;Microsoft Intune&lt;/A&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Navigate to &lt;STRONG&gt;Devices &lt;/STRONG&gt;&amp;gt; &lt;STRONG&gt;Manage updates &lt;/STRONG&gt;&amp;gt; &lt;STRONG&gt;Windows updates&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Select the &lt;STRONG&gt;Quality updates&lt;/STRONG&gt; tab.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Select &lt;STRONG&gt;Create&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Select &lt;STRONG&gt;Windows quality update policy&lt;/STRONG&gt; from the drop-down menu.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Fill out the title and details on the &lt;STRONG&gt;Basics&lt;/STRONG&gt; tab and select &lt;STRONG&gt;Next&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;In the &lt;STRONG&gt;Settings &lt;/STRONG&gt;step, toggle the "When available, apply without restarting the device ("hotpatch") setting to either &lt;STRONG&gt;Allow&lt;/STRONG&gt; or &lt;STRONG&gt;Block&lt;/STRONG&gt;, then select &lt;STRONG&gt;Next&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Apply any scope tags, then select &lt;STRONG&gt;Next&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Assign your desired Microsoft Entra groups, then select &lt;STRONG&gt;Next&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Select &lt;STRONG&gt;Create&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P style="margin-top: 16px;"&gt;You can disable hotpatch updates at the tenant level and enable them for specific devices and vice versa. When you're ready for hotpatch updates by default, just toggle "When available, apply without restarting the device ("hotpatch") back to &lt;STRONG&gt;Allow&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P style="margin-top: 16px;"&gt;To start taking advantage of hotpatch updates enabled by default, check that your devices meet the prerequisites. To learn more and get started, see &lt;A href="https://learn.microsoft.com/en-us/windows/deployment/windows-autopatch/manage/windows-autopatch-hotpatch-updates" target="_blank"&gt;Hotpatch updates&lt;/A&gt; and the &lt;A href="https://learn.microsoft.com/windows/deployment/windows-autopatch/overview/windows-autopatch-faq" target="_blank"&gt;Windows Autopatch frequently asked questions (FAQ)&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&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;, 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;
&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;[i]&lt;/SUP&gt; See prerequisites for hotpatch updates in &lt;A href="https://learn.microsoft.com/windows/deployment/windows-autopatch/manage/windows-autopatch-hotpatch-updates#prerequisites" target="_blank"&gt;Hotpatch updates&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 21:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/securing-devices-faster-with-hotpatch-updates-on-by-default/ba-p/4500066</guid>
      <dc:creator>Chris_Tulip</dc:creator>
      <dc:date>2026-03-09T21:00:00Z</dc:date>
    </item>
    <item>
      <title>Frontline shared mode expands to Germany West Central &amp; Switzerland North</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/frontline-shared-mode-expands-to-germany-west-central/ba-p/4499800</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Today,&amp;nbsp;I’m&amp;nbsp;pleased to announce that&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/introduction-windows-365-frontline#windows-365-frontline-in-shared-mode" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows 365 Frontline in shared mode&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;is now available in&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Germany West Central&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Switzerland North&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;within the Europe geography, bringing Cloud PCs even closer to customers across Europe.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;With &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Germany West Central&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;and&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Switzerland North&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;now supported, customers can place Cloud PCs closer to users to realize&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;lower latency&amp;nbsp;and local data residency&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; through the Microsoft Cloud.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This expansion strengthens global coverage and helps customers who need to keep data within national borders, meet industry or government compliance expectations, or provide users with faster, more consistent Cloud PC experiences.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;&lt;img /&gt;
&lt;H4&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 1"&gt;What Windows 365 Frontline shared mode enables&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Windows 365 Frontline in &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;shared mode&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;is built for workers who need&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;short, task-based access&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;to a Cloud PC and&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;don’t&amp;nbsp;require data persistence&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;. Only&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;one user can connect at a time&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;, and when a user signs out,&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;user data is&amp;nbsp;deleted&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;. Then, the Cloud PC is released for the next user, helping standardize access for shared, rotating workforces.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Windows 365 Frontline also supports delivering &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Cloud Apps&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;(instead of the full desktop) using the same shared mode foundation—helpful when frontline users primarily need a small set of business apps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5&gt;&lt;SPAN data-ccp-props="{}"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Benefits&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/H5&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;Better user experience (low latency and consistency)&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; Bringing Cloud PCs closer can improve responsiveness for users in and around Germany and Switzerland, aligning with the broader goal of a faster, more consistent Cloud PC experience.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;Data residency and compliance readiness&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; These regions help organizations that need data within national borders and/or must meet local regulatory expectations.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;SPAN data-ccp-props="{}"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 1"&gt;Recommended Next Steps &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;335559738&amp;quot;:360,&amp;quot;335559739&amp;quot;:80}"&gt;&lt;SPAN data-contrast="auto"&gt;Below are a few actions to help you take advantage of Windows 365 Frontline in shared mode availability in Germany West Central and Switzerland North, depending on how your provisioning policies are configured.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H5&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="heading 2"&gt;Using Microsoft Hosted Network (MHN)? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H5&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;MHN customers can start benefiting from the newly available Germany West Central and Switzerland North regions right away. Because Microsoft manages the networking for you, choosing the Europe geography where both these regions have been added to let the service optimize Cloud PC placement automatically for performance and resilience.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To enable the Germany West Central region:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/enhanced-resiliency-mhn" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Learn more&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; about how Microsoft Hosted Network improves resiliency and regional coverage.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Configure provisioning policy to use the&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; Europe geography &amp;gt; Germany (EU) region group &amp;gt; Germany West Central region.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To enable the Switzerland North region:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Configure provisioning policy to use the &lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;Europe geography &amp;gt; Switzerland region group &amp;gt; Switzerland North region.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335559685&amp;quot;:0,&amp;quot;335559737&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: rgb(30, 30, 30); font-size: 20px;"&gt;Using Azure Network Connection (ANC)?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;If you're using ANC, you stay in control of your network topology and Cloud PCs are provisioned into the virtual network (vNet) + subnet you specify.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Important&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;With ANC, the Azure virtual network’s region determines where the Cloud PC is created and hosted, so deploying into Germany West Central or Switzerland North requires a vNet in those regions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To use new regions, your environment may require a quick validation/update to ensure your configuration supports provisioning in those regions. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To enable the newly available regions of Germany West Central or Switzerland North:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Review the &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/create-azure-network-connection" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;Azure Network Connection&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; documentation.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Confirm your ANC setup supports your chosen region (Germany West Central or Switzerland North), including virtual networks and necessary service endpoints.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="auto"&gt;Once ready, adjust your provisioning policies to target your chosen region (Germany West Central or Switzerland North).&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335559737&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:278}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Heading 1 Char"&gt;Get &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 1 Char"&gt;s&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Heading 1 Char"&gt;tarted&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="heading 1"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;With Germany West Central and Switzerland North now available for Windows 365 Frontline in shared mode, this is a great time to bring Cloud PCs closer to your users, while keeping the service straightforward for admins to deploy and manage.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To explore configuration options and learn more about what’s possible next, head over to &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-365/enterprise/requirements?tabs=enterprise%2Cshared#supported-azure-regions-for-cloud-pc-provisioning" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt; 365 documentation.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&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 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="auto"&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="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;SPAN data-contrast="auto"&gt; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2026 18:07:58 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/frontline-shared-mode-expands-to-germany-west-central/ba-p/4499800</guid>
      <dc:creator>Vidya_Iyer</dc:creator>
      <dc:date>2026-03-10T18:07:58Z</dc:date>
    </item>
    <item>
      <title>Building a modern, secure, and seamless print experience for Windows</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/building-a-modern-secure-and-seamless-print-experience-for/ba-p/4499051</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;For more than three decades, printing has been&amp;nbsp;an essential,&amp;nbsp;but often fragmented,&amp;nbsp;part of how people work. In every industry, across every type of business, printing is woven into daily workflows: reports sent to&amp;nbsp;office printers, shipping labels generated on shop floors, contracts&amp;nbsp;finalized&amp;nbsp;for signature, and countless&amp;nbsp;documents&amp;nbsp;for&amp;nbsp;routine tasks in between. Yet the underlying print experience has historically been complicated by one persistent challenge: every device&amp;nbsp;required&amp;nbsp;its own driver.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;That model, built for a very different era of computing, has created friction for businesses and consumers alike. Device-specific drivers increase IT overhead, introduce reliability gaps, and create security risks, particularly as Windows has evolved and diversified across architectures and devices. For commercial environments relying on print management software, the complexity compounded: hardware vendors built drivers tuned to specific chips, while software vendors built their own layers on top.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Today, Microsoft is replacing that long-standing complexity with a fundamentally modern approach.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="auto"&gt;A universal print foundation for every Windows device&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The modern print platform represents a major shift in how printing works on Windows. Instead of requiring device-specific drivers, Windows now ships with a single, universal, inbox-class driver based on the industry standard IPP protocol and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://mopria.org/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Mopria certification&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;. This model, sometimes described as “driverless” (although a universal driver still exists under the hood), enables Windows to connect seamlessly to a broad range of printers without requiring customers to download anything.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;More importantly, this architecture is processor agnostic. Whether a customer is using a traditional x64 PC or the latest Copilot+ PC running on Arm-based silicon, the print experience is the same: plug in (or connect over the network) and print.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="auto"&gt;Enabling differentiated experiences through print support apps&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;While the universal driver standardizes core functionality, manufacturers still need ways to differentiate their products. To enable that, we created the Print Support App (PSA) Framework, an API that our print partners can use to develop lightweight, Microsoft Store-delivered applications (PSAs) that unlock brand-specific features, advanced print settings, and richer UI experiences. Many companies, including&amp;nbsp;&amp;nbsp;HP, Brother, Canon, Xerox, Ricoh, and others, have already shipped PSAs, and more continue to onboard them. For users, nothing extra is required: Windows automatically acquires the PSA when a supported printer is connected. PSAs also work across architectures, giving manufacturers one way to support all Windows customers without maintaining parallel driver stacks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="auto"&gt;Stronger security by design&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Moving away from legacy third-party driver models also improves Windows’ security posture. Traditional drivers operated with broad system privileges and represented a persistent vector for vulnerabilities. By consolidating print functionality into a standardized, hardened platform and reducing reliance on custom drivers, we shrink the surface area available to attackers. As &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-hardware/drivers/print/end-of-servicing-plan-for-third-party-printer-drivers-on-windows" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;previously announced&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, we’re taking additional steps to deprecate and restrict new third-party driver submissions, accelerating the ecosystem’s move toward safer, modern alternatives.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="auto"&gt;A better experience for IT professionals and organizations&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The modern print platform simplifies deployment, reduces troubleshooting overhead, and ensures consistent experiences across hardware refresh cycles. For print management developers and silicon partners, it eliminates the need to rebuild their software to support new Windows platforms or editions. And for organizations adopting new Windows devices, especially Arm-powered ones, it removes longstanding compatibility blockers.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This ecosystem shift is already well underway. Modernizing an industry as broad and diverse as Windows print is a large undertaking, but the progress is real and the momentum is accelerating. At Microsoft, our goal is simple: make printing on Windows effortless, secure, and reliable for everyone. With the modern print platform, we’re building a future where the print experience just works, no matter the device, no matter the architecture, and no matter how complex the environment behind it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To learn more about new, modern, and secure print experiences from Windows, &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows/modern-print/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;refer to our documentation&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;Continue the conversation. Find best practices. Bookmark the&amp;nbsp;&lt;A href="http://aka.ms/community/Windows" target="_blank" rel="noopener"&gt;Windows Tech Community&lt;/A&gt;, then follow us&amp;nbsp;&lt;A href="https://x.com/mswindowsitpro" target="_blank" rel="noopener"&gt;@MSWindowsITPro&lt;/A&gt;&amp;nbsp;on X and on&amp;nbsp;&lt;A href="https://www.linkedin.com/company/windows-it-pro" target="_blank" rel="noopener"&gt;LinkedIn&lt;/A&gt;. Looking for support? Visit&amp;nbsp;&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;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 17:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/building-a-modern-secure-and-seamless-print-experience-for/ba-p/4499051</guid>
      <dc:creator>Mike_Bell</dc:creator>
      <dc:date>2026-03-05T17:00:00Z</dc:date>
    </item>
    <item>
      <title>Windows news you can use: February 2026</title>
      <link>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-news-you-can-use-february-2026/ba-p/4495552</link>
      <description>&lt;P&gt;Welcome to the February 2026 edition of Windows news you can use. Today marks the start of &lt;A href="https://aka.ms/TechnicalTakeoff" target="_blank"&gt;Microsoft Technical Takeoff&lt;/A&gt;—four Mondays of demos, deep dives, and live Q&amp;amp;A for the IT pro community. If you're not tuning in live, all sessions will be recorded, so definitely bookmark any topics of interest and catch up on demand.&lt;/P&gt;
&lt;P&gt;Speaking of events, we're hosting another &lt;A href="https://aka.ms/AMA/SecureBoot" target="_blank"&gt;Secure Boot AMA&lt;/A&gt; on March 12. Post your questions in advance or during the live event. New and updated resources and tools help you monitor the status of Secure Boot certificate updates across your estate. Look for more details on those below.&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 style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;[BACKUP] [RESTORE] – The &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/windows-first-sign-in-restore-experience-now-available/4495551" target="_blank"&gt;first sign-in restore experience&lt;/A&gt; is now part of Windows Backup for Organizations. Empower people to restore their settings and Microsoft Store app list automatically at first sign-in, including those using Microsoft Entra hybrid joined devices, Cloud PCs, and multi‑user devices. For the first time, users who sign in with a Microsoft Entra ID on eligible devices will be able to restore their environment if they missed the option during first sign-in.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[START MENU] – The new Start menu will be available to organizations in the second quarter of this calendar year. Two policies allow IT admins to further customize the Start menu: &lt;STRONG&gt;HideCategoryView&lt;/STRONG&gt; and &lt;STRONG&gt;ConfigureStartPins&lt;/STRONG&gt;. For more details, see the &lt;A href="https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-start" target="_blank"&gt;Start Policy CSP &lt;/A&gt;and&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/windows/configuration/start/policy-settings?tabs=start&amp;amp;pivots=windows-11" target="_blank"&gt;Start policy settings&lt;/A&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[WINDOWS 365] – By &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/extending-windows-365-reserve-with-windows-365-boot/4491985" target="_blank"&gt;pairing Windows 365 Reserve with Windows 365 Boot&lt;/A&gt;, you can keep Windows 11 devices preconfigured with Windows 365 Boot. When users need access, simply assign a Windows 365 Reserve license in Microsoft Intune and hand the device to a user. No additional setup required.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[WINDOWS 365] – Windows 365 is &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/windows-365-now-supported-in-new-zealand-north/4493197" target="_blank"&gt;now supported in New Zealand North&lt;/A&gt;. This supports organizations who need to keep data within national borders, meet industry or government compliance expectations, or simply provide your workforce with a faster, more consistent Cloud PC experience.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[26H1] – Windows 11, version 26H1 is a targeted release designed to support the next generation of silicon. Find out &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/what-to-know-about-windows-11-version-26h1/4491941" target="_blank"&gt;what you need to know&lt;/A&gt; about version 26H1 and why Windows 11, versions 25H2 and 24H2 remain the recommended releases for enterprise deployment.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[ADMIN] – Learn how to filter and focus Message center in the Microsoft 365 admin center to prioritize Windows information with a &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/personalize-your-message-center-experience-for-windows-news/4491946" target="_blank"&gt;new step-by-step guide&lt;/A&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[WINDOWS] [5G] – Windows enterprise managed cellular connectivity is in private preview. This native Windows capability provides organizations with centralized management and &lt;A href="https://aka.ms/Windows/MSFTEricsson5G/Blog" target="_blank"&gt;customization of 5G cellular connectivity&lt;/A&gt; on Windows 11 PCs. This solution is integrated with Intune and validated on Surface 5G-enabled devices (available now).&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;P&gt;[SECURE BOOT] – New tools and guidance are available to help you actively monitor and manage the update of Secure Boot certificates across your device fleet.&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;Explore the latest &lt;A href="https://support.microsoft.com/topic/original-equipment-manufacturer-oem-pages-for-secure-boot-9ecc3ba4-fb50-4bd3-9e9b-f16b35b8fb68" target="_blank"&gt;OEM pages for Secure Boot&lt;/A&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Find out what happens &lt;A href="https://support.microsoft.com/topic/when-secure-boot-certificates-expire-on-windows-devices-c83b6afd-a2b6-43c6-938e-57046c80c1c2" target="_blank"&gt;when Secure Boot certificates expire on Windows devices&lt;/A&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Quickly get a device-level view of Secure Boot across your Windows Autopatch-managed devices with the &lt;A href="https://learn.microsoft.com/windows/deployment/windows-autopatch/monitor/secure-boot-status-report" target="_blank"&gt;Secure Boot status report&lt;/A&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;For devices not enrolled in Windows Autopatch, learn how to &lt;A href="https://support.microsoft.com/topic/monitoring-secure-boot-certificate-status-with-microsoft-intune-remediations-6696a27b-fa09-4570-b112-124965adc87f" target="_blank"&gt;monitor Secure Boot certificate status with Microsoft Intune remediations&lt;/A&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Access tailored guidance for managing Secure Boot certificate updates for &lt;A href="https://aka.ms/SecureBootForServer" target="_blank"&gt;Windows Server&lt;/A&gt;, &lt;A href="https://support.microsoft.com/topic/secure-boot-certificate-updates-for-windows-365-71839dd8-2832-44ed-9c60-57c04f99a645" target="_blank"&gt;Windows 365&lt;/A&gt;, and &lt;A href="https://support.microsoft.com/topic/secure-boot-certificate-updates-for-azure-virtual-desktop-06a8a1bc-2510-4ead-9bea-3698e1d6b1db" target="_blank"&gt;Azure Virtual Desktop&lt;/A&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Review updated &lt;A href="https://support.microsoft.com/topic/frequently-asked-questions-about-the-secure-boot-update-process-b34bf675-b03a-4d34-b689-98ec117c7818" target="_blank"&gt;FAQs about the Secure Boot update process&lt;/A&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Stay updated as new resources become available by bookmarking the new &lt;A href="https://support.microsoft.com/topic/updates-and-announcements-313b5279-2a3b-438a-83a5-3d5e2c5fc4a3" target="_blank"&gt;Updates and announcements&lt;/A&gt; section of &lt;A href="https://aka.ms/GetSecureBoot" target="_blank"&gt;https://aka.ms/GetSecureBoot&lt;/A&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;Tune in live—and post your questions in advance—for the &lt;A href="https://techcommunity.microsoft.com/event/windowsevents/ask-microsoft-anything-secure-boot/4496004" target="_blank"&gt;March 12 Secure Boot Ask Microsoft Anything&lt;/A&gt; session on the Microsoft Tech Community. Want a primer before the AMA? Tune in March 9 to&amp;nbsp;&lt;A href="https://techcommunity.microsoft.com/event/windowsevents/secure-boot-certificate-updates-explained/4490529" target="_blank"&gt;Secure Boot certificates explained&lt;/A&gt; at Tech Takeoff.&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 AI&lt;/H2&gt;
&lt;UL&gt;
&lt;LI style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;[MECHANICS] – For those seeking to better understand Microsoft 365 Copilot and AI experiences on Windows 11 PCs, check out the &lt;A href="https://www.youtube.com/watch?v=lawBG18oMqI" target="_blank"&gt;new episode of Microsoft Mechanics&lt;/A&gt;. See how to access Copilot and agents from the taskbar. Find answers across files, email, and meetings, and turn ideas into polished content using voice or text.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To learn about latest capabilities for Copilot+ PCs, visit the &lt;A href="https://www.microsoft.com/windows/business/roadmap" target="_blank"&gt;Windows Roadmap&lt;/A&gt; and filter Platform by “Copilot+ PC Exclusives.”&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 productivity and collaboration&lt;/H2&gt;
&lt;P&gt;Install the February 2026 security update for &lt;A href="https://support.microsoft.com/topic/january-13-2026-kb5074109-os-builds-26200-7623-and-26100-7623-3ec427dd-6fc4-4c32-a471-83504dd081cb" target="_blank"&gt;Windows 11, versions 25H2 and 24H2&lt;/A&gt; to get these and other capabilities.&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;[SECURITY] – You can now set how often Data Protection Application Programming Interface (DPAPI) domain backup keys rotate automatically. This strengthens cryptographic security and reduces reliance on older encryption algorithms.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[MOBILE] – &lt;A href="https://support.microsoft.com/windows/cross-device-resume-feature-9ada0c0b-f70f-4806-abac-b7126fa6a053" target="_blank"&gt;Cross‑Device Resume&lt;/A&gt; now includes the ability to continue activities from your Android phone on your PC based on the apps and services you use. Resume Spotify playback, work in Word, Excel, or PowerPoint, or continue a browsing session.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[ACCESSIBILITY] – Narrator now gives you more control over how it announces on‑screen controls. You can choose which details are spoken and adjust their order to match how you navigate apps.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;New features and improvements are coming in the March 2026 security update. You can preview them by installing the February 2026 optional non-security update for &lt;A href="https://support.microsoft.com/topic/january-29-2026-kb5074105-os-builds-26200-7705-and-26100-7705-preview-85bd25de-894a-43eb-a19b-9a59d10f194b#id0ebdj=normal_rollout" target="_blank"&gt;Windows 11, versions 25H2 and 24H2&lt;/A&gt;. This update includes the gradual rollout of:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;[RECOVERY] – &lt;A href="https://support.microsoft.com/windows/quick-machine-recovery-in-windows-aa2852f4-e04e-4af4-9508-0addda165304" target="_blank"&gt;Quick Machine Recovery&lt;/A&gt; now turns on automatically for Windows Professional devices that are not domain‑joined and not enrolled in enterprise endpoint management. These devices receive the same recovery features available to Windows Home users. For domain‑joined or enterprise managed devices, Quick Machine Recovery stays off unless you enable it for your organization.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[NETWORK] – A built‑in network speed test is now available from the taskbar. The speed test opens in the default browser and measures Ethernet, Wi‑Fi, and cellular connections.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[CAMERA] – Control pan and tilt for supported cameras in the Settings app.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[SYSMON] – System Monitor (Sysmon) functionality is now &lt;A href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/native-sysmon-functionality-coming-to-windows/4468112" target="_blank"&gt;natively available in Windows&lt;/A&gt;. Capture system events for threat detection and use custom configuration files to filter the events you want to monitor. Windows writes captured events to Windows Event Log, which allows security tools and other applications to use them.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[SEARCH] – When using search on the taskbar, preview search results by hovering and quickly seeing when more results are available with group headers.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[RSAT] – This update adds support for Remote Server Administration Tools (RSAT) on Windows 11 Arm64 devices.&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 for developers&lt;/H2&gt;
&lt;UL&gt;
&lt;LI style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;[STORE] – Explore &lt;A href="https://blogs.windows.com/windowsdeveloper/2026/02/11/enhanced-developer-tools-on-the-microsoft-store/" target="_blank"&gt;new features and updates&lt;/A&gt; for those developing for the Microsoft Store on Windows. Check out developer analytics, a web installer, and new developer tools.&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 style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;[SECURE BOOT] – The original Secure Boot certificates introduced in 2011 are approaching the end of their planned lifecycle, with expirations beginning in late June 2026. While many recent platforms include the supported 2023 certificates in firmware, you'll need to manage the process manually for any that require updating. Get started today with the &lt;A href="https://aka.ms/SecureBootForServer" target="_blank"&gt;Windows Server Secure Boot playbook for certificates expiring in 2026&lt;/A&gt;.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[ReFS] – &lt;A href="https://techcommunity.microsoft.com/blog/windowsservernewsandbestpractices/announcing-refs-boot-for-windows-server-insiders/4496592" target="_blank"&gt;Resilient File System (ReFS) boot support&lt;/A&gt; is now available for Windows Server Insiders in Insider Preview builds.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[DNS] – A public preview of DNS over HTTPS (DoH) for Windows DNS Server is now available. DoH support in Windows DNS Server complements broader Zero Trust DNS efforts already introduced on Windows clients to enable organizations to adopt encrypted, authenticated DNS across endpoints and on-premises infrastructure.&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&gt;[WS2025] – Looking for help with capacity planning of Remote Desktop Session Host servers running Windows Server 2025? Check out the &lt;A href="https://techcommunity.microsoft.com/blog/windowsservernewsandbestpractices/windows-server-2025-remote-desktop-session-host-capacity-planning-whitepaper/4497543" target="_blank"&gt;new guide&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;Lifecycle milestones&lt;/H2&gt;
&lt;UL&gt;
&lt;LI style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;Windows 10 Enterprise 2016 LTSB and Windows 10 IoT Enterprise 2016 LTSB will reach end of support on October 13, 2026. Windows Server 2016 will reach end of support on January 12, 2027. If your organization cannot migrate to newer, supported releases in time, &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;explore the options available&lt;/A&gt; to help you keep your devices protected with monthly security updates.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Check out our lifecycle documentation for the latest updates on&amp;nbsp;&lt;A href="https://learn.microsoft.com/windows/whats-new/deprecated-features" target="_blank"&gt;Deprecated features in the Windows client&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&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 style="line-height: 1.7; margin-top: 12px; margin-bottom: 2px;"&gt;&lt;A href="https://www.microsoft.com/windows/business/roadmap" target="_blank"&gt;Windows Roadmap &lt;/A&gt;for new Copilot+ PCs and Windows features – filter by platform, version, status, and channel or search by feature name&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&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 style="line-height: 1.7; margin-bottom: 2px;"&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 Canary, Dev, Beta, or Release Preview Channels&lt;/LI&gt;
&lt;LI style="line-height: 1.7; margin-bottom: 2px;"&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 style="line-height: 1.7; margin-bottom: 2px;"&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;If you're an IT admin with questions about managing and updating Windows, add our monthly &lt;A href="https://aka.ms/Windows/OfficeHours" target="_blank"&gt;Windows Office Hours&lt;/A&gt; to your calendar. We assemble a crew of Windows, Windows 365, security, and Intune experts to help answer your questions and provide tips on tools, best practices, and troubleshooting.&lt;/P&gt;
&lt;P&gt;Finally, we're 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" 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, 02 Mar 2026 22:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-it-pro-blog/windows-news-you-can-use-february-2026/ba-p/4495552</guid>
      <dc:creator>Chris_Morrissey</dc:creator>
      <dc:date>2026-03-02T22:00:00Z</dc:date>
    </item>
  </channel>
</rss>

