<?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 Admin Center Blog articles</title>
    <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/bg-p/Windows-Admin-Center-Blog</link>
    <description>Windows Admin Center Blog articles</description>
    <pubDate>Sun, 19 Apr 2026 01:30:00 GMT</pubDate>
    <dc:creator>Windows-Admin-Center-Blog</dc:creator>
    <dc:date>2026-04-19T01:30:00Z</dc:date>
    <item>
      <title>Configuring Compute in Windows Admin Center: Virtualization Mode</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/configuring-compute-in-windows-admin-center-virtualization-mode/ba-p/4508891</link>
      <description>&lt;P&gt;We’ve been walking you through Virtualization Mode’s “Add resource” wizard step-by-step, first with a &lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/resource-onboarding-using-windows-admin-center-virtualization-mode/4500281" target="_blank" rel="noopener"&gt;adventurous overview&lt;/A&gt;, then a &lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/intent-matters-configuring-network-atc-in-windows-admin-center-virtualization-mo/4502389" target="_blank" rel="noopener"&gt;no-nonsense networking walkthrough&lt;/A&gt;, followed by a &lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/configuring-storage-for-hyper-v-hosts-in-vmode/4504263" target="_blank" rel="noopener"&gt;shagadelic storage summary&lt;/A&gt;. We’re almost finished!&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;But our wizard would not be complete without the final member of our trio—Compute. Configuring Compute when onboarding Hyper-V (compute) systems to Windows Admin Center: Virtualization Mode (vMode) through the Add resource wizard is as simple as counting to four.&lt;/P&gt;
&lt;H2&gt;Compute configuration&lt;/H2&gt;
&lt;P&gt;On the Compute page, you’re configuring Hyper-V settings for your system. Doing this through vMode’s Add Resource wizard is especially beneficial when you’re adding multiple machines. Manually configuring all these settings yourself, on every machine you want to manage, is a recipe for inconsistency. Instead of worrying about whether a script ran correctly or triple-checking that you set the proper values on all machines, vMode takes care of that for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;1: Removing non-essential features&lt;/H3&gt;
&lt;P&gt;If you’ve ever set up a Windows Server, you’re probably familiar with the &lt;A href="https://learn.microsoft.com/en-us/powershell/module/servermanager/get-windowsfeature" target="_blank" rel="noopener"&gt;Get-WindowsFeature&lt;/A&gt; PowerShell command. Microsoft provides a plethora of roles, role services, and features for configuring a server exactly the way you need it to run for your business needs.&lt;/P&gt;
&lt;P&gt;And that’s awesome! But often, many of these features will go unused on your systems. Even without use, these features will still need to be patched and serviced, creating increased operational overhead. When you select this checkbox, vMode will go ahead and remove all features not required for running compute workloads and those not already installed on the system already.&lt;/P&gt;
&lt;P&gt;Removing Windows Features that aren’t essential keeps the host OS leaner and reduces the system’s attack surface. It also lowers patching and servicing overhead over time, helping improve uptime and reduce operational cost. &amp;nbsp;&lt;/P&gt;
&lt;H3&gt;2: Enable Enhanced Session Mode&lt;/H3&gt;
&lt;P&gt;Hyper-V Enhanced Session Mode lets you connect to a Windows VM through Virtual Machine Connection (VMConnect) using Remote Desktop Protocol (RDP), which enables a richer console experience than basic mode. Enabling it makes the VM window resizable and high-DPI aware and allows convenient host-to-VM integration—like shared clipboard, file copy/paste, and device redirection—so day-to-day admin tasks are faster and less error-prone.&lt;/P&gt;
&lt;P&gt;This is another setting where manual configuration can cost you precious time. You have to configure this setting for both the system and the user. Forget to do one and you’ll spend hours trying to figure out where you went wrong (and might feel quite silly when you figure it out). Select this checkbox and we’ll just set these settings for you, possibly saving hours of frustrating debugging time.&lt;/P&gt;
&lt;H3&gt;3: Configure concurrent migrations&lt;/H3&gt;
&lt;P&gt;Enabling concurrent Live Migrations (often called “simultaneous live migrations”) lets Hyper-V move more than one running VM at a time, which is valuable when you need to drain a host quickly for patching, hardware maintenance, or cluster rebalancing. In well-provisioned environments, increasing concurrency can reduce the total time it takes to complete a batch of migrations and get hosts back into service—while still giving you a knob to tune so migration traffic doesn’t overwhelm CPU, storage, or network bandwidth.&lt;/P&gt;
&lt;P&gt;In vMode, you can select 1, 2, 4, or no concurrent migrations. This is another case where we’re ensuring consistency in your setup by configuring multiple settings for you at once, saving you the pain of manual configuration.&lt;/P&gt;
&lt;H3&gt;4: Setting your default virtual machine path&lt;/H3&gt;
&lt;P&gt;The last setting we ask you to configure is your default virtual machine path. Historically, Hyper-V has set two different paths for your virtual machines and virtual hard disks—you can see this If you navigate into the tool today.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Having a different path for every VHD can make it challenging to find what you’re looking for. In vMode, we ask you for one path that is accessible for all machines you added in the beginning of the wizard, and we’ll use this same path for all machines. Even if the path doesn’t exist yet, we’ll create it for you as long as the drive letter exists and the path is valid. Your VHDs will appear in nested folders under this directory.&lt;/P&gt;
&lt;P&gt;Your options for this are dependent on what you told us about on the “&lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/configuring-storage-for-hyper-v-hosts-in-vmode/4504263" target="_blank" rel="noopener"&gt;Storage&lt;/A&gt;” screen. If you added storage, it will appear in the dropdown menu. If you elected to use storage already provisioned for a cluster, the dropdown may be greyed out—this path should default to a location like %SystemDrive%\Virtual Machines or… Additionally, if you elected to use storage already provisioned for the system, and you added one or multiple standalone hosts on the “Getting started” screen, the dropdown menu will contain all local drives that appear on all the standalone systems. If one system doesn’t have a particular drive, it will not show up in the menu.&lt;/P&gt;
&lt;H2&gt;What happens next&lt;/H2&gt;
&lt;P&gt;After proving we can count and hit submit, vMode will configure Hyper-V settings on all systems based on your selections. We’ll install the following features on all Compute systems:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Hyper-V&lt;/LI&gt;
&lt;LI&gt;Network ATC&lt;/LI&gt;
&lt;LI&gt;Data Center Bridging (required for Network ATC)&lt;/LI&gt;
&lt;LI&gt;Failover Clustering (required for Network ATC and used for HA Hyper-V)&lt;/LI&gt;
&lt;LI&gt;AD RSAT PowerShell tools (required for storing VMs on file shares)&lt;/LI&gt;
&lt;LI&gt;Multipath-IO (only installed if SAN storage was configured)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;And uninstall everything else (while leaving features already installed outside of this wizard alone).&lt;/P&gt;
&lt;P&gt;This song and dance will require a reboot, and we’ll do that for you. When dealing with existing clusters already running workloads, it can get a bit complicated. vMode will perform node drain and ensure seamless reboot of your cluster nodes.&lt;/P&gt;
&lt;H2&gt;Summary&lt;/H2&gt;
&lt;P&gt;On the Compute screen, vMode reduces the time you have to spend fiddling with Hyper-V settings by performing smart configurations for you, getting you up and running faster. The Add Resource wizard is designed to make your system onboarding experience as easy as possible, simplifying your networking, storage, and compute configuration. Public Preview 2 is dropping with the features we’ve discussed here and more very soon. Give vMode a try and leave us feedback at &lt;A href="https://aka.ms/wacfeedback" target="_blank" rel="noopener"&gt;aka.ms/wacfeedback&lt;/A&gt;!&lt;/P&gt;
&lt;P&gt;Thanks for reading,&lt;/P&gt;
&lt;P&gt;Davanna White&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 15:35:02 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/configuring-compute-in-windows-admin-center-virtualization-mode/ba-p/4508891</guid>
      <dc:creator>Davanna-White</dc:creator>
      <dc:date>2026-04-06T15:35:02Z</dc:date>
    </item>
    <item>
      <title>Configuring Storage for Hyper-V Hosts in vMode</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/configuring-storage-for-hyper-v-hosts-in-vmode/ba-p/4504263</link>
      <description>&lt;P&gt;Aaaaaaand we’re back! Today, we’ll walk through the next step of onboarding Hyper-V (compute) systems to Windows Admin Center: Virtualization Mode (vMode) and give you a sneak peek at what’s coming for storage profiles.&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="0" style="width: 97.963%; border-width: 0px;"&gt;&lt;colgroup&gt;&lt;col style="width: 68.6743%" /&gt;&lt;col style="width: 31.3165%" /&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border-width: 0px;"&gt;If you’ve been following along, we’ve accepted the quest and &lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/resource-onboarding-using-windows-admin-center-virtualization-mode/4500281" target="_blank" rel="noopener"&gt;slayed the onboarding dragon&lt;/A&gt; before we doubled back with &lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/intent-matters-configuring-network-atc-in-windows-admin-center-virtualization-mo/4502389" target="_blank" rel="noopener"&gt;Great Gatsby-like panache&lt;/A&gt; to configure our networking. And now, with an Austin Powers-like swagger that only an integrated onboarding wizard can evoke, we’ll strut through the storage configuration page for a smooth, mojo-friendly storage experience.&lt;/td&gt;&lt;td style="border-width: 0px;"&gt;&lt;img /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;H1&gt;Profile vs Configuration&lt;/H1&gt;
&lt;P&gt;Before we begin, let’s address the JUMBO jet in the room: there’s a subtle difference between selecting a host profile on the first screen of the Add Resource wizard and configuring settings on the following pages.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Host Profile&lt;/STRONG&gt; – The service being &lt;STRONG&gt;provisioned&lt;/STRONG&gt; on the system(s) specified in the wizard.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Compute Host Profile – Provides a hypervisor (compute) service to virtual machines&lt;/LI&gt;
&lt;LI&gt;Storage Host Profile – Provides storage (SAN, NAS, HCI) service to compute systems&lt;/LI&gt;
&lt;LI&gt;Network Host Profile – Provides SDN services (NC, SLB, Gateway) to compute systems and virtual machines.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In short, the host profile defines the services this system offers, the views you'll find the system in after setup, and which management tools you’ll need. In the screenshot below, the storage profile is selected and subsequent pages in the wizard will ensure that this system provides SAN, NAS, or HCI storage to compute systems.&lt;/P&gt;
&lt;img /&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;While we’re hard at work on Storage and Network profiles, the focus of this blog is storage configuration for a system with a compute profile (next section).&lt;/EM&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Configuration&lt;/STRONG&gt; – Configures the services consumed by the system(s) being added.&lt;/P&gt;
&lt;P&gt;For example, a compute system requires storage to host its VMs. Storage may come from an external SAN or NAS device and be as a cluster shared volume (CSV) accessible to all compute nodes. The CSV may be configured on these pages.&lt;/P&gt;
&lt;P&gt;In simple terms, the first page in the Add Resource wizard specifies the service being provisioned (host profile) and the remainder of the pages configure the service.&lt;/P&gt;
&lt;P&gt;As previously mentioned, the focus of this blog will be on storage configuration for a compute profile system.&lt;/P&gt;
&lt;H1&gt;Storage Configuration in the Compute Profile&lt;/H1&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table class="lia-border-style-none" border="0" style="width: 100%; border-width: 0px;"&gt;&lt;colgroup&gt;&lt;col style="width: 50.0412%" /&gt;&lt;col style="width: 50.0412%" /&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border-width: 0px;"&gt;
&lt;P&gt;As you stroll through the first few pages of the wizard like Bacharach on a rooftop with a piano and a smile, you’ll come to the storage configuration page where you’re presented with a few options for configuring storage.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SAN Storage&lt;/LI&gt;
&lt;LI&gt;NAS Storage&lt;/LI&gt;
&lt;LI&gt;Hyperconverged Storage (not available in Public Preview 1 or 2)&lt;/LI&gt;
&lt;LI&gt;Use existing storage already configured on this system&lt;/LI&gt;
&lt;/UL&gt;
&lt;/td&gt;&lt;td style="border-width: 0px;"&gt;&lt;img /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;EM&gt;Note: You can use this final option whether you’ve already configured storage or plan to do it later—the storage step will stand by with the steady stoicism of a Scotland Yard bobby.&lt;/EM&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;You can learn more about each of these architectures at the following Microsoft&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/windows-server/failover-clustering/storage-architectures#san-or-nas-storage" target="_blank" rel="noopener"&gt;link.&lt;/A&gt; Now let’s look at SAN and NAS storage to see how the wizard helps you get things going.&lt;/P&gt;
&lt;H2&gt;SAN Storage&lt;/H2&gt;
&lt;P&gt;If you choose SAN storage, the system scans for available SAN disks and sorts them into three categories:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Ready&lt;/STRONG&gt;: These disks are already properly configured as a CSV and ready for use&lt;/LI&gt;
&lt;/UL&gt;
&lt;img /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Auto configure&lt;/STRONG&gt;: This is the wizard’s way of saying, “we’ll take it from here!”&lt;/LI&gt;
&lt;/UL&gt;
&lt;img /&gt;
&lt;P&gt;These disks can be set up as CSVs if you choose. Just enter a CSV Name, and the wizard will bring the disk online, initialize it, partition it, and create the CSV for you. It’ll even enable the CSV cache for you.&lt;/P&gt;
&lt;P&gt;In short, if you provision a new LUN for each node in the cluster, we can set everything else up for you. However, if you don’t want the wizard to do anything to that LUN, just leave the CSV name blank and it will ignore it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Manual configuration&lt;/STRONG&gt;: These disks require manual intervention.&lt;/LI&gt;
&lt;/UL&gt;
&lt;img /&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="0" style="width: 97.963%; height: 228px; border-width: 0px;"&gt;&lt;colgroup&gt;&lt;col style="width: 50.0006%" /&gt;&lt;col style="width: 50.0006%" /&gt;&lt;/colgroup&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border-width: 0px;"&gt;
&lt;P&gt;There’s an issue and we can't resolve it automatically. Hover over the info bubble to see why the disk is in this category.&lt;/P&gt;
&lt;P&gt;In this case, the disk is only presented to one of the nodes in the cluster so it can’t be made into a CSV. You’ll need to ensure the other nodes in the cluster can see the disk before proceeding.&lt;/P&gt;
&lt;P&gt;There are several other reasons why we might require manual intervention; the &lt;STRONG&gt;more&lt;/STRONG&gt; &lt;STRONG&gt;information &lt;/STRONG&gt;section on the wizard explains all the requirements.&lt;/P&gt;
&lt;/td&gt;&lt;td style="border-width: 0px;"&gt;&lt;img /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;H2&gt;NAS Storage&lt;/H2&gt;
&lt;P&gt;NAS storage is essentially a SMB file share. This can run on a Windows Server or one of our many partner devices. If it runs on Windows, you can manage the file server directly through the vMode browser.&lt;/P&gt;
&lt;P&gt;Whatever you choose, you’ll simply type in the file share path into the wizard. The wizard will validate that the share exists and see if it has access.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows Based File Servers&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If a file share is running on a supported Windows OS, we’ll install the vMode agent so you can manage that system on the Storage view after the wizard completes. This means that you’ll be able to create more file shares and configure settings on the file server without changing browser tabs.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Permissions and Delegation&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You may have noticed that we don’t ask you to configure permissions for the file share. Setting permissions and SMB delegation for live migration has historically been a critical, yet overwhelming step for Hyper-V administrators.&lt;/P&gt;
&lt;P&gt;Any management tool with real mojo turns tangled complexity into smooth and simple vibes. With that ambiance set, we’ve added two extra settings for file shares to keep things groovy.&lt;/P&gt;
&lt;P&gt;Eventually, vMode will ask you if:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;you want vMode to &lt;A href="https://learn.microsoft.com/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/jj134187(v=ws.11)#step-3-create-an-smb-file-share" target="_blank" rel="noopener"&gt;configure access permissions&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If selected, the permissions will be updated to include all the systems needed for live migration as specified in the link above.&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;you want vMode to &lt;A href="https://learn.microsoft.com/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/jj134187(v=ws.11)#to-configure-constrained-delegation" target="_blank" rel="noopener"&gt;enable SMB delegation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If selected, we’ll &lt;EM style="color: rgb(30, 30, 30);"&gt;attempt&lt;/EM&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt; to enable SMB delegation making this a “1-click” experience for enabling live migrations. If we don’t have the Active Directory permissions necessary to make the delegation changes, we’ll inform you in the deployment status so you can take care of it yourselves.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;For non-Windows based NAS systems, we won’t be able to set permissions or delegation settings so these options will be greyed out.&lt;/EM&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H2&gt;So, now what?&lt;/H2&gt;
&lt;P&gt;After configuring storage for your compute systems, you may need to manage or review their connections. Simply open the Storage view to see all onboarded storage devices and their linked systems.&lt;/P&gt;
&lt;P&gt;If the onboarded system uses Windows, an agent will be installed to enable full management through the Storage view. For other operating systems, you'll still see the system listed, but management options will be limited unless your storage partner provides a vMode extension.&lt;/P&gt;
&lt;H1&gt;Summary&lt;/H1&gt;
&lt;P&gt;If you’ve been reading this blog series, you’re starting to see how the vMode Add Resource wizard makes onboarding simple and straightforward whether you’re using SAN or NAS storage (HCI coming soon!). Keep an eye out for Public Preview 2 dropping soon and make sure you give us feedback on our progress so far!&lt;/P&gt;
&lt;P&gt;Dan “Danger” Cuomo&lt;/P&gt;
&lt;img /&gt;</description>
      <pubDate>Mon, 23 Mar 2026 13:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/configuring-storage-for-hyper-v-hosts-in-vmode/ba-p/4504263</guid>
      <dc:creator>DanCuomo</dc:creator>
      <dc:date>2026-03-23T13:00:00Z</dc:date>
    </item>
    <item>
      <title>Intent Matters: Configuring Network ATC in Windows Admin Center Virtualization Mode</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/intent-matters-configuring-network-atc-in-windows-admin-center/ba-p/4502389</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Let's&amp;nbsp;talk about networking.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;I know, I know—wouldn’t it be nice if there were just a big “EASY” button you could hit to make networking simple? You’ve got VMs to spin up, migrations to finish, and approximately one thousand other things on your plate. You don’t want to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;think&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; about networking. You just want it to work. &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The trouble is, in a virtualization environment, networking is the plumbing behind everything else. Get it wrong on one node, and suddenly your live migration is limping, your storage traffic is elbowing your management traffic in the ribs, and you're having a very bad Thursday. Get it right—consistently, at scale—and it just works, invisibly, the way good infrastructure is supposed to.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;In Windows Admin Center Virtualization Mode (vMode),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;Network ATC&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;is that “EASY” button, and in&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/virtualization-mode-overview" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Public Preview 1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, it’s the cornerstone of the networking story. The feature surface is intentionally focused for this first preview release, but we're also introducing a new concept alongside it:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;Network Intent Templates&lt;/STRONG&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;I want you to understand this one early, because it's foundational to where we're going.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-ccp-props="{}"&gt;&lt;SPAN data-contrast="auto"&gt;A Quick ATC Refresher&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Chances are,&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/azure-local/concepts/network-atc-overview?view=azloc-2602&amp;amp;pivots=windows-server" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Network ATC&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; is not a stranger to you. But just in case: Network ATC is Microsoft's intent-based networking approach for Hyper-V hosts. Instead of manually configuring physical NIC settings, virtual switches and virtual NICs, teaming configuration, RDMA settings, Data Center Bridging for storage networks, cluster network settings, and more on every single node—and crossing your fingers that whoever configured node 14 was having a good day—you declare what you want, and ATC says “got it” and handles the rest.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;With ATC, you simply describe the outcome for the adapters:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="font-weight: bold;" aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Management intent&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI style="font-weight: bold;" aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;&lt;STRONG style="color: rgb(30, 30, 30);"&gt;&lt;SPAN data-contrast="auto"&gt;Compute intent&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI style="font-weight: bold;" aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;&lt;STRONG style="color: rgb(30, 30, 30);"&gt;&lt;SPAN data-contrast="auto"&gt;Storage intent&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Take a swig of your coffee, and before you know it, ATC owns the implementation. It's one of those features that, once you use it, makes all your previous manual network configuration sessions feel like a fever dream.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-ccp-props="{}"&gt;&lt;SPAN data-contrast="auto"&gt;Network ATC is&amp;nbsp;Now on Windows Server 2022&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Yes, you read that right.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Until now, Network ATC was only available starting with Windows Server 2025. That meant customers running Windows Server 2022 had no easy, consistent, or automatable way to deploy host networking. And if you tried to deploy Network ATC on WS2022 anyway, it would fail without warning, leaving you none the wiser.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;At the same time, we know that you can't simply upgrade to the latest and greatest just because that's where the best technology is available. Migrations take time, organizations move at their own pace, and "just upgrade" isn't always an option. With vMode's N-1 OS support model, our goal is to give you the flexibility and breathing space to adopt at your own pace without sacrificing the quality of your networking experience in the meantime.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;That's why &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;we backported Network ATC to Windows Server 2022&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;. vMode users on WS22 can now configure host networking through ATC the same way WS2025 users can, with the same guided experience, same intent-based model, and same consistency guarantees. Whether you're onboarding a WS2022 cluster or a WS2025 cluster, the networking workflow in vMode looks and behaves the same way.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;If&amp;nbsp;you're&amp;nbsp;in the middle of a VMware migration and landed on WS22,&amp;nbsp;this&amp;nbsp;one's&amp;nbsp;for you.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;H4&gt;&lt;SPAN data-contrast="auto"&gt;Introducing Network Intent Templates&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Traditionally, Network ATC lets you create an intent and apply it directly to specific NICs on specific hosts. And yes, Copy-NetIntent exists—but copying intents cmdlet by cmdlet across potentially hundreds of hosts and clusters isn't exactly the "EASY" button we promised you. That's where Network Intent Templates come in.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;A&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Network Intent Template&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;is an abstracted, predefined intent&amp;nbsp;that&amp;nbsp;hasn’t&amp;nbsp;yet been&amp;nbsp;associated with a specific cluster or host. Think of it as a blueprint&amp;nbsp;that's&amp;nbsp;been fully drafted but not yet stamped to a particular&amp;nbsp;address. When&amp;nbsp;you're&amp;nbsp;ready to onboard a new cluster or standalone node, you pull out the template, tell it which NICs on these nodes it should apply to, and the intent gets created accordingly.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Same blueprint. Different nodes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="auto"&gt;What You Can See During Onboarding&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;If you've&amp;nbsp;already&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/resource-onboarding-using-windows-admin-center-virtualization-mode/4500281" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;onboarded any resources&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;&amp;nbsp;in vMode&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;, you'll find the Networking section waiting for you in the same workflow. Before you can advance to the next section,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;you’ll need to identify the management, storage, and at least one compute intent&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt; If you're missing any of the three intent types, vMode will flag it. Consider it a seatbelt check: we're not letting you pull out of the driveway without buckling up.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The Networking&amp;nbsp;section&amp;nbsp;also&amp;nbsp;gives you visibility into&amp;nbsp;what's&amp;nbsp;already on your system before&amp;nbsp;anything gets changed:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Existing network intents&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;—if the&amp;nbsp;nodes&amp;nbsp;you're&amp;nbsp;onboarding already have ATC configured, you can see&amp;nbsp;what's&amp;nbsp;there.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;&lt;STRONG style="color: rgb(30, 30, 30);"&gt;&lt;SPAN data-contrast="auto"&gt;Available network adapters&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: rgb(30, 30, 30);" data-contrast="auto"&gt;—view the NICs on your&amp;nbsp;nodes&amp;nbsp;so you know exactly what&amp;nbsp;you're&amp;nbsp;working with when mapping&amp;nbsp;adapters to your template.&lt;/SPAN&gt;&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This is especially useful when onboarding nodes that aren't starting from scratch. If Network ATC is already deployed on your nodes, the existing configuration will be automatically displayed—no force redeployments of ATC intents, no unexpected changes, and no configuration happening behind your back before you've had a chance to review what's there.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;If you're currently using SCVMM or any other manual network configuration, you will need to migrate to Network ATC to proceed with onboarding these hosts. We'll cover that migration process in a future blog, so stay tuned.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;A small caveat: for now, only connected adapters are displayed. If you have NICs that are physically present but disconnected, they won't show up in the list yet. We know this can be a real head-scratcher ("I have NICs in each node, so where are they?"), so showing disconnected adapters is planned for a future release.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="auto"&gt;Overrides That Adapt to What You're Configuring&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Network ATC is designed to make the most common configurations easy by assuming sensible defaults out of the box. But every environment is a little different. Maybe you need to adjust your Jumbo Frame sizes, tweak your DCB settings, or enable or disable RDMA on specific adapters. That's where overrides come in: they give you the flexibility to customize on top of ATC's defaults without having to throw out the intent model entirely.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;In vMode, the overrides available in the&amp;nbsp;intent&amp;nbsp;template are&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;dynamic based on the intent type you select&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;. Choose a management-only intent, and you’ll see overrides like DNS registration and proxy settings. Select compute and storage together, and overrides such as RDMA, QoS, and Jumbo Frames appear instead. No more sifting through a wall of options trying to figure out which half of them actually apply to your configuration. The UI responds to your choices, which makes the experience feel considerably less like reading the terms and conditions.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;H4&gt;&lt;SPAN data-contrast="auto"&gt;Public Preview 1: Scope Check&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Public Preview 1&amp;nbsp;is a focused release, and the networking experience reflects that.&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;For now,&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Network Intent Templates are not saved after you exit the Add Resource workflow&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;. If you're onboarding clusters across multiple sessions, you'll need to recreate the template each time. So much for the “EASY” button! It's a known limitation and it's the first thing we're addressing for the next release.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;There's also no dedicated networking page in vMode Public Preview 1. Outside of the onboarding flow, there's currently no single place to browse, manage, or revisit your networking configuration. That's exactly what we're building toward—and we'd love to hear what you need most as we do.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-ccp-props="{}"&gt;&lt;SPAN data-contrast="auto"&gt;What's Coming in Public Preview 2&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;In Public Preview 2, templates get their memory back. Once you create a Network Intent Template, it will persist, meaning the next time you open the Add Resource workflow, your templates will be right there in the dropdown, ready to be selected and applied to a new cluster without rebuilding anything. Define once, reuse everywhere.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We're&amp;nbsp;also introducing a&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&lt;STRONG&gt;dedicated Networking&amp;nbsp;view&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;in Public Preview 2. The initial version is intentionally minimal: it gives you a single place to view your intent templates, but it's the foundation of the purpose-built networking management experience we're working toward.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;By GA, the goal is an end-to-end integrated Networking view—complete CRUD operations for intent templates and intents, and a management experience worthy of the scale vMode is designed for.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-ccp-props="{}"&gt;&lt;SPAN data-contrast="auto"&gt;The Road Ahead&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Think of Public Preview 1 as laying the foundation. The WS2022 backport means every vMode user is working from the same networking playbook regardless of OS version. Network Intent Templates introduce a concept that scales: define your intent once, apply it across as many clusters as you need. And the guided onboarding experience keeps networking front and center rather than something you remember to configure three days later.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This is just the beginning, and your feedback during public preview is genuinely what shapes the rest of the story. Jump into the Networking section during resource onboarding and tell us what you think at &lt;/SPAN&gt;&lt;A href="https://aka.ms/wacfeedback" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;aka.ms/wacfeedback&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;or&amp;nbsp;&lt;/SPAN&gt;&lt;A href="mailto:wacvmodefeedback@microsoft.com" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;wacvmodefeedback@microsoft.com&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt; about what clicks, what's confusing, and what you need that isn't there yet.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Thanks for reading,&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Cindy "Management. Compute. Storage." Wan&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 17:50:23 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/intent-matters-configuring-network-atc-in-windows-admin-center/ba-p/4502389</guid>
      <dc:creator>cindywan</dc:creator>
      <dc:date>2026-03-17T17:50:23Z</dc:date>
    </item>
    <item>
      <title>Resource onboarding using Windows Admin Center: Virtualization Mode</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/resource-onboarding-using-windows-admin-center-virtualization/ba-p/4500281</link>
      <description>&lt;P&gt;Previously on our epic saga: we unlocked &lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/virtualization-mode-unlocked/4487896" target="_blank" rel="noopener"&gt;Virtualization Mode&lt;/A&gt;, traversed the &lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/windows-admin-center-architectural-changes/4488583" target="_blank" rel="noopener"&gt;lore of two modes&lt;/A&gt;, and &lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/installing-windows-admin-center-virtualization-mode/4496405" target="_blank" rel="noopener"&gt;upgraded our management platform to vMode&lt;/A&gt;. With these three pieces in hand, we can begin onboarding machines to their newfound home.&lt;/P&gt;
&lt;H2&gt;Preparing for the journey&lt;/H2&gt;
&lt;P&gt;Before onboarding hosts into vMode, we should take a moment to make sure our machines are set up for a smooth and predictable experience.&lt;/P&gt;
&lt;P&gt;Whether you’re onboarding standalone HyperV hosts or multi-node clusters, vMode ensures your machines are ready for their quest to management by validating a small set of prerequisites up front. These quick readiness checks help vMode apply configuration consistently across hosts and clusters, so you get reliable outcomes from day one, without surprises midway through onboarding.&lt;/P&gt;
&lt;H3&gt;Supported host operating systems&lt;/H3&gt;
&lt;P&gt;vMode currently follows an &lt;STRONG&gt;N‑1 host support model&lt;/STRONG&gt;, supporting &lt;STRONG&gt;Windows Server 2025 and Windows Server 2022&lt;/STRONG&gt; for host machines.&lt;/P&gt;
&lt;P&gt;We focused on these versions so we could backport key capabilities like Network ATC and deliver the most reliable onboarding experience possible. As vMode continues to evolve, support for additional Windows Server versions is something we plan to expand over time.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; These OS requirements apply only to &lt;STRONG&gt;host machines and cluster nodes&lt;/STRONG&gt; being onboarded into vMode. Guest virtual machines running on those hosts are not subject to these requirements.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H3&gt;Domain requirements&lt;/H3&gt;
&lt;P&gt;To ensure secure communication and consistent configuration, all hosts and cluster nodes being onboarded must be &lt;STRONG&gt;domain-joined&lt;/STRONG&gt; and reside in the &lt;STRONG&gt;same Active Directory domain&lt;/STRONG&gt; as the vMode instance.&lt;/P&gt;
&lt;P&gt;At this time, vMode does not support onboarding for:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;workgroup machines&lt;/LI&gt;
&lt;LI&gt;cross‑domain scenarios&lt;/LI&gt;
&lt;LI&gt;untrusted domains&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These constraints allow vMode to reliably authenticate, configure, and manage hosts as a unified fabric. We know your party’s environments vary, and your feedback will help guide how we evolve these capabilities over time.&lt;/P&gt;
&lt;H3&gt;Temporary firewall access for onboarding&lt;/H3&gt;
&lt;P&gt;During onboarding (and removal), vMode needs temporary access to copy the files required to install its lightweight management agent. For this reason, &lt;STRONG&gt;SMB inbound traffic (TCP 445)&lt;/STRONG&gt; must be allowed on each host or cluster node during these operations.&lt;/P&gt;
&lt;P&gt;You can enable this with the following PowerShell command:&lt;/P&gt;
&lt;LI-CODE lang="powershell"&gt;Enable-NetFirewallRule -DisplayName 'File and Printer Sharing (SMB-In)'&lt;/LI-CODE&gt;
&lt;P&gt;This access is used solely to install or uninstall the vMode agent, which enables stateful, scalable, and secure management of your virtualization fabric.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Once the agent has been installed or removed, you may disable this firewall rule again if desired.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H3&gt;Ready to hit the road&lt;/H3&gt;
&lt;P&gt;We know how hard it’s been to get here. Getting hosts and clusters stood up the “right” way is rarely clean or straightforward. It usually means long nights, tribal knowledge, brittle scripts, and the constant worry that one node isn’t quite configured like the others.&lt;/P&gt;
&lt;P&gt;vMode is built to take that burden off your plate by ensuring your machines are ready to be managed before we start their onboarding quest. With clear requirements and validation that takes seconds, you can proceed through the wizard without worry.&lt;/P&gt;
&lt;H2&gt;Choosing a path: host profiles&lt;/H2&gt;
&lt;P&gt;Managing hosts and clusters at scale means understanding what role each system plays and ensuring the right tools are available for that role. In vMode, we organize onboarded systems using &lt;STRONG&gt;host profiles&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;A host profile is a primary classification assigned during onboarding. It determines:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;where a system appears in the navigation,&lt;/LI&gt;
&lt;LI&gt;which tools and workflows are available, and&lt;/LI&gt;
&lt;LI&gt;which operations can be performed from that view.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This role-based approach helps you focus on what matters most for each type of system, without clutter or unnecessary options.&lt;/P&gt;
&lt;P&gt;Today, vMode recognizes three host profiles:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Compute (Hyper‑V hosts)&lt;/STRONG&gt;&lt;BR /&gt;The Compute view focuses on virtualization workloads and day‑to‑day host operations. From here, you can manage VM lifecycle operations such as live migration and Hyper‑V Replica, apply host updates, configure firewall settings, and review event logs. All from a centralized, consistent experience.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Storage&lt;/STRONG&gt;&lt;BR /&gt;The Storage profile is designed for systems that provide storage for virtual machines, including SAN, NAS, or hyperconverged infrastructure using Storage Spaces Direct. While this profile view is not available yet, it is planned for a future release and will provide storage‑specific management and visibility once enabled.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Networking&lt;/STRONG&gt;&lt;BR /&gt;The Networking profile is intended for managing network configuration and services that support virtualization workloads, including Network ATC intents, ATC intent template management, and Software Defined Networking (SDN) components. Although the dedicated Networking profile view is not available today, vMode already supports configuring Network ATC during onboarding, and additional networking capabilities and workflows are planned for a future release.&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; The Storage and Networking profile view are still in progress and planned for the general availability release of vMode.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;By organizing hosts around clear, role-based profiles, vMode makes it easier to manage complex environments consistently. While ensuring each system is governed and operated according to its intended purpose. Selecting your machine’s classification profile is essential for completing their quest.&lt;/P&gt;
&lt;H2&gt;Facing the onboarding wizard&lt;/H2&gt;
&lt;P&gt;Now that your environment is ready, let’s take on the resource onboarding wizard in vMode. This guided flow validates your setup, applies configuration consistently, and gives you visibility into every step along the way.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Create a resource group&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Start by creating a resource group to organize your hosts and clusters. Resource groups help you manage related systems together and keep your environment easy to navigate as it grows.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Add a resource&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Next, add a resource to the resource group. vMode automatically runs validation checks in the background, so you don’t have to manually verify prerequisites before moving forward. This is also where you select your profile.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;If the host is part of a cluster, vMode detects this automatically and adds the entire cluster on your behalf—saving time and eliminating manual discovery steps.&lt;/P&gt;
&lt;img /&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Coming soon:&lt;/STRONG&gt; You’ll be able to create clusters directly from this wizard, including creating new host VMs and clustering them as part of the same flow.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Configure networking&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Configure Network ATC and create the necessary network intents to automatically configure, validate, and maintain the required networking for hosts or clusters.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Coming soon:&lt;/STRONG&gt; Expanded networking experiences are in active development to provide deeper visibility and control as vMode approaches general availability.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Configure storage&lt;/STRONG&gt;&lt;BR /&gt;In the Storage step, you select how storage is configured for your hosts or clusters. This step ensures your virtualization workloads have the right storage foundation before onboarding completes.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Coming soon:&lt;/STRONG&gt; Expanded storage experiences, including support for SAN‑based storage and file shares.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;img /&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Configure compute settings&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In the Compute step, you can fine-tune host configuration, including:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;removing non‑essential Windows Server features,&lt;/LI&gt;
&lt;LI&gt;enabling Enhanced Session Mode,&lt;/LI&gt;
&lt;LI&gt;configuring up to &lt;STRONG&gt;four concurrent live migrations&lt;/STRONG&gt;, and&lt;/LI&gt;
&lt;LI&gt;setting a custom virtual machine storage path.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These options help ensure your hosts are optimized for performance, scalability, and reduced operational overhead.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Review and onboard&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Before onboarding begins, you’ll review all selected settings to ensure everything looks correct. Once confirmed, vMode kicks off the onboarding process.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Track progress in real time&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The workflow status page shows onboarding progress in real time:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;broken down &lt;STRONG&gt;per step&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;visible &lt;STRONG&gt;per node&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If issues arise, this detailed view makes it easier to troubleshoot and pinpoint exactly where attention is needed.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Start managing your resources&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Once onboarding completes, your newly onboarded hosts or clusters appear in the left navigation, ready for day-to-day management.&lt;/P&gt;
&lt;img /&gt;
&lt;H2&gt;Quest completed! For now…&lt;/H2&gt;
&lt;P&gt;Your quest “Resource onboarding using vMode” has been completed! You made sure your machines were ready for their journey by following the onboard prerequisites, chose your machine’s profile (or “class”) carefully, and defeated the onboarding wizard.&lt;/P&gt;
&lt;P&gt;Along the way, vMode ensured your experience was straightforward and that the onboarding experience was consistent, easing worries about misconfigured nodes or roles you’d forgotten to install. We make sure nodes are consistent if you’re onboarding a cluster and machine configuration doesn’t necessarily require a complex automation script. Think of vMode as your &lt;S&gt;game&lt;/S&gt; onboarding master, invested in the success of your &lt;S&gt;characters&lt;/S&gt; machines.&lt;/P&gt;
&lt;P&gt;Thank you for following along as we continue to build vMode. Your feedback plays a critical role in shaping what comes next, and we’d love to hear what workflows, capabilities, or improvements matter most to you as we move toward general availability.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for stopping by,&lt;/P&gt;
&lt;P&gt;Theo (Just Theo)&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 13:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/resource-onboarding-using-windows-admin-center-virtualization/ba-p/4500281</guid>
      <dc:creator>Theo_Tran</dc:creator>
      <dc:date>2026-03-09T13:00:00Z</dc:date>
    </item>
    <item>
      <title>Installing Windows Admin Center: Virtualization Mode</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/installing-windows-admin-center-virtualization-mode/ba-p/4496405</link>
      <description>&lt;P&gt;So far, we’ve &lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/virtualization-mode-unlocked/4487896" target="_blank" rel="noopener"&gt;introduced &lt;/A&gt;Windows Admin Center: Virtualization Mode (vMode) and discussed the &lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/windows-admin-center-architectural-changes/4488583" target="_blank" rel="noopener"&gt;architectural changes&lt;/A&gt; in Windows Admin Center necessary to implement both virtualization and administration modes. In this article, we’ll walk you through how to get started with vMode.&lt;/P&gt;
&lt;P&gt;Check out the &lt;A href="https://youtu.be/YK_MNYAmpVA?si=IzNR9HQHY516avix&amp;amp;t=1118" target="_blank" rel="noopener"&gt;video from Ignite&lt;/A&gt; and the &lt;A href="https://aka.ms/WACvMode" target="_blank" rel="noopener"&gt;announcement blog post&lt;/A&gt; if you missed the news!&lt;/P&gt;
&lt;H1&gt;Breaking Barriers to Better Beginnings&lt;/H1&gt;
&lt;P&gt;Whether you have tens of virtual machines or tens of thousands of virtual machines, your management infrastructure is critical. It’s paramount to get it up and running as fast as possible so you can get on with running your business. You don’t want to spend hours or days mucking around with prerequisite installations or submitting requests for firewall changes and group policy updates. You want to get down to business.&lt;/P&gt;
&lt;P&gt;We know that getting started is sometimes the hardest part. Challenges with management infrastructure tend to compound quickly, especially with larger scale deployments. Manual configuration steps, environment-specific dependencies, and unclear upgrade paths can turn what should be a straightforward setup into a brittle, time consuming process that’s hard to repeat reliably across environments.&lt;/P&gt;
&lt;P&gt;When it comes to vMode, we designed the getting started experience to be &lt;STRONG&gt;frictionless&lt;/STRONG&gt;, &lt;STRONG&gt;familiar&lt;/STRONG&gt;, and &lt;STRONG&gt;fast&lt;/STRONG&gt;.&lt;/P&gt;
&lt;H3&gt;Frictionless: Minimal prerequisites&lt;/H3&gt;
&lt;P&gt;Modern virtualization management platforms often require:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;User rights configuration and service account setup&lt;/LI&gt;
&lt;LI&gt;Several prerequisite applications that require frequent updates&lt;/LI&gt;
&lt;LI&gt;Firewall rule changes&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;And that’s before you can really get started—adding time and complexity to even the simplest deployments. Virtualization Mode is designed to reduce this burden by minimizing prerequisites and streamlining setup so you can get up and running without coordinating complex dependencies across your environment.&lt;/P&gt;
&lt;P&gt;All you need to do to get started with vMode is to install Visual C++ Redistributable, which you can do with one command:&lt;/P&gt;
&lt;LI-CODE lang="powershell"&gt;winget install "Microsoft.VCRedist.2015+.x64" --silent&lt;/LI-CODE&gt;
&lt;P&gt;We’re not kidding, that’s it!&lt;/P&gt;
&lt;P&gt;With vMode, getting started is a frictionless experience. You spend less time preparing your environment and more time managing it.&lt;/P&gt;
&lt;H3&gt;Familiar: Installer evolution&lt;/H3&gt;
&lt;P&gt;Those of you familiar with the installation of &lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/virtualization-mode-unlocked/4487896" target="_blank" rel="noopener"&gt;Administration Mode (aMode)&lt;/A&gt;&amp;nbsp;will recognize the installer for vMode. It looks exactly like the aMode installer, but with one additional screen.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Right now, these two installers are separate, but when it comes time for the release to general availability, you will be given one installer with another additional screen—one that allows you to select the mode you wish to install.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;For a stateful implementation like vMode, we install a lightweight PostgreSQL database which requires a username and password. We recommend saving this information somewhere secure and accessible after installation, in case you need these credentials for restoring your vMode instance in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;vMode builds on an installer experience you already know, letting you move forward with confidence.&lt;/P&gt;
&lt;H3&gt;Fast: Watch for yourself!&lt;/H3&gt;
&lt;P&gt;It’s easy to take my word on the simplicity of the experience, but if you’re not convinced, here’s a real-time installation video that highlights all the new steps:&lt;/P&gt;
&lt;FIGURE style="margin: 0; padding: 0;"&gt;&amp;nbsp;
&lt;DIV style="position: relative; width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; border: 0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IFRAME src="https://medius.microsoft.com/Embed/video-nc/6a578eca-28fe-4317-bb63-0a21d3f15aaa?r=736365464404" title="Windows Server - Windows Admin Center vMode install" allowfullscreen="allowfullscreen" allow="fullscreen; picture-in-picture" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;" sandbox="allow-scripts allow-same-origin allow-forms"&gt;
&amp;amp;amp;amp;amp;amp;nbsp;&amp;amp;amp;amp;amp;amp;nbsp;&amp;amp;amp;amp;amp;amp;nbsp; &lt;/IFRAME&gt; &amp;nbsp;&lt;/DIV&gt;
&amp;nbsp;
&lt;FIGCAPTION id="video-caption" style="font-size: 14px; line-height: 1.5; color: #1f1f1f; text-align: left; margin-top: 8px;"&gt;&amp;nbsp;The video above walks through an installation of Windows Admin Center: Virtualization Mode by installing the Visual C++ Redistributable and launching the installer.&amp;nbsp;If the video player doesn’t load, open the video in a new window: &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A style="color: #0a5bd9; text-decoration: underline;" title="Open the video in a new window" href="https://medius.microsoft.com/Embed/video-nc/6a578eca-28fe-4317-bb63-0a21d3f15aaa?r=736365464404" target="_blank" rel="noopener noreferrer"&gt;Open video&lt;/A&gt; &amp;nbsp;&lt;/FIGCAPTION&gt;
&lt;/FIGURE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Setup with vMode takes just a few minutes, so you spend less time waiting and more time managing your virtualization infrastructure.&lt;/P&gt;
&lt;H1&gt;Picking the Perfect Place&lt;/H1&gt;
&lt;P&gt;Now that you understand how easy it is, let’s talk about how to start an implementation. Think of Virtualization Mode as your always on command center—it deserves a home that’s built for the job.&lt;/P&gt;
&lt;P&gt;First, find or create a machine with at least 4CPUs (physical or virtual), at least 8GB of RAM, and 10GB of free disk space. Because we need want the gateway online and available to communicate with the host agents, and we’re installing a PostgreSQL database, you’ll want this system to be running domain-joined Windows Server 2025 Standard or Datacenter edition with DNS resolution using Fully Qualified Domain Name (FQDN). This is not a job for your laptop.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note: &lt;/STRONG&gt;It’s not a job for clustered machines yet, either. While installing vMode on a cluster today is not supported, a new high availability implementation for Windows Admin Center exclusively available in vMode is on the roadmap for general availability.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This machine could be a physical or a virtual machine. If it’s a virtual machine, it’s totally fine to have vMode running while the host is also being managed by vMode. vMode uses Network ATC which maintains a copy of the network configuration in the registry, so you never have to worry about the system losing connection with the gateway.&lt;/P&gt;
&lt;P&gt;Carve out a small, but proper place for vMode to live, and it’ll quietly do its job in the background while you focus on managing your environment.&lt;/P&gt;
&lt;H1&gt;Staying Simple, Staying Supported&lt;/H1&gt;
&lt;P&gt;You did it! You’ve got vMode up and running. But after the install is behind you, the real question is how to keep it that way.&lt;/P&gt;
&lt;P&gt;Keeping your management tooling up to date is critical: the management plane coordinates changes across hosts and platform services, and updates deliver reliability fixes and security patches that reduce operational risk over time.&lt;/P&gt;
&lt;H3&gt;Extensions&lt;/H3&gt;
&lt;P&gt;Extensions are the lifeblood of Windows Admin Center. After you select an object to manage in vMode, all further operations are enabled through a flexible extension framework. Each tab in the tools pane that loads to the right of the object hierarchy when you select an object, like the Virtual Machines tool when you select a host, is an extension.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;You control which extensions are installed via the extension manager through toggleable automatic updates. With automatic updates turned on, every time you open vMode it checks for new extensions and updates those that have new versions available. When automatic updates are off, navigate to the extension manager to manually install any extension you need with just a few clicks. In either case, you're in control of managing your updates in the way that's best for your environment.&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Running in a partially or fully disconnected environment? That’s okay, we also have a way to &lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/configure/using-extensions#installing-extensions-on-a-computer-without-internet-connectivity" target="_blank" rel="noopener"&gt;update extensions for offline scenarios.&lt;/A&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H3&gt;Gateway and Database&lt;/H3&gt;
&lt;P&gt;The gateway and database form the core Windows Admin Center platform. These components are at the heart of everything you do in Windows Admin Center. For example, the object hierarchy is stored in the database and displayed by the gateway.&lt;/P&gt;
&lt;P&gt;When it comes to updating the core platform, automatic platform updates are also on the roadmap, making it even easier to stay up-to-date with the latest new features in vMode.&lt;/P&gt;
&lt;P&gt;Updating your vMode gateway will automatically trigger an update for the vMode agents configured on &lt;STRONG&gt;all&lt;/STRONG&gt; objects managed through vMode. Soon, we’ll also provide a dashboard for you to see the status of all your agents and fix issues, including issues with agent updates.&lt;/P&gt;
&lt;P&gt;With vMode, staying current feels less like maintenance work and more like a PaaS service or appliance that takes care of itself.&lt;/P&gt;
&lt;H1&gt;Flit Forward Faster&lt;/H1&gt;
&lt;P&gt;In minutes, you can have an enterprise scale management platform for your virtualization infrastructure up and running. With one prerequisite installation, it really couldn't get much simpler to get started and take advantage of all vMode’s benefits, like the PostgreSQL database, self-managed update lifecycle, automatic agent updates, and more.&lt;/P&gt;
&lt;P&gt;Keep tuning in to hear more about Windows Admin Center: Virtualization Mode and keep an eye out for an update preview release with even more new features!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reading,&lt;/P&gt;
&lt;P&gt;Davanna “Amazingly Alliterative” White&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 22:37:44 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/installing-windows-admin-center-virtualization-mode/ba-p/4496405</guid>
      <dc:creator>Davanna-White</dc:creator>
      <dc:date>2026-02-26T22:37:44Z</dc:date>
    </item>
    <item>
      <title>Windows Admin Center Architectural Changes</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-architectural-changes/ba-p/4488583</link>
      <description>&lt;LI-SPOILER label="Spoiler - Windows Admin Center: Virtualization Mode"&gt;
&lt;P&gt;Windows Admin Center: Virtualization Mode is a new experience that helps you manage your virtualization infrastructure across your Hyper-V clusters, storage (SAN, NAS, and HCI), and networking configurations.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aka.ms/WACDownloadvMode" target="_blank" rel="noopener"&gt;Download Now&lt;/A&gt; in Public Preview!&lt;/P&gt;
&lt;P&gt;Check out our &lt;A class="lia-external-url" href="https://youtu.be/YK_MNYAmpVA?si=bz70Za6Cwn3GqnRC&amp;amp;t=1118" target="_blank"&gt;presentation&lt;/A&gt; at Microsoft Ignite 2025!&lt;/P&gt;
&lt;/LI-SPOILER&gt;
&lt;H5 class="lia-align-center"&gt;&lt;EM&gt;“1‑mode, 2‑mode, 3‑mode 4… Two modes together in one platform core.”&lt;/EM&gt;&lt;/H5&gt;
&lt;P class="lia-align-right"&gt;-Windows Admin Center developer limerick&lt;/P&gt;
&lt;P&gt;In our last blog, we introduced Windows Admin Center: Virtualization Mode (vMode) and laid out the concepts of modes. This article will be more conceptual, focused on the fundamental changes that made vMode possible and help you understand some of the differences you’ll need to consider when using it – like where you install it, when to take backups and should you make it highly available.&lt;/P&gt;
&lt;P&gt;...and if you missed the news, check out this &lt;A href="https://youtu.be/YK_MNYAmpVA?si=IzNR9HQHY516avix&amp;amp;t=1118" target="_blank" rel="noopener"&gt;video from Ignite&lt;/A&gt; and this blog post.&lt;/P&gt;
&lt;H1&gt;A tale of two modes&lt;/H1&gt;
&lt;H3&gt;Administration Mode&lt;/H3&gt;
&lt;H5 class="lia-align-center"&gt;&lt;EM&gt;“In the land of servers, where admins roam, aMode was the tool that that each called home.”&lt;/EM&gt;&lt;/H5&gt;
&lt;P class="lia-align-right"&gt;-An ode to Matt Wilson&lt;/P&gt;
&lt;H4&gt;The goal&lt;/H4&gt;
&lt;P&gt;Once upon a time, in a distant release cycle, there was only Windows Admin Center: Administration Mode (aMode). At the time of course, it was only known as Windows Admin Center, but it functioned well for general OS management and administration scenarios.&lt;/P&gt;
&lt;P&gt;Its goal was to improve upon the inbox Windows Server MMCs that had several problems such as:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Modernization difficulty&lt;/STRONG&gt; – Most MMCs are built in native C++, which makes them difficult to update or extend with new functionality.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Limited remoting&lt;/STRONG&gt; – Some MMCs let you connect to multiple servers, but they don’t share context. For example, if you open two HyperV hosts in the same console, there’s no way to coordinate resources or knowledge between them.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;OS Bound&lt;/STRONG&gt; – MMCs are tied to its OS version, so you needed a separate jump box for every different operating system you wanted to manage remotely.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Through its web-based gateway, Windows Admin Center solved each of these problems.&lt;/P&gt;
&lt;H4&gt;The architecture&lt;/H4&gt;
&lt;H5 class="lia-align-center"&gt;&lt;EM&gt;“Every click a new page, every page a clean slate...”&lt;/EM&gt;&lt;/H5&gt;
&lt;P class="lia-align-right"&gt;-Le Chant de l’Architecture Qui S’Oublie, Strophe 7&lt;BR /&gt;by Ben Schultz, circa 2016&lt;/P&gt;
&lt;P&gt;When you installed Windows Admin Center (aMode), you were installing what is known as “the gateway.” When you open your browser to the Windows Admin Center address, a &amp;nbsp;service called (you guessed it) WindowsAdminCenter starts and presents you with a login screen.&lt;/P&gt;
&lt;P&gt;After logging in, you could see your “connections” list where you can add a number of different servers. Once connected to an individual server, you could manage that entity. This list of connections is cached locally and is the only information that Administration Mode remembers.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;You can add several different types of devices to your connections list such as a Windows Server, Windows Client, Failover Clusters, or Azure VMs. However, you could only connect to one of these at a time.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Once connected, aMode uses PowerShell remoting to collect information from the system and display it in the browser. When you click on a different tool or make a connection to a new host, the gateway throws out all the information it collected and collects the new information being requested. This is a “stateless architecture.”&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;This stateless model is great for:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Single, task-oriented configuration (e.g. change power plan to high performance)&lt;/LI&gt;
&lt;LI&gt;Administration of independent servers&lt;/LI&gt;
&lt;LI&gt;Installation anywhere – Each administrator performs their own installation (installation per device, per user) of Windows Admin Center then configures and organizes their connection list.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;However, Administration mode was designed to manage (for example) a single system or single cluster, not &lt;EM&gt;many&lt;/EM&gt; &lt;EM&gt;Hyper-V&lt;/EM&gt; clusters. It was focused on general administration of an individual server rather than a holistic scenario. For server administration scenarios it was originally designed for, Windows Admin Center: Administration Mode was great. But for virtualization environments, it left you wanting a more tightly integrated management tool...&lt;/P&gt;
&lt;H4&gt;The summary&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Uses PowerShell remoting to collect data and display it in the browser&lt;/LI&gt;
&lt;LI&gt;Because it’s stateless, the gateway can be installed anywhere (Windows 11, Windows Server)&lt;/LI&gt;
&lt;LI&gt;Because it’s stateless, you can connect to the same system from multiple gateways&lt;/LI&gt;
&lt;LI&gt;Because it’s stateless, there’s no data to backup&lt;/LI&gt;
&lt;LI&gt;Because it’s stateless, there’s no need for high availability&lt;/LI&gt;
&lt;LI&gt;Is a general tool for configuration of many different types of servers&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Virtualization Mode&lt;/H3&gt;
&lt;H5 class="lia-align-center"&gt;&lt;EM&gt;“aMode and vMode sat on a wall. One was stateless, the other recalls.”&lt;/EM&gt;&lt;/H5&gt;
&lt;P class="lia-align-right"&gt;- WAC PM onboarding guide&lt;/P&gt;
&lt;H4&gt;The goal&lt;/H4&gt;
&lt;P&gt;In recent times, there’s been a significant change in the virtualization winds. As part of rising costs in the industry, many of you are searching for your next virtualization vendor. Besides the hypervisor, the management interface is one of the most critical considerations of a virtualization platform—you rely on it daily, so it must be solid.&lt;/P&gt;
&lt;P&gt;If you know anyone that came back from Microsoft Ignite 2025 in November, you might have caught a whisper of a new mode in Windows Admin Center, purpose-built to manage virtualization environments, providing:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Multisystem navigation&lt;/STRONG&gt; allows you to see and manage all of your clusters in a single view, up to 1,000 hosts and 25,000 virtual machines&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Centralized management&lt;/STRONG&gt; of your compute, storage (SAN, NAS, HCI), and network resources that run your virtualization environment.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Role-based Administration Control &lt;/STRONG&gt;enabling delegation of responsibilities and maintaining of security boundaries.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Enterprise VM features&lt;/STRONG&gt; like templates and built-in disaster recovery&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Simple &lt;/STRONG&gt;Azure Arc enablement&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;By enabling a new architecture in Windows Admin Center, we can bring these and many other capabilities into one cohesive management experience. Here’s a quick look at what we can do in the new Virtualization Mode.&lt;/P&gt;
&lt;H4&gt;The architecture&lt;/H4&gt;
&lt;H5 class="lia-align-center"&gt;&lt;EM&gt;“A tidy chest for all your hosts, keeping track of what matters most.”&lt;/EM&gt;&lt;/H5&gt;
&lt;P class="lia-align-right"&gt;-Windows Admin Center design document&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Behind these improvements are a few architectural changes. Now, when you install Windows Admin Center: Virtualization Mode, you’re asked for a username and password to install a lightweight, postgresql database.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;This database is used to store information about the servers and clusters being managed. These could be Hyper-V hosts, storage devices used for virtual machines, or network configuration information of the machines being managed. To receive these updates the gateway system needs to be online and available, so you won’t want to install Virtualization Mode on your laptop; you should treat it like a server in your infrastructure.&lt;/P&gt;
&lt;P&gt;When you onboard a server, the Virtualization Mode system deploys an agent to that server and registers it in the database. Rather than using remote PowerShell like Administration Mode, Virtualization Mode uses this agent to communicate with the gateway when needed.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Among other tasks, the agent:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;performs heartbeats enabling it to track system availability&lt;/LI&gt;
&lt;LI&gt;implement configuration changes submitted by the user&lt;/LI&gt;
&lt;LI&gt;collects and shares information with the database&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;There are several benefits to this architectural approach, let’s review a few of them:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Scalability:&amp;nbsp;&lt;/STRONG&gt;This architecture offers some significant scalability improvements enabling management of up to 1,000 hosts and 25,000 virtual machines by the same vMode system.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Centralization:&lt;/STRONG&gt; You have one centralized location for all your team’s configuration information. You and your team can log into the gateway from any system using a web browser and without installing anything on the local system and everyone will see the same list of connections.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG style="color: rgb(30, 30, 30);"&gt;Advanced Functionality&lt;/STRONG&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt;: We can also now implement some advanced functionality that only makes sense in a stateful architecture like Virtualization Mode. For example:&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Role-based Administration Control (RBAC) &lt;/STRONG&gt;– Given you have (1) multiple team members using the same management information and (2) a centralized database where that information is stored, RBAC can be implemented in Virtualization Mode.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;VM Templates&lt;/STRONG&gt; – Templates require VM hardware configuration and VHDX locations to be remembered. The database allows us to store the necessary information.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Resilient connectivity&amp;nbsp;&lt;/STRONG&gt;Since there is an agent (service) running locally on the system, operations are significantly more resilient. Transient network connectivity, user elevation, among other issues are significantly less disruptive.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This stateful architecture is great for:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Implementing workflows with multiple steps like deploying a Hyper-V host&lt;/LI&gt;
&lt;LI&gt;Management of interrelated systems such as managing multiple clusters&lt;/LI&gt;
&lt;LI&gt;Centralized installation – One management tool using RBAC to control access&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best of all, this mode is 100% focused on managing virtualization environments. As a result of being purpose-built for virtualization, we can reduce the management complexity found in our previous management tools and provide a tightly integrated experience.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Note:&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt; Generalized tools like the MMCs and Windows Admin Center: Administration Mode have an inherently component centric design. They were generalized to cover many scenarios. That’s why you ended up juggling so many separate tools like Hyper-V Manager, Failover Clustering, (and many more), or the litany of Active Directory MMCs, DNS, DHCP, etc. just to name a few.&lt;/EM&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H4&gt;The summary&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Uses an agent to collect data and stores it in the database&lt;/LI&gt;
&lt;LI&gt;Because it’s stateful, there is one centralized gateway installed&lt;/LI&gt;
&lt;LI&gt;Because it’s stateful, you need to backup the database&lt;/LI&gt;
&lt;LI&gt;Because it’s stateful, you might want a highly available deployment&lt;/LI&gt;
&lt;LI&gt;Is focused on virtualization and only virtualization&lt;/LI&gt;
&lt;/UL&gt;
&lt;H1&gt;Tick-tock – two modes on a block&lt;/H1&gt;
&lt;P&gt;With all that said, which architecture should you use? The architecture is determined by the experience (or mode) you’ve chosen at installation time. This means you don't have to worry about what architecture to use, the best architecture is automatically selected based on the use case you select at installation time.&lt;/P&gt;
&lt;P&gt;This table summarizes the key architectural differences&lt;/P&gt;
&lt;DIV class="styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN"&gt;&lt;table border="1" style="width: 743px; border-width: 1px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Administration Mode&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Virtualization Mode&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Architecture&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Stateless&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Stateful&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Key scenario&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Server Admin&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Virtualization&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Acquires metadata&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;PowerShell remoting&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Local agent&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Implements configuration&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;PowerShell remoting&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Local agent&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Data storage&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;None&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;PostGreSQL Database&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Installation&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Many distributed&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;One centralized&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;High Availability Required&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;No&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Possible&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Backups required&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;No&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;Yes&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Max concurrent connections&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;1&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;1,000&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;P&gt;&lt;STRONG&gt;Scale&lt;/STRONG&gt;&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;~10 nodes&lt;/P&gt;
&lt;/td&gt;&lt;td&gt;
&lt;P&gt;1,000 nodes&lt;/P&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;colgroup&gt;&lt;col style="width: 33.33%" /&gt;&lt;col style="width: 33.33%" /&gt;&lt;col style="width: 33.33%" /&gt;&lt;/colgroup&gt;&lt;/table&gt;&lt;/DIV&gt;
&lt;H3&gt;Key Changes&lt;/H3&gt;
&lt;H5 class="lia-align-center"&gt;&lt;EM&gt;“Install it once, keep it sound — this gateway likes to stay around.”&lt;/EM&gt;&lt;/H5&gt;
&lt;P class="lia-align-right"&gt;-Dev and PM training curriculum&lt;/P&gt;
&lt;P&gt;Naturally, different architectures inherently have different ways of solving problems. Here are a few key changes to call out when using vMode:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Hosting model&lt;/STRONG&gt; – vMode should be installed on a dedicated Server OS because the systems you onboard will need to regularly communicate updates with this system. A client system (like Windows 11) may be offline at various times throughout the day.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Backups&lt;/STRONG&gt; – Regular backups should be taken to ensure that new objects added or removed from navigation are restored in the event of a catastrophe. If someone accidentally destroys the system that hosts the vMode gateway and database, you’ll want to restore it soon.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;[Optional] High Availability&lt;/STRONG&gt; – If you’re in a large environment with many users and teams or environments needing frequent changes to their infrastructure, you might benefit from highly available options that are coming soon.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Similarities&lt;/H3&gt;
&lt;H5 class="lia-align-center"&gt;&lt;EM&gt;“Different paths, same olde rhyme — both modes, in lockstep time.”&lt;/EM&gt;&lt;/H5&gt;
&lt;P class="lia-align-right"&gt;- Windows Admin Center chorale and performing arts team&lt;/P&gt;
&lt;P&gt;Despite the above changes, we were careful to ensure many of the core tenets of Windows Admin Center remained the same, for example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Requirements&lt;/STRONG&gt; – There is currently 1 AND ONLY 1 prerequisite to install vMode (Visual C++ Redistributable). There is also only one requirement for onboarded hosts (SMB firewall rule). Everything else is taken care of by the installer. As a result, Both modes in Windows Admin Center takes less than 5 minutes to install.&lt;BR /&gt;&lt;BR /&gt;Installations of comparable products can take hours, and we’ve even heard some horror stories of days from some of you!&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG style="color: rgb(30, 30, 30);"&gt;Tools and Extension Updates&lt;/STRONG&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt; – Tools and extensions provide the functionality you see on screen when configuring a system. These need to remain updated to get the best experience.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;We enable both online and &lt;A style="font-style: normal; font-weight: 400; background-color: rgb(255, 255, 255);" href="https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/configure/using-extensions#installing-extensions-on-a-computer-without-internet-connectivity" target="_blank" rel="noopener"&gt;offline updates&lt;/A&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt;. The installation is self-managed and requires only a browser refresh after the installation. &lt;/SPAN&gt;Best of all, with vMode you need to perform updates once per gateway for all users to gain the benefit.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Partner ecosystem&lt;/STRONG&gt; – Both modes in Windows Admin Center support partner extensions that extend the experience to other related domains.&lt;BR /&gt;&lt;BR /&gt;As an example, vMode partners could build virtualization extensions such as a self-service portal, backup integration, server hardware management, storage provisioning, or networking appliance management.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H1&gt;Happily, ever after...&lt;/H1&gt;
&lt;H5 class="lia-align-center"&gt;&lt;EM&gt;You might just wonder, is this a trend? Is this blog over? The rhymes never end!"&lt;/EM&gt;&lt;/H5&gt;
&lt;P class="lia-align-right"&gt;-Dan Cuomo&lt;/P&gt;
&lt;P&gt;Windows Admin Center has evolved to support both server administration and virtualization roles. While this metamorphosis required significant changes to the underlying architecture, the best aspects of Windows Admin Center remain unchanged.&lt;/P&gt;
&lt;P&gt;If you’re managing Windows Servers and performing administrative tasks, you’ll likely find that Administration mode with its stateless architecture meets all your needs without the need for backups, high availability, or other more detailed implementations.&lt;/P&gt;
&lt;P&gt;However, if you’re a virtualization administrator, you’ll benefit from the new stateful architecture that improves performance and scales significantly higher for that scenario. Ultimately, regardless of which mode you need, Windows Admin Center preserves its core values - simplicity, reliability, and ease of use.&lt;/P&gt;
&lt;P&gt;Keep an eye out for more information on Windows Admin Center: Virtualization Mode and our upcoming release of Private Preview 2.&lt;/P&gt;
&lt;P&gt;And now to send you on your virtualizing way,&lt;/P&gt;
&lt;H5 class="lia-align-center"&gt;&lt;EM&gt;“With your clusters tidy and your hosts in a row, may your VMs hum softly as the datacenter winds blow. May your agents check-in, your backups stay tight, and your hypervisors reliable for a peaceful goodnight.”&lt;/EM&gt;&lt;/H5&gt;
&lt;P&gt;Thanks for reading,&lt;/P&gt;
&lt;P&gt;Dan “Virtual Rhymes” Cuomo&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 14:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-architectural-changes/ba-p/4488583</guid>
      <dc:creator>DanCuomo</dc:creator>
      <dc:date>2026-02-09T14:00:00Z</dc:date>
    </item>
    <item>
      <title>Virtualization Mode Unlocked</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/virtualization-mode-unlocked/ba-p/4487896</link>
      <description>&lt;LI-SPOILER label="Spoiler - Windows Admin Center: Virtualization Mode"&gt;
&lt;P&gt;Windows Admin Center: Virtualization Mode is a new experience that helps you manage your virtualization infrastructure across your Hyper-V clusters, storage (SAN, NAS, and HCI), and networking configurations.&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://aka.ms/WACDownloadvMode" target="_blank" rel="noopener"&gt;Download Now&lt;/A&gt; in Public Preview!&lt;/P&gt;
&lt;/LI-SPOILER&gt;&lt;LI-SPOILER label="vMode Blog Series"&gt;
&lt;OL&gt;
&lt;LI data-ogsc="black"&gt;&lt;SPAN data-ogsc="rgb(70, 79, 235)"&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/virtualization-mode-unlocked/4487896" data-tabster="{&amp;quot;restorer&amp;quot;:{&amp;quot;type&amp;quot;:1}}" data-auth="NotApplicable" data-linkindex="0" data-ogsc="rgb(70, 79, 235)" data-olk-copy-source="MessageBody" target="_blank"&gt;Virtualization Mode Unlocked&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-ogsc="black"&gt;&lt;SPAN data-ogsc="rgb(70, 79, 235)"&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/windows-admin-center-architectural-changes/4488583" data-tabster="{&amp;quot;restorer&amp;quot;:{&amp;quot;type&amp;quot;:1}}" data-auth="NotApplicable" data-linkindex="1" data-ogsc="rgb(70, 79, 235)" target="_blank"&gt;Windows Admin Center Architectural Changes&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-ogsc="black"&gt;&lt;SPAN data-ogsc="rgb(70, 79, 235)"&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/installing-windows-admin-center-virtualization-mode/4496405" data-tabster="{&amp;quot;restorer&amp;quot;:{&amp;quot;type&amp;quot;:1}}" data-auth="NotApplicable" data-linkindex="2" data-ogsc="rgb(70, 79, 235)" target="_blank"&gt;Installing Windows Admin Center Virtualization Mode&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-ogsc="black"&gt;&lt;SPAN data-ogsc="rgb(70, 79, 235)"&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/resource-onboarding-using-windows-admin-center-virtualization-mode/4500281" data-tabster="{&amp;quot;restorer&amp;quot;:{&amp;quot;type&amp;quot;:1}}" data-auth="NotApplicable" data-linkindex="3" data-ogsc="rgb(70, 79, 235)" target="_blank"&gt;Resource Onboarding Using vMode&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-ogsc="black"&gt;&lt;SPAN data-ogsc="rgb(70, 79, 235)"&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/intent-matters-configuring-network-atc-in-windows-admin-center-virtualization-mo/4502389" data-tabster="{&amp;quot;restorer&amp;quot;:{&amp;quot;type&amp;quot;:1}}" data-auth="NotApplicable" data-linkindex="4" data-ogsc="rgb(70, 79, 235)" target="_blank"&gt;Intent Matters: Network ATC in vMode&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-ogsc="black"&gt;&lt;SPAN data-ogsc="rgb(70, 79, 235)"&gt;Coming soon....&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;When searching for a new virtualization platform, one of the key factors to consider is the management tool. Ultimately, a strong management platform means efficiency for your team; it means deploying, updating, or troubleshooting with ease;&lt;STRONG&gt; &lt;/STRONG&gt;it means assurance that you’ll be home in time for dinner with the family. In this article, we'll introduce you to our new management tool for virtualization called &lt;STRONG&gt;&lt;SPAN class="lia-text-color-11"&gt;Windows Admin Center: Virtualization Mode&lt;/SPAN&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;H1&gt;&lt;STRONG&gt;A management tool as great as our hypervisor&lt;/STRONG&gt;&lt;/H1&gt;
&lt;P&gt;Windows Server has always sported a world-class inbox hypervisor– Hyper-V (since 2008). Hyper-V runs the world’s computer, Microsoft Azure, along with some of the largest and most demanding systems on the planet like Office 365 mail servers, Azure SQL databases, and other high-demand and key services at Microsoft. These services use Hyper-V on Windows Server and so Hyper-V is critical to Windows Server.&lt;/P&gt;
&lt;P&gt;Hyper-V scales beyond most (if not all) other publicly available hypervisors, supporting 4 Petabytes of RAM per host and 2048 logical processors; it supports &lt;A href="https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/supported-windows-guest-operating-systems-for-hyper-v-on-windows#supported-windows-server-guest-operating-systems" target="_blank" rel="noopener"&gt;Windows&lt;/A&gt;, &lt;A href="https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/supported-windows-guest-operating-systems-for-hyper-v-on-windows#supported-linux-and-freebsd" target="_blank" rel="noopener"&gt;Linux, and some FreeBSD&lt;/A&gt; guest operating systems (same list as Azure); and it supports a huge list of features from the simplest (e.g. live migration and GPU partitioning) to the most complex scenarios (e.g. Hyperconverged Infrastructure and Software Defined Networking).&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;It’s often missed that if you’re already running Windows Server as a VM on another platform, you can transfer that license to the host and run Hyper-V, which simultaneously licenses the host and guest at no additional cost. Speak to any Microsoft representative if you’d like more information.&lt;/EM&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Until now, we’ve struggled to meet your expectations in a management tool. Despite multiple updates and attempts to refine them, the results fell short. Windows Server supports a wide range of scenarios, but this versatility often led to tools that were too complex and too generic, lacking the tailored experience needed for specific use cases.&lt;/P&gt;
&lt;H4 class="lia-align-center"&gt;&lt;EM&gt;&lt;SPAN class="lia-text-color-21"&gt;&lt;STRONG&gt;Those days are over...&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/H4&gt;
&lt;P&gt;If you’re ready for a switch to Windows Server Hyper-V, the best management experience is in the redesigned &lt;SPAN class="lia-text-color-11"&gt;&lt;STRONG&gt;Windows Admin Center: Virtualization Mode&lt;/STRONG&gt;&lt;/SPAN&gt;, or &lt;STRONG&gt;&lt;SPAN class="lia-text-color-11"&gt;vMode &lt;/SPAN&gt;&lt;/STRONG&gt;as we call it colloquially. &lt;STRONG&gt;We completely rearchitected Windows Admin Center&lt;/STRONG&gt; to better support virtualization environments.&lt;/P&gt;
&lt;P&gt;The rest of this article will introduce you to&amp;nbsp;&lt;SPAN class="lia-text-color-11"&gt;&lt;STRONG&gt;vMode&lt;/STRONG&gt;&lt;/SPAN&gt; and give pointers to the public preview released at &lt;A class="lia-external-url" href="https://youtu.be/YK_MNYAmpVA?si=xWp4OD7LGMfityDx&amp;amp;t=1118" target="_blank" rel="noopener"&gt;Microsoft Ignite 2025&lt;/A&gt;. In future articles, we’ll dive into the transformation of Windows Admin Center that enabled these changes along with various capabilities of &lt;STRONG&gt;&lt;SPAN class="lia-text-color-11"&gt;vMode&lt;/SPAN&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;H1&gt;Wha&lt;SPAN class="lia-text-color-21"&gt;t is Windows Admin Center: Virtualization Mode&lt;/SPAN&gt;?&lt;/H1&gt;
&lt;P&gt;Put simply, &lt;SPAN class="lia-text-color-11"&gt;&lt;STRONG&gt;vMode &lt;/STRONG&gt;&lt;/SPAN&gt;is a purpose-built virtualization management tool. It lets you deploy, manage, and troubleshoot your virtualization infrastructure to ensure your virtual machines are running in peak condition. You can view your compute (Hyper-V), storage (SAN, File Servers, HCI), and network configurations (Network ATC) in a single pane of glass, organizing these systems into groups that make sense to your needs. You can also deploy and manage virtual machines in your infrastructure.&lt;/P&gt;
&lt;P&gt;What’s better to help you visualize &lt;SPAN class="lia-text-color-11"&gt;&lt;STRONG&gt;vMode &lt;/STRONG&gt;&lt;/SPAN&gt;than to roll a 1-minute montage!?&lt;/P&gt;
&lt;FIGURE style="margin: 0; padding: 0;"&gt;
&lt;DIV style="position: relative; width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; border: 0;"&gt;&lt;IFRAME src="https://aka.ms/WACvModeTrailer" title="Video Montage: Windows Admin Center: Virtualization Mode" allowfullscreen="allowfullscreen" allow="fullscreen; picture-in-picture" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;" sandbox="allow-scripts allow-same-origin allow-forms"&gt;
    &lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;FIGCAPTION id="video-caption" style="font-size: 14px; line-height: 1.5; color: #1f1f1f; text-align: left; margin-top: 8px;"&gt;
&lt;P&gt;As you can see,&amp;nbsp;&lt;SPAN class="lia-text-color-11"&gt;&lt;STRONG&gt;vMode &lt;/STRONG&gt;&lt;/SPAN&gt;is a complete overhaul of Windows Admin Center, completely focused on virtualization, and it’s available for&amp;nbsp;&lt;A href="https://aka.ms/WACDownloadvMode" target="_blank" rel="noopener"&gt;download&lt;/A&gt; in Public Preview if you want to give it a shot and check out the &lt;A href="https://aka.ms/WACvModeDocs" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt; .&lt;/P&gt;
&lt;H1&gt;Different modes for different roles&lt;/H1&gt;
&lt;P class="lia-align-center"&gt;&lt;EM&gt;“But I liked the current experience!”&lt;/EM&gt;&lt;/P&gt;
&lt;P class="lia-align-right"&gt;&lt;EM&gt;-The millions of existing Windows Admin Center customers.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;If you liked the current Windows Admin Center experience, I have excellent news: that’s still available. The existing Windows Admin Center experience is great at server administration, which is useful if you are logging into the servers (including virtual machines), to perform some administrative functions. You know, administrative tasks like:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Installing roles and features&lt;/LI&gt;
&lt;LI&gt;Managing updates&lt;/LI&gt;
&lt;LI&gt;Reviewing event logs&lt;/LI&gt;
&lt;LI&gt;Checking performance counters, etc.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This experience will be refocused on administrative tasks and will henceforth be referred to as &lt;SPAN class="lia-text-color-10"&gt;&lt;STRONG&gt;Windows Admin Center: Administration Mode&lt;/STRONG&gt;&lt;/SPAN&gt;. This creates a clear dichotomy between the Windows Admin Center experiences, ensuring each provides a tailored mode that best meets the needs of each role:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN class="lia-text-color-10"&gt;Administration Mode&lt;/SPAN&gt;&lt;/STRONG&gt; focused on server administration tasks&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN class="lia-text-color-11"&gt;Virtualization Mode &lt;/SPAN&gt;&lt;/STRONG&gt;streamlined for virtualization management&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Installation remains as simple as it’s always been; you’ll just choose whether you want to install &lt;SPAN class="lia-text-color-10"&gt;&lt;STRONG&gt;Administration Mode (aMode)&lt;/STRONG&gt;&lt;/SPAN&gt; or &lt;STRONG&gt;&lt;SPAN class="lia-text-color-11"&gt;Virtualization Mode (vMode)&lt;/SPAN&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;At the time of writing, Administration Mode (&lt;A href="https://aka.ms/WAC2511" target="_blank" rel="noopener"&gt;Windows Admin Center 2511&lt;/A&gt;) and Virtualization Mode are currently separate installers. Once Virtualization Mode is generally available, the installers will be unified and will include an option for mode selection.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;H1&gt;Next Blog&lt;/H1&gt;
&lt;P&gt;In the next article, we’ll dive into the transformation of Windows Admin Center into modes and highlight some of the architectural and principled changes between them. Until then, let me leave you with a few links so you can:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://aka.ms/WACDownloadvMode" target="_blank" rel="noopener"&gt;Download&lt;/A&gt; and tryout Public Preview of &lt;SPAN class="lia-text-color-11"&gt;&lt;STRONG&gt;Windows Admin Center: Virtualization Mode&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/LI&gt;
&lt;LI&gt;Read the &lt;A href="https://aka.ms/WACvModeDocs" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt; for Public Preview.&lt;/LI&gt;
&lt;LI&gt;And watch our &lt;A class="lia-external-url" href="https://youtu.be/YK_MNYAmpVA?si=IzNR9HQHY516avix&amp;amp;t=1118" target="_blank" rel="noopener"&gt;presentation at Ignite&lt;/A&gt; (also shown below).&lt;/LI&gt;
&lt;/UL&gt;
&lt;div data-video-id="https://youtu.be/YK_MNYAmpVA?si=xWp4OD7LGMfityDx&amp;amp;t=1118/1768944526171" data-video-remote-vid="https://youtu.be/YK_MNYAmpVA?si=xWp4OD7LGMfityDx&amp;amp;t=1118/1768944526171" class="lia-video-container lia-media-is-center lia-media-size-large"&gt;&lt;iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FYK_MNYAmpVA%3Fstart%3D1118%26feature%3Doembed%26start%3D1118&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DYK_MNYAmpVA&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FYK_MNYAmpVA%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" allowfullscreen="" style="max-width: 100%"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;P&gt;And of course, don’t forget to give us &lt;A class="lia-external-url" href="https://aka.ms/WACFeedback" target="_blank" rel="noopener"&gt;feedback&lt;/A&gt; (Use the&amp;nbsp;&lt;STRONG&gt;Issues &lt;/STRONG&gt;tab)! Your feedback is why we ventured down this road to create a dedicated mode for virtualization in the first place!&lt;/P&gt;
&lt;P&gt;Thanks for reading,&lt;/P&gt;
&lt;P&gt;Dan “&lt;SPAN class="lia-text-color-11"&gt;&lt;STRONG&gt;vMode &lt;/STRONG&gt;&lt;/SPAN&gt;Activator” Cuomo&lt;/P&gt;
&lt;/FIGCAPTION&gt;
&lt;/FIGURE&gt;</description>
      <pubDate>Mon, 16 Mar 2026 18:38:29 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/virtualization-mode-unlocked/ba-p/4487896</guid>
      <dc:creator>DanCuomo</dc:creator>
      <dc:date>2026-03-16T18:38:29Z</dc:date>
    </item>
    <item>
      <title>The Windows Admin Center: Virtualization Mode preview build has been updated!</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/the-windows-admin-center-virtualization-mode-preview-build-has/ba-p/4489878</link>
      <description>&lt;P&gt;At Ignite last year, we announced&amp;nbsp;Windows Admin Center: Virtualization Mode&amp;nbsp;(vMode),&amp;nbsp;a purpose-built experience to help you easily manage on-premises Windows Server&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/overview" target="_blank" rel="noopener" aria-label="Link Hyper-V virtualization"&gt;Hyper-V virtualization&lt;/A&gt; at scale – across multiple hosts and clusters – while effortlessly bridging your environment with Azure Arc for a true hybrid cloud experience. Today we’ve updated that build to 2.6.4.&lt;/P&gt;
&lt;P&gt;This update sets the foundation for virtualization mode agent updates. When you install a newer version of Windows Admin Center: Virtualization Mode, the agents you have installed on your existing vMode managed machines will be updated to the latest version, ensuring consistency across your infrastructure.&lt;/P&gt;
&lt;P&gt;For existing vMode users to take advantage of agent updates, you’ll need to uninstall your existing version of vMode before adopting this new build. Miss the announcement entirely? Check it out &lt;A href="https://aka.ms/WACvMode" target="_blank" rel="noopener" aria-label="Link here"&gt;here&lt;/A&gt; or take a look at the &lt;A href="https://aka.ms/WACvModeDocs" target="_blank" rel="noopener" aria-label="Link documentation"&gt;documentation&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://aka.ms/WACDownloadvMode" target="_blank"&gt;Download the latest build&lt;/A&gt; and &lt;A class="lia-external-url" href="https://aka.ms/WACfeedback" target="_blank"&gt;let us know what you think&lt;/A&gt;!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 22:42:28 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/the-windows-admin-center-virtualization-mode-preview-build-has/ba-p/4489878</guid>
      <dc:creator>Davanna-White</dc:creator>
      <dc:date>2026-01-27T22:42:28Z</dc:date>
    </item>
    <item>
      <title>Announcing Windows Admin Center for Arm-based Copilot+ PCs</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/announcing-windows-admin-center-for-arm-based-copilot-pcs/ba-p/4477557</link>
      <description>&lt;P&gt;Great news for IT pros managing the next generation of Windows devices! Windows Admin Center now supports Arm-based Copilot+ PCs, bringing the powerful, browser-based management experience you rely on to Microsoft's most advanced AI-powered devices. &lt;A class="lia-external-url" href="https://www.microsoft.com/en-us/windows/copilot-plus-pcs" target="_blank" rel="noopener"&gt;Copilot+ PCs&lt;/A&gt; are next-generation Windows devices designed with built-in AI capabilities, delivering faster performance, enhanced productivity, and intelligent experiences powered by Windows and Microsoft Copilot.&lt;/P&gt;
&lt;P&gt;Whether you're managing hybrid Active Directory environments, configuring servers and clusters, or administering client infrastructure, you can now do it all seamlessly from your Copilot+ PC. This means no more workarounds. Enjoy the same centralized, secure administration you expect, now optimized for the energy-efficient, AI-accelerated Arm architecture. The&amp;nbsp;&lt;A class="lia-external-url" href="https://aka.ms/wacdocs" target="_blank" rel="noopener"&gt;Windows Admin Center experiences&lt;/A&gt; are the same you know and love, including installation, overview experiences and the same tool set you are familiar with!&lt;/P&gt;
&lt;P&gt;As enterprises embrace Copilot+ PCs for their blend of performance, mobility, and AI capabilities, having full management parity with x64 devices is critical. Organizations evaluating large-scale deployments have been waiting for this moment, and now IT admins can confidently manage their entire Windows ecosystem—servers, clusters, and desktops—directly from Arm devices without sacrificing functionality.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ready to experience the future of Windows management? Read about &lt;A class="lia-external-url" href="https://aka.ms/wac2511" target="_blank" rel="noopener"&gt;our 2511 release&lt;/A&gt; and download &lt;A class="lia-external-url" href="https://aka.ms/WAConARMDownload" target="_blank" rel="noopener"&gt;Windows Admin Center 2511 for Arm-based Copilot+ PCs&lt;/A&gt; today! We'd love to hear your feedback as you try this new capability!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 21:26:58 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/announcing-windows-admin-center-for-arm-based-copilot-pcs/ba-p/4477557</guid>
      <dc:creator>Ben_Schultz</dc:creator>
      <dc:date>2025-12-12T21:26:58Z</dc:date>
    </item>
    <item>
      <title>Windows Admin Center version 2511 is now generally available!</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-version-2511-is-now-generally-available/ba-p/4477048</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;April 9th, 2026: The Windows Admin Center installer has been updated to build number 2.6.6.18. This build includes an update to the Cluster manager extension that addresses a &lt;A class="lia-external-url" href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/support/known-issues#incorrect-deletions-in-volumes-tool" target="_blank"&gt;known issue&lt;/A&gt; and no other functionality changes. The HA deployment scripts and &lt;A class="lia-external-url" href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/deploy/high-availability" target="_blank"&gt;associated documentation&lt;/A&gt; have also been updated.&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;April 2nd, 2026: The Windows Admin Center installer has been updated to build number 2.6.5.16. This build includes security improvements and no other functionality changes.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;February 17th, 2026 update: The Windows Admin Center installer has been updated to build number 2.6.4.11. This build includes security improvements and no other functionality changes.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;February 10th, 2026 update: We've updated the high availability deployment script and the associated documentation. The Windows Admin Center 2511 installer has not been changed.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Today we’re announcing the general availability of Windows Admin Center version 2511! A special thank you to our customers, partners, and fans. Your continued support of Windows Admin Center has been critical to its continued success.   &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Version&amp;nbsp;2511 marks a milestone.&amp;nbsp;We’ve&amp;nbsp;brought back&amp;nbsp;high availability deployments&amp;nbsp;compatible with&amp;nbsp;our&amp;nbsp;modernized&amp;nbsp;gateway&amp;nbsp;(known colloquially&amp;nbsp;as&amp;nbsp;“v2”),&amp;nbsp;enhanced silent installation,&amp;nbsp;and&amp;nbsp;provided&amp;nbsp;enterprise-ready&amp;nbsp;logging.&amp;nbsp;We also&amp;nbsp;improved&amp;nbsp;several of&amp;nbsp;our core tools, including&amp;nbsp;VM&amp;nbsp;management&amp;nbsp;enhancements and&amp;nbsp;updates to Remote&amp;nbsp;Deskop’s&amp;nbsp;international&amp;nbsp;keyboard layouts.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;We’ve&amp;nbsp;been working behind the scenes to ensure that Windows Admin Center is up-to-date, secure, and reliable. Read on to learn about the new features and updates! &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H1&gt;&lt;STRONG&gt;&lt;SPAN class="lia-text-color-12"&gt;Windows Admin Center: Virtualization Mode is now in preview!&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H1&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;At Microsoft Ignite last month, we announced&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;Windows Admin Center: Virtualization Mode&amp;nbsp;(vMode)&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;a purpose-built experience to help you easily manage on-premises Windows Server&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/overview" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Hyper-V virtualization&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;at scale – across multiple hosts and clusters – while effortlessly bridging your environment with Azure Arc for a true hybrid cloud experience.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Windows Admin Center: Virtualization Mode and Windows Admin Center 2511 are distinct installations. This post refers specifically to Windows Admin Center 2511. To read more about Virtualization Mode, check out&amp;nbsp;&lt;/SPAN&gt;&lt;A class="lia-external-url" href="https://aka.ms/WACVmode" target="_blank" rel="noopener"&gt;the announcement&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A class="lia-external-url" href="https://aka.ms/WACvModeDocs" target="_blank" rel="noopener"&gt;public documentation&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;H1&gt;&lt;STRONG&gt;&lt;SPAN class="lia-text-color-12"&gt;What’s&amp;nbsp;new in Windows Admin Center 2511&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H1&gt;
&lt;H2&gt;&lt;STRONG&gt;&lt;SPAN class="lia-text-color-14"&gt;Platform updates &amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H2&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;SPAN class="lia-text-color-21"&gt;Installer&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;The Windows Admin Center installer in version 2410 had some gaps.&amp;nbsp;We’ve&amp;nbsp;heard ample feedback about the installer experience and have worked to address several of these in 2511.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph" data-ccp-parastyle-defn="{&amp;quot;ObjectId&amp;quot;:&amp;quot;02177ce2-005d-5559-ae79-06ac01b8bc68|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;3&amp;quot;,201342449,&amp;quot;1&amp;quot;,469777841,&amp;quot;Aptos&amp;quot;,469777842,&amp;quot;Arial&amp;quot;,469777843,&amp;quot;ＭＳ 明朝&amp;quot;,469777844,&amp;quot;Aptos&amp;quot;,201341986,&amp;quot;1&amp;quot;,469769226,&amp;quot;Aptos,Arial,ＭＳ 明朝&amp;quot;,268442635,&amp;quot;24&amp;quot;,469775450,&amp;quot;paragraph&amp;quot;,201340122,&amp;quot;2&amp;quot;,134233614,&amp;quot;true&amp;quot;,469778129,&amp;quot;paragraph&amp;quot;,335572020,&amp;quot;1&amp;quot;,335559740,&amp;quot;240&amp;quot;,201341983,&amp;quot;0&amp;quot;,134233118,&amp;quot;true&amp;quot;,134233117,&amp;quot;true&amp;quot;,469778324,&amp;quot;Normal&amp;quot;]}"&gt;Silent install commands&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;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;In Windows Admin Center version 2410, we did not include many&amp;nbsp;command&amp;nbsp;line&amp;nbsp;install&amp;nbsp;operations. We know that many of you install Windows Admin Center through the command line because&amp;nbsp;you’re&amp;nbsp;using Server Core or would like to automate your Windows Admin Center deployments.&amp;nbsp;With this release,&amp;nbsp;we’ve&amp;nbsp;restored command line silent installation support and added a few extra arguments as well.&amp;nbsp;The following arguments can now be used:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;/Silent&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;/&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;VerySilent&lt;/SPAN&gt;&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;/&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;HTTPSPortNumber&lt;/SPAN&gt;&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;/&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;CertificateThumbprint&lt;/SPAN&gt;&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Here’s&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;an example of how&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;you’d&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;run the installer from the command line:&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;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="powershell"&gt;.\WindowsAdminCenter2511.exe /HTTPSPortNumber=1234 /CertificateThumbprint=“1234abcd4567efgh”&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;In addition to the command line installation, your Windows Admin Center configuration can always be &lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;modified&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt; with the PowerShell Configuration script module, which can be found at the following file path: &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;%Program Files%\&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;WindowsAdminCenter&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;\&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;PowerShellModules&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;\&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Microsoft.WindowsAdminCenter.Configuration&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;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN class="lia-text-color-21"&gt;Cert troubleshooting&amp;nbsp;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;The management of software certificates is a necessary&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;component&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;to product lifecycle management, but it&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;isn’t&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;always easy. When we upgraded the Windows Admin Center backend with version 2410, we also changed the way certificates are handled by Windows Admin Center.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;We’ve&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;created&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/configure/update-certificate?tabs=powershell" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;new documentation&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;that can&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;assist&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;in the process of updating&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;your Windows Admin Center certificate or troubleshooting certificate issues.&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;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Localization&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;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;In this release,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;we’ve&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;addressed an issue where users upgrading to Windows Admin Center versions 2410 or later were unable to migrate to the new backend successfully. This issue was due to certificates being improperly processed because of a localization error in one of the Windows Admin Center scripts. After updating, users were unable to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;launch the latest version of Windows Admin Center successfully&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;.&amp;nbsp;&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;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Logging&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;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;We have heard your feedback, and the WAC installer now supports enterprise-ready logging by writing installation details to the Windows Event Log. This provides centralized visibility for IT teams, improves compliance, and simplifies troubleshooting&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;.&amp;nbsp;&amp;nbsp;&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;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Other bugfixes&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;We've fixed an issue where some installations were failing on Windows Server 2022 systems and older, first reported in our &lt;A class="lia-internal-link lia-internal-url lia-internal-url-content-type-blog" href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/windows-admin-center-version-2511-is-now-in-public-preview/4471469" target="_blank" rel="noopener" data-lia-auto-title="public preview release" data-lia-auto-title-active="0"&gt;public preview release&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;High availability&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Historically, you could deploy Windows Admin Center in a failover cluster to provide high availability for your Windows Admin Center gateway service. In Windows Admin Center version 2410, this functionality was unavailable.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;In this release,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;we’ve&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;&amp;nbsp;restored the ability to deploy Windows Admin Center with high availability. The solution provided is an active-passive solution, where only one instance of Windows Admin Center is active. If one of the nodes in the cluster fails, Windows Admin Center gracefully fails over to another node, letting you continue managing the servers in your environment seamlessly.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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/windows-server/manage/windows-admin-center/deploy/high-availability" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Learn more about highly available Windows Admin Center and download the latest deployment script.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;H2&gt;&lt;STRONG&gt;&lt;SPAN class="lia-text-color-14"&gt;Updates to Extensions&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H2&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Virtual machine tool&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;The VM management tool has&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;been updated with&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;improved import/export workflows&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;that&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;polish the destination dialog and file location handling. The host settings have&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;enhanced configuration options&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;and backend validation to prevent user misconfiguration. There is now an improved creation and configuration workflow for virtual switches, along with network&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;controller integration. There’s better rule management, validation&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;for affinity rules to avoid any potential conflicts.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Performance is still top of mind and one of the highest priorities&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;for our team. With that said, the VM list is loading faster, there are now clearer error messages,&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;and the UI is now more&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;responsive.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Virtual machine conversion tool&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;As organizations update their infrastructure, a growing number are&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;seeking&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;adaptable, Microsoft-supported solutions that address current requirements while&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;laying&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;the path for future cloud and AI adoption. Azure provides an agile, scalable, cost-effective platform for infrastructure and innovation. Whether by&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;modernizing&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;to&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;cloud technologies like Windows or Linux VMs, containers, Azure VMware Solution or PaaS services, Azure&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;offers a world-clas&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;s cloud experience. However, we recognize that some organizations must retain&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;worklo&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;ads on&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;-premises&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;due to data compliance, governance, or other regulatory requirements. For&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;customers wanting to adopt Windows Server and Hyper-V for this use case, we are excited to provide&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;a new&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;&amp;nbsp;option&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;&amp;nbsp;within Windows Admin Center, the VM Conversion tool, in public preview as of last month.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windowsservernewsandbestpractices/introducing-the-vm-conversion-tool-in-windows-admin-center-%E2%80%93-public-preview/4446604" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Read the announcement&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;and&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/use/migrate-vmware-to-hyper-v" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;explore the documentation&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;RDP tool&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;The Remote Desktop (RDP) tool has long been one of the most relied-upon features in Windows Admin Center, enabling IT professionals to manage servers remotely with ease. In this latest update, &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;we’ve&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;focused on two critical areas: global accessibility and rock-solid reliability.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;First,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;we’ve&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;significantly expanded international keyboard support.&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;&amp;nbsp;Remote management often spans multiple regions and languages, and incorrect keyboard mappings have been a pain point for many users. To solve this, we introduced advanced detection methods that combine&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;timezone&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;and language heuristics with physical keyboard pattern analysis. We also added a new utility method, streamlined language-to-layout mapping, and implemented fallback strategies to ensure accuracy in diverse environments. With these improvements, the RDP tool now supports over thirty international keyboard layouts, including Japanese, German, and French, making it a truly global solution for distributed teams and traveling administrators.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Second, we addressed a critical reliability issue that affected version 4.30.2, where the tool sometimes stalled during loading. This bug has been fully resolved in the latest in-box version, delivering faster startup times and consistent connectivity. Whether&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;you’re&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;managing a single server or an entire cluster, you can now rely on the RDP tool to perform without interruptions.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;These enhancements&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;aren’t&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;just technical upgrades.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;They’re&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;about creating a smoother, more inclusive experience for IT professionals everywhere. By improving keyboard detection and eliminating&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;loading issues, we’re&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;making remote administration more efficient, more reliable, and ready for the demands of modern infrastructure management.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Security tool&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;s&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Windows Admin Center introduces powerful security tools for Windows Server 2025 to help organizations stay ahead of evolving cyber threats. Key features include&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Silicon Assisted Security&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;, which consolidates secured-core requirements and hardware recommendations into a streamlined view for configuring protections like VBS, Secure Boot, and TPM 2.0; the&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Security Baseline&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;tool, enabling enforcement of Microsoft-recommended settings and industry standards such as CIS, DISA STIG, and FIPS through&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;OSConfig&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;and drift control; and&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;Windows LAPS&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;, which automates local administrator password management and integrates with Admin Center for bulk password resets and expiration tracking. Together, these tools simplify security management, strengthen infrastructure resilience, and ensure compliance with best practices.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/strengthening-your-security-posture-with-windows-admin-center/4389082" 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="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;&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;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;SDN management&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;In this release,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;we’ve&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;updated the SDN management extension to add X509 client authentication support for FC NC environments. This is a requirement for some Azure Local configurations. Additionally,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;we’ve&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;updated SDN deployment to include&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;an option&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;to specify the OU path of the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;infrastructure&lt;/SPAN&gt;&lt;SPAN data-ccp-parastyle="paragraph"&gt;&amp;nbsp;VMs.&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;335557856&amp;quot;:16777215,&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;H2&gt;&lt;STRONG&gt;&lt;SPAN class="lia-text-color-14"&gt;Partner ecosystem&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Windows Admin Center is built to be an extensible platform.&amp;nbsp;Our partners help to provide a comprehensive management experience, and we value their contributions to the Windows Admin Center ecosystem.&amp;nbsp;Since our last release,&amp;nbsp;several extensions have been updated, including those from Dell, Lenovo, and more. Additionally, we have a new extension available from NetApp.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;NetApp Shift Toolkit is now available!&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;NetApp provides unified data storage, integrated data services, and cloud operations solutions to enterprise customers. One of their many products is their Shift Toolkit, a free, GUI-based solution that simplifies VM migration across different hypervisors and converts virtual disk formats. It automates the creation and configuration of destination VMs, reduces virtualization costs through VM portability, and supports disk-level conversions for multi-hypervisor environments.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;This extension combines Windows Admin Center’s intuitive UI with the&amp;nbsp;power of NetApp’s Shift Toolkit, making migrations to Hyper-V fast and easy.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;img /&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Read NetApp’s blog post about their extension&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.netapp.com/t5/Tech-ONTAP-Blogs/Simplifying-VM-Mobility-Windows-Admin-Center-Extension-Powered-by-NetApp-Shift/ba-p/464334" 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="none"&gt;.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;SPAN class="lia-text-color-21"&gt;The Dell OpenManage Integration extension has been updated!&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;The Dell OpenManage Integration extension has been updated to version&amp;nbsp;3.4.0.&amp;nbsp;This version comes with the following improvements since the last Windows Admin Center&amp;nbsp;generally available&amp;nbsp;release:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;&lt;SPAN data-contrast="auto"&gt;Added support for 17G PowerEdge servers.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;Added support for Azure Stack HCI operating system 24H2.&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;Updated Azure Local rebranding changes.&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;Support for BitLocker in Dell AX System for Microsoft Windows Server.&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;OMIMSWAC is hosted under Windows Admin Center as a separate subprocess. For more information, see &lt;A style="font-style: normal; font-weight: 400; background-color: rgb(255, 255, 255);" href="https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/understand/modernized-gateway#multi-process-micro-service-based-architecture" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="auto"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows Admin Center modernized gateway&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="color: rgb(30, 30, 30);" data-contrast="auto"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;The hardware update operation is now working in the German language.&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;The use of TLS 1.2 is enabled when TLS 1.3 does not work in a supported system.&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;Support for Azure Policy Onboarding for HCI and failover clusters when a resource group in Azure Arc has servers which are not part of the cluster.&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;You can view the inventory information of clusters without providing the 'Manage as' credentials.&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;The Lenovo XClarity Integrator extension has been updated!&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The Lenovo XClarity Integrator extension has been updated to version&amp;nbsp;5.1.1.&amp;nbsp;This version comes with the following improvements since the last Windows Admin Center&amp;nbsp;generally available&amp;nbsp;release:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;New hardware support&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;ThinkSystem SR630 V4 (7DG8, 7DG9, 7DGA, 7DGB)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;ThinkSystem SR650 V4 (7DGC, 7DGD, 7DGE, 7DGF)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;New functions support
&lt;UL&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;ThinkAgile MX Best Recipe 2503&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;Lenovo XClarity Essentials OneCLI V5.2.0 for system upgrade&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;Automatic detection on the enablement status of Windows Defender Application Control (WDAC) for the managed servers&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;User-friendly download mode for WDAC policy file&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;System upgrade on the servers with BitLocker enabled&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;Windows Admin Center Gateway V2&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;ThinkAgile MX Best Recipe 2410&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;Lenovo XClarity Essentials OneCLI V5.0.0 for system upgrade&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;Software ecosystem support&amp;nbsp;
&lt;UL&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;&lt;SPAN style="color: rgb(30, 30, 30);"&gt;Lenovo XClarity Administrator 4.3.x&lt;/SPAN&gt;&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;Azure Local 24H2&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;Windows Server 2025&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;Windows Admin Center 2410&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="o" data-font="Courier New" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="2"&gt;Lenovo XClarity Administrator 4.2&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;The Dell APEX Cloud Platform for Microsoft Azure extension has been updated!&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The Dell APEX Cloud Platform for Microsoft Azure extension has been updated to version&amp;nbsp;2.6.5.&amp;nbsp;This version comes with the following improvements since the last Windows Admin Center&amp;nbsp;generally available&amp;nbsp;release:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;&lt;SPAN data-contrast="auto"&gt;Switched&amp;nbsp;from NGSSO to Dell Identity&amp;nbsp;Authentication for&amp;nbsp;enabling Dell&amp;nbsp;Support Portal&amp;nbsp;access&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;Adopted the new Dell-provided Azure Local golden image for cluster expansion and server repair&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;Adopted Azure Stack HCI rebrand to Azure Local&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="1" data-aria-level="1"&gt;Blocked node repair on 3-Node switchless cluster&amp;nbsp;&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Other extension updates&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="6" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="6" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;NEC ESMPRO version&amp;nbsp;1.1.5&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;updates the information on&amp;nbsp;monitored&amp;nbsp;devices.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI aria-setsize="-1" data-leveltext="" data-font="Symbol" data-listid="6" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" data-aria-posinset="6" data-aria-level="1"&gt;The &lt;SPAN style="color: rgb(30, 30, 30);" data-contrast="none"&gt;DataON MUST&lt;/SPAN&gt;&lt;SPAN style="color: rgb(30, 30, 30);" data-contrast="none"&gt;&amp;nbsp;extension has been updated to version&amp;nbsp;4.1.10.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(30, 30, 30);" data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;&lt;STRONG&gt;&lt;SPAN class="lia-text-color-12"&gt;Known issues &amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H1&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;This version of Windows Admin Center cannot be registered in Azure Government sovereign cloud.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H1&gt;&lt;STRONG&gt;&lt;SPAN class="lia-text-color-14"&gt;Download today! &amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H1&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;If you made it this far in the blog post, t&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="findhit" data-ccp-charstyle-defn="{&amp;quot;ObjectId&amp;quot;:&amp;quot;994b0a54-d582-5772-bc2d-570e87cce2f3|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;3&amp;quot;,201342449,&amp;quot;1&amp;quot;,469777841,&amp;quot;Aptos&amp;quot;,469777842,&amp;quot;Arial&amp;quot;,469777843,&amp;quot;ＭＳ 明朝&amp;quot;,469777844,&amp;quot;Aptos&amp;quot;,201341986,&amp;quot;1&amp;quot;,469769226,&amp;quot;Aptos,Arial,ＭＳ 明朝&amp;quot;,268442635,&amp;quot;24&amp;quot;,469775450,&amp;quot;findhit&amp;quot;,201340122,&amp;quot;1&amp;quot;,134233614,&amp;quot;true&amp;quot;,469778129,&amp;quot;findhit&amp;quot;,335572020,&amp;quot;1&amp;quot;,469778324,&amp;quot;Default Paragraph Font&amp;quot;]}"&gt;ha&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;nk you so much for reading along!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;We hope you enjoy this new version of Windows Admin Center and the various new functionality and new extensions now available. &lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="eop"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="eop"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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 class="lia-external-url" href="https://aka.ms/DownloadWAC" target="_blank" rel="noopener"&gt;Download now!&lt;/A&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="eop"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;As always, t&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="findhit"&gt;ha&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;nks for your ongoing support, adoption, and feedback. Your contributions through&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://aka.ms/wacfeedback" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;user feedback&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;continue to be vital and valuable to us, helping us prioritize and sequence our investments.&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="eop"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="eop"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Windows&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Admin Center is continuously evolving and growing as a tool and a platform, and we are beyond thrilled to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="findhit"&gt;ha&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;ve you part of our journey.&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="eop"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="eop"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;T&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="findhit"&gt;ha&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;nk you,&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="eop"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="normaltextrun"&gt;Windows Admin Center Team (@servermgmt)&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="eop"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2026 17:56:40 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-version-2511-is-now-generally-available/ba-p/4477048</guid>
      <dc:creator>Davanna-White</dc:creator>
      <dc:date>2026-04-09T17:56:40Z</dc:date>
    </item>
    <item>
      <title>Windows Admin Center version 2511 is now in public preview!</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-version-2511-is-now-in-public-preview/ba-p/4471469</link>
      <description>&lt;P&gt;Windows Admin Center provides a convenient method for IT admins to investigate and manage their Windows Servers. 2410 was made generally available in December 2024, and refreshed to respond to customer feedback in February 2025. This 2511 release comes with new additions to core tools like the virtual machines tool, the security tool, and bug fixes. Additionally, we have heard your feedback on the installer and have updated it.&lt;/P&gt;
&lt;P&gt;As always, thank you to our customers, partners, and fans. Your continued support of Windows Admin Center has been critical to its continued success.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We’ve been working behind the scenes to ensure that Windows Admin Center is up-to-date, secure, and reliable. Read on to learn about the new features and updates!&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;&lt;STRONG&gt;Platform updates&lt;/STRONG&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;EM&gt;Installer&lt;/EM&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The Windows Admin Center installer in version 2410 had some gaps. We’ve heard ample feedback about the installer experience and have worked to address several of these in 2511.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Silent install commands&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In Windows Admin Center version 2410, we did not include many command line install operations. We know that many of you install Windows Admin Center through the command line because you’re using Server Core or would like to automate your Windows Admin Center deployments. With this release, we’ve restored command line silent installation support and added a few extra arguments as well. The following arguments can now be used:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;/Silent&lt;/LI&gt;
&lt;LI&gt;/VerySilent&lt;/LI&gt;
&lt;LI&gt;/HTTPSPortNumber&lt;/LI&gt;
&lt;LI&gt;/CertificateThumbprint&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here’s an example of how you’d run the installer from the command line:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;.\WindowsAdminCenterSetup.exe /HTTPSPortNumber=1234 /CertificateThumbprint=“1234abcd4567efgh”&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition to the command line installation, your WIndows Admin Center configuration can always be modified with the PowerShell Configuration script module, which can be found at the following file path:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;%Program Files%\WindowsAdminCenter\PowerShellModules\Microsoft.WindowsAdminCenter.Configuration&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Cert troubleshooting&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The management of software certificates is a necessary component to product lifecycle management, but it isn’t always easy. When we upgraded the Windows Admin Center backend with version 2410, we also changed the way certificates are handled by Windows Admin Center. We’ve created &lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/configure/update-certificate?tabs=powershell" target="_blank" rel="noopener"&gt;new documentation&lt;/A&gt; that can assist in the process of updating your Windows Admin Center certificate or troubleshooting certificate issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Localization&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;In this release, we’ve addressed an issue where users upgrading to Windows Admin Center versions 2410 or later were unable to migrate to the new backend successfully. This issue was due to certificates being improperly processed because of a localization error in one of the Windows Admin Center scripts. After updating, users were unable to launch the latest version of Windows Admin Center successfully.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is still a potential known issue with connections not transferring to new Windows Admin Center builds on update with the Japanese language specifically. We are working to address this prior to the generally available release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Logging&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We have heard your feedback, and the WAC installer now supports enterprise-ready logging by writing installation details to the Windows Event Log. This provides centralized visibility for IT teams, improves compliance, and simplifies troubleshooting.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;Updates to Extensions&lt;/STRONG&gt;&lt;/H2&gt;
&lt;H3&gt;&lt;STRONG&gt;Virtual machine tool &lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The VM management tool has been updated with improved import/export workflows that polish the destination dialog and file location handling. The host settings have enhanced configuration options and backend validation to prevent user misconfiguration. There is now an improved creation and configuration workflow for virtual switches, along with network controller integration. There’s better rule management, validation for affinity rules to avoid any potential conflicts.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Performance is still top of mind and one of the highest priorities for our team. With that said, the VM list is loading faster, there are now clearer error messages, and the UI is now more responsive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Virtual machine conversion tool&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;As organizations update their infrastructure, a growing number are seeking adaptable, Microsoft-supported solutions that address current requirements while laying the path for future cloud and AI adoption. Azure provides an agile, scalable, cost-effective platform for infrastructure and innovation. Whether by modernizing to cloud technologies like Windows or Linux VMs, containers, Azure VMware Solution or PaaS services, Azure offers a world-class cloud experience. However, we recognize that some organizations must retain workloads on-premises due to data compliance, governance, or other regulatory requirements. For customers wanting to adopt Windows Server and Hyper-V for this use case, we are excited to provide a new option within Windows Admin Center, the VM Conversion tool, in public preview as of last month. &lt;A href="https://techcommunity.microsoft.com/blog/windowsservernewsandbestpractices/introducing-the-vm-conversion-tool-in-windows-admin-center-%E2%80%93-public-preview/4446604" target="_blank" rel="noopener"&gt;Read the announcement&lt;/A&gt; and &lt;A href="https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/use/migrate-vmware-to-hyper-v" target="_blank" rel="noopener"&gt;explore the documentation&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Remote desktop tool&amp;nbsp;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The Remote Desktop (RDP) tool has long been one of the most relied-upon features in Windows Admin Center, enabling IT professionals to manage servers remotely with ease. In this latest update, we’ve focused on two critical areas: global accessibility and rock-solid reliability.&lt;/P&gt;
&lt;P&gt;First, we’ve significantly expanded international keyboard support. Remote management often spans multiple regions and languages, and incorrect keyboard mappings have been a pain point for many users. To solve this, we introduced advanced detection methods that combine timezone and language heuristics with physical keyboard pattern analysis. We also added a new utility method, streamlined language-to-layout mapping, and implemented fallback strategies to ensure accuracy in diverse environments. With these improvements, the RDP tool now supports over thirty international keyboard layouts, including Japanese, German, and French, making it a truly global solution for distributed teams and traveling administrators.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;Second, we addressed a critical reliability issue that affected version 4.30.2, where the tool sometimes stalled during loading. This bug has been fully resolved in the latest in-box version, delivering faster startup times and consistent connectivity. Whether you’re managing a single server or an entire cluster, you can now rely on the RDP tool to perform without interruptions.&lt;/P&gt;
&lt;P&gt;These enhancements aren’t just technical upgrades. They’re about creating a smoother, more inclusive experience for IT professionals everywhere. By improving keyboard detection and eliminating loading issues, we’re making remote administration more efficient, more reliable, and ready for the demands of modern infrastructure management.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Security tools&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Windows Admin Center introduces powerful security tools for Windows Server 2025 to help organizations stay ahead of evolving cyber threats. Key features include &lt;STRONG&gt;Silicon Assisted Security&lt;/STRONG&gt;, which consolidates secured-core requirements and hardware recommendations into a streamlined view for configuring protections like VBS, Secure Boot, and TPM 2.0; the &lt;STRONG&gt;Security Baseline&lt;/STRONG&gt; tool, enabling enforcement of Microsoft-recommended settings and industry standards such as CIS, DISA STIG, and FIPS through OSConfig and drift control; and &lt;STRONG&gt;Windows LAPS&lt;/STRONG&gt;, which automates local administrator password management and integrates with Admin Center for bulk password resets and expiration tracking. Together, these tools simplify security management, strengthen infrastructure resilience, and ensure compliance with best practices. &lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/strengthening-your-security-posture-with-windows-admin-center/4389082" target="_blank" rel="noopener"&gt;Learn more.&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;SDN management&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;In this release, we’ve updated the SDN management extension to add X509 client authentication support for FC NC environments. This is a requirement for some Azure Local configurations. Additionally, we’ve updated SDN deployment to include an option to specify the OU path of the infrastructure VMs.&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;&lt;EM&gt;Known issues&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Azure Gov Cloud&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This version of Windows Admin Center cannot be registered in Azure Government sovereign cloud.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;High Availability&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Any users utilizing a high availability (HA) setup should not install this version with the intent to use HA. HA is not currently supported in our .NET 8 backend implementation, nor in the 2410 release. HA installation support will be restored with our 2511 generally available release.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;New NDA group! &lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;We are migrating our NDA group from Viva Engage to a private GitHub group. If you are a part of our existing NDA group, have an existing NDA with us, or are a Microsoft MVP, please fill out &lt;A href="https://forms.office.com/r/ZRK7McmXmk" target="_blank" rel="noopener"&gt;this survey&lt;/A&gt; to request access to the group.&lt;/P&gt;
&lt;H2&gt;&lt;STRONG&gt;&lt;EM&gt;Download today!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/H2&gt;
&lt;P&gt;If you made it this far in the blog post, thank you so much for reading along! We hope you enjoy this new version of Windows Admin Center and the various new functionality and new extensions now available.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aka.ms/DownloadWACaMode2511Preview" target="_blank" rel="noopener"&gt;Download now!&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As always, thanks for your ongoing support, adoption, and feedback. Your contributions through&amp;nbsp;&lt;A href="https://aka.ms/wacfeedback" target="_blank" rel="noopener"&gt;user feedback&lt;/A&gt;&amp;nbsp;continue to be vital and valuable to us, helping us prioritize and sequence our investments.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows Admin Center is continuously evolving and growing as a tool and a platform, and we are beyond thrilled to have you part of our journey.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows Admin Center Team (@servermgmt)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 19:02:12 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-version-2511-is-now-in-public-preview/ba-p/4471469</guid>
      <dc:creator>Davanna-White</dc:creator>
      <dc:date>2025-11-19T19:02:12Z</dc:date>
    </item>
    <item>
      <title>Strengthening your security posture with Windows Admin Center</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/strengthening-your-security-posture-with-windows-admin-center/ba-p/4389082</link>
      <description>&lt;P&gt;Security helps protect sensitive data and critical infrastructure. Cyberattacks are on the rise, and it is more critical than ever to ensure that your Windows Server infrastructure is secure. To help customers stay ahead of evolving threats, we are continuously innovating and introducing new security-focused tools in Windows Admin Center.&lt;/P&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-10"&gt;&lt;STRONG&gt;WS 2025 Silicon Assisted Security&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;If you’re familiar with the&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/windows-server/security/secured-core-server" target="_blank" rel="noopener"&gt;Secured-core&lt;/A&gt; tool, then you’re going to love our new Silicon Assisted Security tool! This includes the secured-core requirements along with the minimum recommended hardware requirements for Windows Server 2025. We have heard your feedback, and as a result, we consolidated this into a singular view to streamline the configuration experience.&lt;/P&gt;
&lt;P&gt;With Silicon Assisted Security, you can monitor the status and set the below security features:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Virtualization-based Security (VBS)&lt;/LI&gt;
&lt;LI&gt;System Guard Secure Launch (DRTM)&lt;/LI&gt;
&lt;LI&gt;Hypervisor-protected Code Integrity (HVCI)&lt;/LI&gt;
&lt;LI&gt;Boot DMA protection&lt;/LI&gt;
&lt;LI&gt;Secure Boot&lt;/LI&gt;
&lt;LI&gt;Trusted Platform Module (TPM 2.0)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; This tool is currently in preview and is behind an experiment key. Add experiment key under &lt;EM&gt;Settings -&amp;gt; Advanced -&amp;gt; Experiment keys&lt;/EM&gt;: msft.sme.security.siliconAssistedSecurityPreview&lt;/P&gt;
&lt;img /&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-10"&gt;&lt;STRONG&gt;WS 2025 Security baseline&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;Microsoft provides a security baseline for Windows Server with hundreds of security settings. This tool provides a method to implement security based on Microsoft recommended security baselines and industry best practices. You can apply the security baseline throughout the device lifecycle starting from initial deployment using Microsoft provided ‘PowerShell tooling’ or Windows Admin Center, supported by the new security configuration platform, ‘OSConfig’. You can also leverage the ‘inbuilt drift control mechanism’, one of the salient features of the security configuration platform which helps ensure that the system starts and remains in a known good security state.&lt;/P&gt;
&lt;P&gt;Apply the recommended Windows Server security baseline:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Center for Internet Security (CIS) Benchmark&lt;/LI&gt;
&lt;LI&gt;Defense Information Systems Agency Security Technical Implementation Guides (DISA STIG)&lt;/LI&gt;
&lt;LI&gt;Federal Information Processing Standards (FIPS 140) requirements for the OS&lt;/LI&gt;
&lt;LI&gt;Azure Compute Security baselines&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You can learn more about all the new Windows Server 2025 security features and updates here:&amp;nbsp;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2Fws2025securitybook&amp;amp;data=05%7C02%7Ctrungtran%40microsoft.com%7Cc78ee36c8ece4171d29a08dd05113ccb%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638672293815828294%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;amp;sdata=auGEHJK9ihV5gm4HyOvjOJvqBOh%2Bs2GlVprjw2Hgen4%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Windows Server 2025 security book&lt;/A&gt;.&lt;/P&gt;
&lt;img /&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-10"&gt;&lt;STRONG&gt;Windows LAPS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;Windows Local Administrator Password Solution (Windows LAPS) is a Windows feature that automatically manages and backs up the password of a local administrator account on your Microsoft Entra joined or Windows Server Active Directory-joined devices. You also can use Windows LAPS to automatically manage and back up the Directory Services Restore Mode (DSRM) account password on your Windows Server Active Directory domain controllers. An authorized administrator can retrieve the DSRM password and use it.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/windows-server/identity/laps/laps-overview" target="_blank" rel="noopener"&gt;Learn more here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Now, you can use Windows LAPS to manage your passwords on your LAPS enabled machines within the domain with Windows Admin Center. With this tool, you can reveal and copy passwords of a given machine. View the corresponding password expiration time and update the time stamp. Not only that, but you set the expiration time and reset passwords for multiple machines at a time, making password management and authentication more secure, simpler, and efficient.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;By leveraging these powerful security tools in Windows Admin Center, you can take a proactive approach to safeguarding your Windows Server environments. Whether it’s through &lt;STRONG&gt;Silicon Assisted Security, Security Baseline, or Windows LAPS&lt;/STRONG&gt;, Windows Admin Center provides the necessary tools to enhance your security posture with minimal complexity.&lt;/P&gt;
&lt;P&gt;As cyber threats continue to evolve, securing your infrastructure should remain a top priority. Windows Admin Center is here to help you stay ahead, ensuring that your Windows Server environment is protected, resilient, and ready for the challenges of tomorrow.&lt;/P&gt;
&lt;P&gt;To get started with these security features, &lt;A href="https://aka.ms/downloadWAC" target="_blank" rel="noopener"&gt;download the latest version of Windows Admin Center here&lt;/A&gt; and improve your security today.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 23:30:52 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/strengthening-your-security-posture-with-windows-admin-center/ba-p/4389082</guid>
      <dc:creator>Theo_Tran</dc:creator>
      <dc:date>2025-03-17T23:30:52Z</dc:date>
    </item>
    <item>
      <title>Windows Admin Center version 2410 is now generally available!</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-version-2410-is-now-generally-available/ba-p/4356534</link>
      <description>&lt;P&gt;&lt;STRONG&gt;February 25th, 2025 update: This minor build update makes quality improvements around localization, installation, and the "All Connections" page. If you are having challenges with these scenarios, please ensure you are using this build (2.4.2.1).&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows Admin Center provides a convenient method for IT admins to investigate and manage their Windows Servers. Over the last seven years, one of the top customer requests has been performance. With this release, we are ensuring that we deliver the solution that customers desire. This release marks a new era for Windows Admin Center as the platform for the future, bringing efficiency and convenience to you while bridging the gap in feature parity for virtual machine management.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This 2410 release marks the general availability of our “modernized gateway” or “v2” effort years in the making. In addition, this build comes with new additions to core tools like the virtual machines tool, the security tool, a new LAPS tool, and bug fixes.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As always, thank you to our customers, partners, and fans. Your continued support of Windows Admin Center has been critical to its continued success.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We’ve been working behind the scenes to ensure that Windows Admin Center is up-to-date, secure, and reliable. Read on to learn about the new features and updates!&lt;/P&gt;
&lt;H1&gt;&lt;SPAN class="lia-text-color-13"&gt;&lt;STRONG&gt;&lt;EM&gt;What's new in Windows Admin Center v2410&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H1&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-14"&gt;&lt;STRONG&gt;Platform updates&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Upgrade to .NET Core&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The Windows Admin Center frontend user-interface (UI) is built on Angular, which is in turn built on our shell. The shell hosts all the core services and most of our UI components, our solutions like server and cluster manager, and, on top of that, every extension that you use for server management.&lt;BR /&gt;&lt;BR /&gt;Our front end interacts with our backend, which is also known as our gateway. The gateway hosts our authorization structure, our PS services, our gateway plug-ins, and plays a critical role in every single experience that you use in Windows Admin Center.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this release, we have upgraded our backend from .NET 4.6.2 to .NET 8, bringing enhanced security and improved cryptography to our product. This also includes support for HTTP 2, reducing latency and enhancing the responsiveness of Windows Admin Center. Combined with improved performance, providing faster load times, you’ll be able to get your tasks done more quickly and efficiently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Developers of Windows Admin Center extensions, please read the “Backend upgrade impact on extensions” section later in this post to understand how your extension might be affected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Updated installer&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;While modernizing our gateway, we also made the installer more flexible by providing increased customization options including network access settings, selecting trusted hosts, providing a fully qualified domain name (FQDN) for your gateway machine, and more. For more details about the installer, read the &lt;STRONG&gt;Updated installer details &lt;/STRONG&gt;section of this blog post. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Data migration&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To ensure that your user and environment data is transferred to the right places with our backend upgrade, we've implemented a data migration flow to make the transition to our latest build seamless. Much of this data will be automatically transferred, but there are a few areas where additional information from the user is required. For details about the migration experience, read on to the &lt;STRONG&gt;Migrating your data&lt;/STRONG&gt; section.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Settings update&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;As part of our gateway modernization effort, you may notice that your Windows Admin Center settings look a little bit different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we discussed in the&amp;nbsp;&lt;A href="https://aka.ms/wac2211" target="_blank" rel="noopener"&gt;2211 Windows Admin Center release&lt;/A&gt;, we have deprecated the in-app update experience and have consequently removed the settings blade for&amp;nbsp;&lt;STRONG&gt;Updates&lt;/STRONG&gt;. Additionally, the&amp;nbsp;&lt;STRONG&gt;Access&lt;/STRONG&gt;&amp;nbsp;and&amp;nbsp;&lt;STRONG&gt;Shared Connections&lt;/STRONG&gt;&amp;nbsp;blades are now available on local gateway installations (also known as “desktop mode” in older gateway builds).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Access page allows you to access Windows Admin Center PowerShell APIs by retrieving an access key for your user account. This blade is not available if you’re choosing to open Windows Admin Center with NTLM log-in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Multi-process, micro-service based&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The 2410 build also leverages microservice architecture. Prior to this upgrade, Windows Admin Center performed all tasks in a single process. With our new model, we start one process for Windows Admin Center on application startup that serves as a process manager. As you use Windows Admin Center, additional sub-processes are spun up to perform specific tasks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, gateway plug-ins that are compatible with the upgrade backend will also run their own collection of sub-processes under the Windows Admin Center service manager to perform their functions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Changing from a monolithic service to a microservice model helps our 2410 build be more flexible, scalable, and resilient.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Kestrel HTTP web server&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Previously, Windows Admin Center utilized&amp;nbsp;&lt;A href="https://learn.microsoft.com/aspnet/aspnet/overview/owin-and-katana/" target="_blank" rel="noopener"&gt;Katana&lt;/A&gt;&amp;nbsp;components, including a web server, on the backend. With the 2410 build, we’ve shifted to an ASP.NET Core Kestrel web server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-8.0" target="_blank" rel="noopener"&gt;Kestrel&lt;/A&gt;&amp;nbsp;is the recommended web server for ASP.NET Core applications. Kestrel is:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;High performing: Kestrel is optimized to handle a large number of concurrent connections efficiently.&lt;/LI&gt;
&lt;LI&gt;Lightweight: Optimized for running in resource-constrained environments, such as containers and edge devices.&lt;/LI&gt;
&lt;LI&gt;Security hardened: Kestrel supports HTTPS and is hardened against web server vulnerabilities.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, Kestrel supports the HTTP/2 web protocol, where previously we had only supported HTTP1.1 with the Katana components. The upgrade from HTTP1.1 to HTTP/2 brings reduced latency to our application as well as increased responsiveness through enhanced features like multiplexing and server push.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Switching to a Kestrel web server will also allow for Windows Admin Center to potentially enable cross-platform support in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Changing Windows Admin Center configuration after install&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;With this build, we’ve also changed the mechanism to modify settings of your Windows Admin Center installation after install. In the Program Files for Windows Admin Center, we’ve included a PowerShell module called&amp;nbsp;&lt;STRONG&gt;Microsoft.WindowsAdminCenter.Configuration.psm1&lt;/STRONG&gt;. This module allows you to modify your Windows Admin Center configuration after installation and can be found in the&amp;nbsp;&lt;STRONG&gt;PowerShellModules&lt;/STRONG&gt;&amp;nbsp;folder of your installation (C:\Program Files\WindowsAdminCenter\PowerShellModules\ by default).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To use this module, run one of the included commands. For example, to change the ports Windows Admin Center is using, run the following command:&lt;/P&gt;
&lt;P&gt;Set-WACHttpsPort -Wacport &amp;lt;port&amp;gt; -ServicePortRangeStart &amp;lt;port&amp;gt; -ServicePortRangeEnd &amp;lt;port&amp;gt;&lt;/P&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-14"&gt;&lt;STRONG&gt;Core tools&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Virtual machine tool update &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The Virtual machines tool continues to be one of our most-used tools. The management of virtual machines is absolutely critical for the overall infrastructure management experience. We continue to improve our Virtual machine tool experience based on customer feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This release, our primary goal was to provide you with your list of VMs as soon as possible so you are empowered to efficiently carry out your administrative tasks.&amp;nbsp;To make this easier, we’ve added a toggle in the top right corner of the Virtual machines tool that will allow you to switch between a “detailed” mode and a “light” mode.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Today, we invite you all to use the tool and share your feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Highlights:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The actions performed on a VM (e.g. start, pause, import move etc.) now only update the VM selected without reloading the entire table, saving customers valuable time&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;We improved the inventory page’s responsiveness by rewriting how we load and display data; so today - clicking, hovering scrolling and even grouping and searching is a lot better than what it used to be&lt;/LI&gt;
&lt;LI&gt;To prioritize loading the VM list first, certain operations are deferred until after the initial load (e.g., cluster node check)&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;To optimize performance, we have reduced the number of columns in the default view to show only essential information about the VM to you. Note that this can be toggled off using the “Detailed Mode” toggle to switch back to the previous experience &amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;In default mode, we now show you the computer name of running Windows VMs and their operating system versions, we’ve categorized this information with the goal to make discovery easy for users.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In addition, we’ve got more feature work to share. Today, we are also announcing some changes to the feature that supports managing a VM on Windows Admin Center.&lt;/P&gt;
&lt;P&gt;The Move and Import VM got a face lift! We’re glad to share with you that we are converting the single form experience to a wizard that guides the user through typical steps a user interacts with when importing or moving a VM (and/or its resources). With is change we usher in the ability for you to;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Change the destination of the stored resources association with the VM different locations configurable by you - the user&lt;/LI&gt;
&lt;LI&gt;Reconfigure virtual switches at the destination if needed&lt;/LI&gt;
&lt;LI&gt;We now provide proper validations of your VM configuration before you perform the action to move or import VM&lt;/LI&gt;
&lt;LI&gt;These processes will also include better notification and progress update for users to track the status of their VM’s operation.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Although we are actively still developing these scenarios, we will like to invite you to turn on this feature and try out the new Move and import VM. To enable these features, perform the following steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Navigate to your Windows Admin Center settings by selecting the gear in the top right corner of the header.&lt;/LI&gt;
&lt;LI&gt;Navigate to the “Advanced” tab.&lt;/LI&gt;
&lt;LI&gt;Add the following experiment key(s):
&lt;UL&gt;
&lt;LI&gt;msft.sme.hyperv.newImportFlow&lt;/LI&gt;
&lt;LI&gt;msft.sme.hyperv.newMoveVmFlow&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The first key enables the new import VM experience, and the second key above enables the new move VM experience.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;WS2025 Security baseline&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Microsoft provides a tailored security baseline for Windows Server with hundreds of security settings. It supports security best practices based on Microsoft recommended security baselines and industry best practices. Customers can apply the security baseline throughout the device lifecycle starting from initial deployment using Microsoft provided ‘PowerShell tooling’ or Windows Admin Center, supported by the new security configuration platform, ‘OSConfig’. Customers can leverage the ‘inbuilt drift control mechanism’, one of the salient features of the security configuration platform which helps ensure that the system starts and remains in a known good security state.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apply the recommended Windows Server security baseline:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Center for Internet Security (CIS) Benchmark&lt;/LI&gt;
&lt;LI&gt;Defense Information Systems Agency Security Technical Implementation Guides (DISA STIG)&lt;/LI&gt;
&lt;LI&gt;Federal Information Processing Standards (FIPS 140) requirements for the OS&lt;/LI&gt;
&lt;LI&gt;Azure Compute Security baselines&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;The security baseline settings have been verified for compatibility and performance impact. Support of those security baselines is intended to make it easier for customers to help meet their compliance and regulatory requirements.&lt;BR /&gt;&lt;BR /&gt;You can learn more about all the new Windows Server 2025 security features and updates here: &lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2Fws2025securitybook&amp;amp;data=05%7C02%7Ctrungtran%40microsoft.com%7Cc78ee36c8ece4171d29a08dd05113ccb%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638672293815828294%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;amp;sdata=auGEHJK9ihV5gm4HyOvjOJvqBOh%2Bs2GlVprjw2Hgen4%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;Windows Server 2025 security book&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Windows LAPS&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Introducing&lt;STRONG&gt; &lt;/STRONG&gt;Windows LAPS in Windows Admin Center. Now, you can use Windows LAPS to manage your passwords on your LAPS enabled machines within the domain. With this tool, you can reveal and copy passwords of a given machine. View the corresponding password expiration time and update time stamp. Not only that, but you set the expiration time and reset passwords for multiple machines at a time, making password management and authentication more secure, simpler, and efficient. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Software Defined Networking&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Windows Server 2025 introduces numerous networking advancements and innovations, offering a top-tier management experience via Windows Admin Center. For host management, we are introducing Network ATC, which simplifies the deployment and network configuration management for Windows Server 2025 clusters, fully managed through Windows Admin Center. Additionally, we will soon enable operational network diagnostics with Network HUD, which will alert users to networking operational issues, with alerts surfaced in WAC. Finally, AccelNet will facilitate the management of high-performance networking (SR-IOV), all through Windows Admin Center.&lt;/P&gt;
&lt;P&gt;In terms of workload management, significant progress has been made with Software Defined Networking (SDN). The central infrastructure component for SDN, the Network Controller, is now hosted directly as Failover Cluster services on Windows Server 2025 hosts, rather than in virtual machines. This can be deployed and managed through Windows Admin Center. New security features, such as tag-based segmentation and default network policies, will protect workloads from external and lateral threats, all managed through Windows Admin Center. For customers expanding to multiple locations, Windows Admin Center-based SDN multisite management ensures seamless network connectivity across these locations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;GPU-P&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Management of GPUs is becoming even more critical in the age of artificial intelligence. Windows Admin Center continues to simplify GPU management by enhancing security, efficiency, and performance. In this release, we’ve made the GPU tool compatible with Windows Server 2025 Datacenter and Azure Stack HCI 24H2 OSes, enhancing the AI capabilities of these OSes with GPU Partitioning (GPU-P). GPU-P empowers customers to partition a supported GPU and assign those partitions to different VMs in a failover cluster.&amp;nbsp; This means that multiple VMs can share a single physical GPU, giving each VM an isolated fraction of the physical GPU's capabilities.&amp;nbsp; Read more about GPU-P in &lt;A href="https://techcommunity.microsoft.com/t5/windows-os-platform-blog/introducing-gpu-innovations-with-windows-server-2025/ba-p/4161879" target="_blank" rel="noopener"&gt;this article&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;&lt;SPAN class="lia-text-color-13"&gt;&lt;STRONG&gt;&lt;EM&gt;Installing and using version 2410&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H1&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-14"&gt;&lt;STRONG&gt;Updated installer details&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;With version 2410, we’ve made changes to our installer to offer more flexibility to the user. When running the installer, you will be presented with two different installation modes: express setup and custom setup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Express setup &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The express setup option does not allow for the configuration of the following features:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Login authentication mode&lt;/LI&gt;
&lt;LI&gt;Host access network names&lt;/LI&gt;
&lt;LI&gt;Internal and external network ports&lt;/LI&gt;
&lt;LI&gt;Certificate type and thumbprint&lt;/LI&gt;
&lt;LI&gt;Endpoint FQDN&lt;/LI&gt;
&lt;LI&gt;Trusted hosts mode&lt;/LI&gt;
&lt;LI&gt;WinRM over HTTPS&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you would like to configure any of these features, please use the custom setup option instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you select express setup, the installer will use the operating system of your machine to determine the port Windows Admin Center is accessible through. If you run the installer on a client machine, Windows Admin Center will be accessible through port 6600 and will use internal ports 6601-6610. If you run the installer on a server machine, Windows Admin Center will be accessible through port 443 and will use internal ports 6601-6610. The exception to this rule is if you have a previous version of Windows Admin Center installed—then the installer will pick up that port instead (6516 by default).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Custom setup&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Selecting custom setup allows you to configure all Windows Admin Center setup options:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Network access&lt;/STRONG&gt;– This page allows you to select how you will be using Windows Admin Center. You may choose to restrict Windows Admin Center access to other users by selecting localhost access only or allow remote access through machine name of FQDN.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Port numbers&amp;nbsp;&lt;/STRONG&gt;– This page allows you to select the ports that will be reserved for Windows Admin Center. Windows Admin Center uses one external port for its primary processes. Other processes use internal ports. There are two internal processes by default, but extensions may define their own services that will require port access. By default, the internal range is 10 ports.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Select TLS certificate&amp;nbsp;&lt;/STRONG&gt;– This page allows you to select Self-Signed certificates or an official TLS certificate that Windows Admin Center should use. Self-Signed certificates include Self-signed CA root certificates and TLS certificates that work with the latest Edge/Chrome browser.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Fully qualified domain name&amp;nbsp;&lt;/STRONG&gt;– This page allows you to provide a fully qualified domain name for network access. This name must match the name on the TLS certificate.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Trusted hosts&amp;nbsp;&lt;/STRONG&gt;– This page allows you to select which type of remote hosts you’d like to manage. You may choose to manage only trusted domain computers or allow access to non-domain joined machines.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;WinRM over HTTPS&amp;nbsp;&lt;/STRONG&gt;- This page allows you to select whether to use HTTPS for WinRM communication. WinRM communicates over HTTP by default.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Troubleshooting installation&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If your installation failed, or you’re having trouble opening Windows Admin Center after install, you may need to uninstall and reinstall. This can also happen if you have an older version of a Gateway v2 preview build installed, and you are trying to update to a newer version. To uninstall, follow the instructions in the&amp;nbsp;&lt;STRONG&gt;Uninstalling and cleanup&lt;/STRONG&gt; section of this document.&lt;/P&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-14"&gt;&lt;STRONG&gt;Migrating your data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;Once you have installed version 2410, much of your transferable data is automatically copied over to the new backend, reducing the time it takes for you to get started. However, there are four items that may require user input:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Proxy credentials&lt;/LI&gt;
&lt;LI&gt;WebSocket Origin configuration&lt;/LI&gt;
&lt;LI&gt;Azure registration&lt;/LI&gt;
&lt;LI&gt;Extensions&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We’ll automatically detect which items are relevant for you. You only need to complete this wizard once. Once your data is fully migrated, future releases of Windows Admin Center will have the seamless update experience you know and love.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Proxy credentials &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Windows Admin Center will not be able to able access Azure services and the public extension feed without proper proxy credentials. If you have a proxy set up, then you will need to enter the proxy address, as well as the username and password to give Windows Admin Center access.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;WebSocket Origin configuration &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you had previously configured WebSocket Origins, you can review and edit them here. To get you started, we have imported the WebSocket Origins list from your previous Windows Admin Center setup. If you no longer wish to use WebSocket Origins, or would like to configure them later, you can skip this step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Azure registration &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Windows Admin Center now requires additional redirect URLs to be configured with the Azure App Registration instance. This can only be done through the Azure Portal. Selecting the “Configure” button will programmatically update the Azure App Registration on your behalf. After it is registered, you may need to re-enable Azure login to Windows Admin Center.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will need the elevated permissions on this Azure subscription to perform this re-registration. See &lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/azure/azure-integration#the-redirect-uri-doesnt-match-the-uris-configured-for-this-application" target="_blank" rel="noopener"&gt;our documentation&lt;/A&gt; for more information on how to change these permissions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Extensions &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Starting in version 2410, we’re using a different link for our default extension feed. You may notice missing extensions from this Windows Admin Center instance, including extensions not installed by default and ones you may have installed from your own feed or from external partners. This page is purely informational. If you do not see an extension on the feed in this build, it might not be compatible with the .NET 8 backend. We’re working diligently with our partners to ensure all extensions are compatible with this new backend. See the &lt;STRONG&gt;Backend upgrade impact on extensions&lt;/STRONG&gt; section for more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Review + complete&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;On this page, review which actions are still remaining to make your transition to this build as easy as possible. Certain actions, like reconfiguring redirect URIs in your Azure app registration, can be done outside the wizard, so you can complete this wizard without completing these steps. Note that completing the migration wizard without successfully completing all steps may result in unexpected errors or behavior. See &lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/support/known-issues" target="_blank" rel="noopener"&gt;our documentation&lt;/A&gt; for more information on potential issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-14"&gt;&lt;STRONG&gt;Uninstalling version 2410&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;To uninstall the Windows Admin Center version 2410, perform one of the following actions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In the&amp;nbsp;&lt;STRONG&gt;Apps &amp;amp; Features&lt;/STRONG&gt;&amp;nbsp;page of your gateway machine settings, select&amp;nbsp;&lt;STRONG&gt;Windows Admin Center &lt;/STRONG&gt;&amp;nbsp;from the program list and then select uninstall.&lt;/LI&gt;
&lt;LI&gt;Navigate to the folder where the Windows Admin Center is installed (default directory is C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Windows Admin Center) and select “Uninstall Windows Admin Center”&lt;/LI&gt;
&lt;LI&gt;Run C:\Program Files\WindowsAdminCenter\unins000.exe&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running the installer again will not result in an uninstall option at this time. To ensure your installation was removed successfully, check if a WindowsAdminCenter folder exists in C:\ProgramData or C:\Program Files. If it does not exist in either location, your application has been successfully uninstalled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;During the uninstallation process, everything put on the machine during installation will be removed, except for the Windows Admin Center.exe installer file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H1&gt;&lt;SPAN class="lia-text-color-13"&gt;&lt;STRONG&gt;&lt;EM&gt;Partner ecosystem and extensibility&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H1&gt;
&lt;H3&gt;&lt;SPAN class="lia-text-color-14"&gt;&lt;STRONG&gt;Extension updates&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P&gt;Windows Admin Center is built to be an extensible platform. Our partners help to provide a comprehensive management experience, and we value their contributions to the Windows Admin Center ecosystem. Since our last release, many partner extensions have been updated, including those from Dell, Lenovo, HPE, and more.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because of our backend upgrade, there are several extensions that are not yet supported with this release. See the &lt;STRONG&gt;Backend upgrade impact on extensions&lt;/STRONG&gt; section to learn more.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Dell OpenManage&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The Dell OpenManage Integration extension has been updated to version 3.3.0. This update comes with the following changes:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Support for the modernized gateway framework with .Net Core and Angular 15 introduced with WAC 2410.&lt;/LI&gt;
&lt;LI&gt;Support for Windows server 2025 OS for 15G and 16G PowerEdge servers.&lt;/LI&gt;
&lt;LI&gt;Azure Alert configuration feature to push Dell iDRAC based hardware alerts to Azure Log Analytics Workspace and configuring alert rules on them.&lt;/LI&gt;
&lt;LI&gt;Diagnostics feature for downloading the iDRAC and extension logs.&lt;/LI&gt;
&lt;LI&gt;Warranty feature is now supported for proxy configurations as well.&lt;/LI&gt;
&lt;LI&gt;Exempt policies are no longer created for Azure policy onboarding to maintain policy versions. The versions are now maintained using existing policy metadata.&lt;/LI&gt;
&lt;LI&gt;Hardware configuration policy compliance logic has been enhanced to load the compliance report for HCI clusters even when one or more nodes are down.&lt;/LI&gt;
&lt;LI&gt;Several other defect fixes and enhancements.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Lenovo XClarity Integrator&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The Lenovo XClarity Integrator extension has been updated to version 4.7.1. This update includes the following changes:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Enhancements
&lt;UL&gt;
&lt;LI class="lia-indent-padding-left-30px"&gt;Support ThinkAgile MX Best Recipe 2403&lt;/LI&gt;
&lt;LI class="lia-indent-padding-left-30px"&gt;Support BMU&amp;nbsp; update type&lt;/LI&gt;
&lt;LI class="lia-indent-padding-left-30px"&gt;Enhance Labrador package support&lt;/LI&gt;
&lt;LI class="lia-indent-padding-left-30px"&gt;Fix some known issues&lt;/LI&gt;
&lt;LI class="lia-indent-padding-left-30px"&gt;Refine UI with Angular 15&lt;/LI&gt;
&lt;LI class="lia-indent-padding-left-30px"&gt;Update Windows Admin Center SDK sustainability for Azure Stack HCI 23H2&lt;/LI&gt;
&lt;LI class="lia-indent-padding-left-30px"&gt;Support Cluster-Aware Updating (CAU) in Lenovo ThinkSystem SR650 V3 (7D75, 7D76, 7D77)&lt;/LI&gt;
&lt;LI class="lia-indent-padding-left-30px"&gt;Support specific packages to update in Lenovo ThinkSystem SR650 V3 (7D75, 7D76, 7D77)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;New software support
&lt;UL&gt;
&lt;LI&gt;Lenovo XClarity Administrator 4.1&lt;/LI&gt;
&lt;LI&gt;Lenovo XClarity Essentials OneCLI 4.4.1&lt;/LI&gt;
&lt;LI&gt;Azure Stack HCI 23H2&lt;/LI&gt;
&lt;LI&gt;Lenovo XClarity Controller 2&lt;/LI&gt;
&lt;LI&gt;Lenovo XClarity Essentials OneCLI 4.3.0&lt;/LI&gt;
&lt;LI&gt;Windows Admin Center 2311&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;New hardware support
&lt;UL&gt;
&lt;LI&gt;Lenovo ThinkSystem SD530 V3 (7DD3, 7DDA)&lt;/LI&gt;
&lt;LI&gt;Lenovo ThinkSystem SD550 V3 (7DD2, 7DD9)&lt;/LI&gt;
&lt;LI&gt;Lenovo ThinkSystem SR250 V3 (7DCM, 7DCL)&lt;/LI&gt;
&lt;LI&gt;Lenovo ThinkEdge SE455 V3 (7DBY)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The Lenovo XClarity Integrator extension is not currently compatible with Windows Admin Center version 2410. Support for this version is expected in the next extension version release.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;HPE Server and Azure Stack HCI WAC extensions&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The HPE Server and Azure Stack HCI WAC extension has been updated to version 1.9.1. This version includes the following changes:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;This release makes use of HPESysInfoCmdlets version 1.6.0.1 to provide more network information for Gen11 servers and clusters.&lt;/LI&gt;
&lt;LI&gt;The HPE smart array controller model in the Azure Stack HCI Storage tab will be displayed when the data is available. The prerequisites include:&lt;/LI&gt;
&lt;/UL&gt;
&lt;OL&gt;
&lt;LI style="list-style-type: none;"&gt;
&lt;OL&gt;
&lt;LI&gt;Agentless Management Service (AMS) and HPESysInfoCmlets must be installed on each server / node. HPESysInfoCmdlets 1.6.0.1 or above is required for better performance and richer data.&lt;/LI&gt;
&lt;LI&gt;HPENVDIMMCmdlets 2.3.0.0 or above also must be installed on systems with Persistent Memory (PMEM), for Server extension to retrieve PMEM information.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Dell APEX Cloud Platform&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The Dell APEX Cloud Platform extension has been updated to version 2.3.0. This update includes the following changes:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Support for the modernized gateway framework with .NET Core&lt;/LI&gt;
&lt;LI&gt;Customization of storage IP/vLAN is now available, including configuration and validation of storage network&lt;/LI&gt;
&lt;LI&gt;In the Servers tab, a warning is now displayed for users attempting to add a node to cluster that is currently using an Azure proxy server&lt;/LI&gt;
&lt;LI&gt;In the Updates tab, the LCM functionality now shows error messages when the current version of a component has drift from the target version in precheck&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;DellEMC PowerPath&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The DellEMC PowerPath extension has been updated to version 2.0.0. This version includes the following enhancements:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;New multiple selections for disk feature that enables the user to avoid the repetition of same steps for each disk object (ex. Selecting multiple disks and setting policies on all at once)&lt;/LI&gt;
&lt;LI&gt;The following management activities can now be performed by the user:
&lt;UL&gt;
&lt;LI&gt;powermt set persist_path_info&lt;/LI&gt;
&lt;LI&gt;powermt set auto_host_registration&lt;/LI&gt;
&lt;LI&gt;powermt set path_latency_threshold&lt;/LI&gt;
&lt;LI&gt;powermt set perfmon&lt;/LI&gt;
&lt;LI&gt;Autorestore&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Under configuration, the user can view array specific properties&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Other extension updates&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;HPE Azure Stack HCI Cluster Deployment and Update Snap-in version 1.4.1&lt;/STRONG&gt; - This version includes a fix for an issue on multi-node clusters where only one node is successfully updated through CAU, support for Azure Stack HCI 23H2 with HPE ProLiant DL 380 Gen 11 Integrated System as well as HPE Gen 10/Gen10 Plus validated solutions, support for Angular 15, and support for Windows Defender Application Control (WDAC) enforced mode when HPE SBE Supplemental Policy is installed.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;HPE Storage version 1.1.30&lt;/STRONG&gt; - This version extends support for HPE Alletra 9000, HPE Alletra 6000, and HPE Alletra Storage MP systems.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Marvell QLogic version 2.4.0&lt;/STRONG&gt; - This version includes added support for Adapter and Port Alias, FC PowerKit installation discovery through registry entries instead of the Get-AppcPackage command, and updated dependent build components to mitigate security vulnerabilities.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;SPAN class="lia-text-color-14"&gt;&lt;STRONG&gt;Backend upgrade impact on extensions&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;How does the v2 build impact my extension?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Gateway plug-in extensions will be the most impacted by the changes to our backend and the migration to .NET 8. Windows Admin Center gateway plug-ins enable API communication from the UI of your tool or solution to a target node. Windows Admin Center hosts a gateway service that relays commands and scripts from gateway plug-ins to be executed on target nodes. The gateway service can be extended to include custom gateway plug-ins that support protocols other than the default ones (PowerShell and WMI).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because gateway plug-ins communicate with Windows Admin Center’s backend to enable API communication, gateway plug-in code may include components written with the .NET framework version 4.6.2, which will not function with .NET 8. This code needs to be updated to use the .NET 8 framework.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, we’ve modified the way plug-ins work with this build. Instead of developing a C# class which implements the IPlugIn interface from the Microsoft.ManagementExperience.FeatureInterfaces namespace to extend the gateway plug-in, extensions will now be written in the form of&amp;nbsp;&lt;A href="https://learn.microsoft.com/aspnet/mvc/overview/older-versions-1/controllers-and-routing/aspnet-mvc-controllers-overview-cs" target="_blank" rel="noopener"&gt;ASP.NET MVC controllers&lt;/A&gt;. These controllers have increased flexibility compared to the simple C# class and extensive documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Learn more about gateway plug-in development in Windows Admin Center&amp;nbsp;&lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/extend/develop-gateway-plugin" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Impact on tool and/or solution extensions&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Solution and tool extensions should be minimally impacted by the changes in the 2410 build. Due to updated publication requirements, many tool and solution extensions built by external partners are not yet available on the 2410 extension feed. You may continue to use these extensions by &lt;A href="https://dev.azure.com/WindowsAdminCenter/Windows%20Admin%20Center%20Feed/_artifacts/feed/WAC/NuGet/purestorage/overview/1.0.61" target="_blank" rel="noopener"&gt;downloading them from our legacy feed&lt;/A&gt; and &lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/configure/using-extensions#installing-extensions-from-a-different-feed" target="_blank" rel="noopener"&gt;adding a local file share as an extension feed&lt;/A&gt;. We’re working with our partners to ensure most extensions will be available on the 2410 extension feed in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note on published extensions&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The following extensions are not currently available on the 2410 extension feed:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Lenovo XClarity Integrator&lt;/LI&gt;
&lt;LI&gt;HPE OneView&lt;/LI&gt;
&lt;LI&gt;HPE Server extension and HPE Azure Stack HCI extension&lt;/LI&gt;
&lt;LI&gt;HPE Storage manager&lt;/LI&gt;
&lt;LI&gt;Fujitsu ServerView RAID&lt;/LI&gt;
&lt;LI&gt;Fujitsu Software Infrastructure Manager (ISM)&lt;/LI&gt;
&lt;LI&gt;Fujitsu ServerView Health&lt;/LI&gt;
&lt;LI&gt;Pure Storage FlashArray&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All partner teams are working diligently to make their extensions compatible with the backend upgrade. When the extensions are available, they will be added to the extension feed.&lt;/P&gt;
&lt;H1&gt;&lt;SPAN class="lia-text-color-13"&gt;&lt;STRONG&gt;&lt;EM&gt;Known issues&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H1&gt;
&lt;P&gt;Any users utilizing a high availability (HA) setup should not install this version with the intent to use HA. HA is not currently supported in our .NET 8 backend implementation, nor in the 2410 release. A comprehensive HA solution will be available soon.&lt;/P&gt;
&lt;H1&gt;&lt;SPAN class="lia-text-color-13"&gt;&lt;STRONG&gt;&lt;EM&gt;Download today!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H1&gt;
&lt;P&gt;Phew! If you made it this far in the blog post, thank you so much for reading along! We hope you enjoy this new, modern version of Windows Admin Center and the various new functionality and new extensions now available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://aka.ms/downloadWAC" target="_blank" rel="noopener"&gt;Direct Download Link!&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As always, thanks for your ongoing support, adoption, and feedback. Your contributions through&amp;nbsp;&lt;A href="https://aka.ms/wacfeedback" target="_blank" rel="noopener"&gt;user feedback&lt;/A&gt;&amp;nbsp;continue to be vital and valuable to us, helping us prioritize and sequence our investments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows Admin Center is continuously evolving and growing as a tool and a platform, and we are beyond thrilled to have you part of our journey.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Windows Admin Center Team (@servermgmt)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;____________________________________________________________________________________&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 23:52:34 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-version-2410-is-now-generally-available/ba-p/4356534</guid>
      <dc:creator>Davanna-White</dc:creator>
      <dc:date>2025-02-25T23:52:34Z</dc:date>
    </item>
    <item>
      <title>Public Preview of Windows Admin Center v2410 has been updated!</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/public-preview-of-windows-admin-center-v2410-has-been-updated/ba-p/4309246</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;This 2410 preview release improves upon the &lt;/SPAN&gt;&lt;A href="https://techcommunity.microsoft.com/blog/windows-admin-center-blog/windows-admin-center-version-2410-is-now-in-public-preview/4272494" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;la&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;st Windows Admin Center 2410&lt;/SPAN&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt; Public Preview build&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt; that was released on October 16th. This build comes with new additions to the virtual machines tool, updates to the security tool, bugfixes, and more.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Thank you to our customers and partners who have provided feedback on the anticipated Windows Admin Center 2410 release so far—your insights are critical to ensuring we make Windows Admin Center better!&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H1&gt;&lt;SPAN class="lia-text-color-13"&gt;&lt;STRONG&gt;&lt;EM&gt;What's new in this build&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H1&gt;
&lt;H4&gt;&lt;STRONG&gt;Virtual machine tool update &lt;/STRONG&gt;&amp;nbsp;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;We have heard your feedback and have improved the virtual machine (VM) tool experience! Our primary goal is to provide you with the list of VMs as soon as possible so you are empowered to efficiently carry out your administrative tasks. To make this easier, we’ve added a toggle in the top right corner of the Virtual machines tool that will allow you to switch between a “detailed” mode and a “light” mode.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Today, we invite you all to use the tool and share your feedback.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Highlights:  &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="3" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;multilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;We improved the inventory page’s responsiveness by rewriting how we load and display data; so today - clicking, hovering and scrolling is a lot better than what it used to be&amp;nbsp;&amp;nbsp;&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;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="3" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;multilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;The actions performed on a VM (e.g. start, pause, import move etc.) now only update the VM selected without reloading the entire table, saving customers valuable time &amp;nbsp;&amp;nbsp;&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;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="3" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;multilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;To prioritize loading the VM list first, certain operations are deferred until after the initial load (e.g., cluster node check) &amp;nbsp;&amp;nbsp;&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;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="3" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;multilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="4" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;To optimize performance, we have reduced the number of columns in the default view to show only essential information about the VM to you. Note that this can be toggled off using the “Detailed Mode” toggle to switch back to the previous experience  &amp;nbsp;&amp;nbsp;&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;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="3" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;multilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="5" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;In default mode, we now show you the computer name of running Windows VMs and their operating system versions, we’ve categorized this information with the goal to make discovery easy for users&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;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Additionally, the Move and Import VM features have improved! We’re happy to share with you that we have added a wizard experience that guides you through the steps for importing or moving a VM (and/or its resources). With is change, we empower you to:&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;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Change the destination of the stored resources association with the VM different locations configurable by you - the user&amp;nbsp;&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;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Reconfigure virtual switches at the destination if needed&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;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Provide proper validations of your VM configuration before you perform the action to move or import VM&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;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="4" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Include better notification and progress update for users to track the status of their VM’s operation&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;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Although we are actively still investing in these scenarios, we would like to invite you to enable these features and try it out. Remember we will like to hear from you about these features.&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;&lt;SPAN data-contrast="none"&gt;To enable and test these new VM management improvements, follow these steps:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Navigate to your Windows Admin Center settings by selecting the gear in the top right corner of the header.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Navigate to the “Advanced” tab.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Add the following experiment key(s):&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;msft.sme.hyperv.newImportFlow&lt;SPAN style="font-style: var(--lia-blog-font-style); font-weight: var(--lia-blog-font-weight); font-family: var(--lia-blog-font-family); background-color: var(--lia-rte-bg-color); color: var(--lia-bs-body-color); font-size: var(--lia-bs-font-size-base);" data-ccp-props="{}"&gt; &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;msft.sme.hyperv.newMoveVmFlow&lt;SPAN style="font-style: var(--lia-blog-font-style); font-weight: var(--lia-blog-font-weight); font-family: var(--lia-blog-font-family); background-color: var(--lia-rte-bg-color); color: var(--lia-bs-body-color); font-size: var(--lia-bs-font-size-base);" data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;The first key enables the new import VM experience and the second key above enables the new move VM experience.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;335559685&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Security tool update&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;We now have a tailored security baseline for Windows Server with hundreds of security settings! It supports security best practices based on Microsoft recommended security baselines and industry best practices. Customers can apply the security baseline throughout the device lifecycle starting from initial deployment using Microsoft provided ‘PowerShell tooling’ or Windows Admin Center, supported by the new security configuration platform, ‘OSConfig’. Customers can leverage the ‘inbuilt drift control mechanism’, one of the salient features of the security configuration platform which helps ensure that the system starts and remains in a known good security state.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Apply the recommended Windows Server security baseline:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Center for Internet Security (CIS) Benchmark&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Defense Information Systems Agency Security Technical Implementation Guides (DISA STIG)&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Federal Information Processing Standards (FIPS 140) requirements for the OS&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="4" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="4" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Azure Compute Security baselines&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN data-contrast="none"&gt;Support of security baselines is intended to make it easier for customers to help meet their compliance and regulatory requirements.&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN data-contrast="none"&gt;You can learn more about all the new Windows Server 2025 security features and updates here: &lt;/SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2Fws2025securitybook&amp;amp;data=05%7C02%7Ctrungtran%40microsoft.com%7Cc78ee36c8ece4171d29a08dd05113ccb%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638672293815828294%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;amp;sdata=auGEHJK9ihV5gm4HyOvjOJvqBOh%2Bs2GlVprjw2Hgen4%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;Windows Server 2025 security book&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;.&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Windows Local Administrator Password Solution (LAPS) extension is now in preview!&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;We are happy to announce we now have&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt; a &lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;Windows LAPS tool in Windows Admin Center! Now, you can use Windows LAPS to manage your passwords on your LAPS enabled machines within the domain. With this tool, you can reveal and copy passwords of a given machine. You can also view the corresponding password expiration time and update the time stamp. You can also set the expiration time and reset passwords for multiple machines at a time, making password management and authentication more secure, simple, and efficient. &lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;img /&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Bugfixes&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;The following fixes have been made since the last preview release: &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559683&amp;quot;:0,&amp;quot;335559684&amp;quot;:-2,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Resolved issue where Azure Arc status call on All connections page would fail if you were viewing only cluster connections&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559683&amp;quot;:0,&amp;quot;335559684&amp;quot;:-2,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Resolved issue where the data table search bar in multiple tools was hanging &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559683&amp;quot;:0,&amp;quot;335559684&amp;quot;:-2,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Resolved issue of clusters being added to both Shared connections and personal connections after completing add Shared connections workflow&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;335557856&amp;quot;:16777215,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559737&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240,&amp;quot;335559991&amp;quot;:360}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559683&amp;quot;:0,&amp;quot;335559684&amp;quot;:-2,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="4" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Several bugfixes in the virtual machines tool&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;335557856&amp;quot;:16777215,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559737&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240,&amp;quot;335559991&amp;quot;:360}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H1&gt;&lt;SPAN class="lia-text-color-13"&gt;&lt;EM&gt;&lt;STRONG&gt;Download today!&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/H1&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;We hope you enjoy this latest update of Windows Admin Center, all the new features, and all the extensions! &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0}"&gt;&lt;A href="https://aka.ms/DownloadWAC2410Preview" target="_blank"&gt;&lt;SPAN data-contrast="none"&gt;Direct download link here!&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;As always, thanks for your ongoing support, adoption, and feedback. Your contributions through &lt;/SPAN&gt;&lt;A href="https://aka.ms/wacfeedback" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;user feedback&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt; continue to be vital and valuable to us, helping us prioritize and sequence our investments.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Windows Admin Center is continuously evolving and growing as a tool and a platform, and we are beyond thrilled to have you part of our journey.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Thank you,&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Windows Admin Center Team (&lt;/SPAN&gt;&lt;A href="https://twitter.com/servermgmt" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;&lt;SPAN data-ccp-charstyle="Hyperlink"&gt;@servermgmt&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;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 21:43:56 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/public-preview-of-windows-admin-center-v2410-has-been-updated/ba-p/4309246</guid>
      <dc:creator>Davanna-White</dc:creator>
      <dc:date>2024-11-20T21:43:56Z</dc:date>
    </item>
    <item>
      <title>Windows Admin Center version 2410 is now in Public Preview!</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-version-2410-is-now-in-public-preview/ba-p/4272494</link>
      <description>&lt;P&gt;&lt;FONT size="6" color="#2574A9"&gt;&lt;STRONG&gt;Announcing Public Preview of Windows Admin Center v2410 &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Windows Admin Center provides a convenient method for IT admins to investigate and manage their Windows Servers. Over the last seven years, one of the top customer requests has been performance. With this release, we are ensuring that we deliver the solution that customers desire. This release marks a new era for Windows Admin Center as the platform for the future, bringing efficiency and convenience to you while bridging the gap in feature parity for virtual machine management.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;This 2410 preview release builds on top of the latest modernized gateway Public Preview build that was released July 29th. This build comes with new additions to the virtual machines tool and bug fixes.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;As always, thank you to our customers, partners, and fans. Your continued support of Windows Admin Center has been critical to its continued success.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;STRONG&gt;&lt;SPAN data-contrast="none"&gt;A couple important notes on this preview version of Windows Admin Center:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;This build is a preview version and is not recommended for installation in production environments.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="1"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;This preview version cannot install side-by-side with the last GA release (version 2311) or any of the previous releases. Once you install this build and migrate your user data and environment configurations, you will not be able to go back.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="1" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Any users utilizing a high availability (HA) setup should not install this preview version with the intent to use HA. HA is not currently supported in our v2 backend implementation, nor in the 2410 public preview release.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2 id="toc-hId-1218437121"&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;What's new in this build&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;STRONG&gt;&lt;I&gt;&lt;SPAN data-contrast="none"&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;FONT color="#0000FF"&gt;Upgrade to .NET Core&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt; &lt;/SPAN&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;The Windows Admin Center frontend user-interface (UI) is built on Angular, which is in turn built on our shell. The shell hosts all the core services and most of our UI components, our solutions like server and cluster manager, and, on top of that, every extension that you use for server management.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN data-contrast="none"&gt;Our front end interacts with our backend, which is also known as our gateway. The gateway hosts our authorization structure, our PS services, our gateway plug-ins, and plays a critical role in every single experience that you use in Windows Admin Center.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;In this release, we have upgraded our backend again, from the .NET Core 6 to .NET Core 8, bringing enhanced security and improved cryptography to our product. This also includes support for HTTP 2, reducing latency and enhancing the responsiveness of Windows Admin Center. Combined with improved performance, providing faster load times, you’ll be able to get your tasks done more quickly and efficiently.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;STRONG&gt;&lt;SPAN data-contrast="none"&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;FONT color="#0000FF"&gt;Virtual machine tool update&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;We have heard your feedback and have improved the virtual machine (VM) tool experience! Our primary goal is to provide you with the list of VMs as soon as possible so you are empowered to efficiently carry out your administrative tasks. To make this easier, we’ve added a toggle in the top right corner of the Virtual machines tool that will allow you to switch between a “detailed” mode and a “light” mode.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Today, we invite you all to enable this feature, use the tool, and share your feedback. &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Highlights:  &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;The VM Power operations (e.g. start, pause etc.) now only update the VM selected without reloading the entire table, saving customers valuable time &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;To optimize responsiveness (e.g., clicking, hovering and scrolling), we have removed the runtime pipeline. &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;To prioritize loading the VM list first, certain operations are deferred until after the initial load (e.g., cluster node check) &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;To optimize performance, we have reduced the number of columns in the default view. Note that this can be toggled off using the “Detailed Mode” toggle to switch back to the previous experience  &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;In default mode, we list the computer name of running Windows VMs and their operating system versions&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;335557856&amp;quot;:16777215,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559737&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240,&amp;quot;335559991&amp;quot;:360}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;FONT color="#0000FF"&gt;Updated installer&lt;/FONT&gt;&lt;/FONT&gt;&lt;/EM&gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;While modernizing our gateway, we also made the installer more flexible by providing increased customization options including network access settings, selecting trusted hosts, providing a fully qualified domain name (FQDN) for your gateway machine, and more. For more details about the installer, read on to the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Installing the 2410 public preview build&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; section.  &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Data migration&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;To ensure that your user and environment data is transferred over, we have implemented a data migration flow so that you will seamlessly transition to the new build. All of your data will be copied over, except for 4 items that will require user intervention. For more details about the installer, read on to the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;Migrating your data&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt; section.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Settings update&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;As part of our gateway modernization effort, you may notice that your Windows Admin Center settings look a little bit different.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;As we discussed in the &lt;/SPAN&gt;&lt;A href="https://aka.ms/wac2211" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;2211 Windows Admin Center release&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;, we have deprecated the in-app update experience and have consequently removed the settings blade for &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Updates&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt;. Additionally, the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Access&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; and &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Shared Connections&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; blades are now available on local gateway installations (also known as “desktop mode” in legacy gateway builds).&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Multi-process, microservice based&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;This build also leverages microservice architecture. Prior to this upgrade, Windows Admin Center performed all tasks in a single process. With our new model, we start one process for Windows Admin Center on application startup that serves as a process manager. As you use Windows Admin Center, additional sub-processes are spun up to perform specific tasks.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Additionally, gateway plug-ins that are compatible with this build will also run their own collection of sub-processes under the Windows Admin Center service manager to perform their functions.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Changing from a monolithic service to a microservice model helps Windows Admin Center be more flexible, scalable, and resilient.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Kestrel HTTP web server&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Previously, Windows Admin Center utilized &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/aspnet/aspnet/overview/owin-and-katana/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;Katana&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt; components, including a web server, on the backend. With this build, we’ve shifted to an ASP.NET Core Kestrel web server.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-8.0" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;Kestrel&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt; is the recommended web server for ASP.NET Core applications. Kestrel is:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="8" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;multilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;High performing: Kestrel is optimized to handle a large number of concurrent connections efficiently.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="8" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;multilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Lightweight: Optimized for running in resource-constrained environments, such as containers and edge devices.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="8" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;multilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"&gt;&lt;SPAN data-contrast="none"&gt;Security hardened: Kestrel supports HTTPS and is hardened against web server vulnerabilities.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Additionally, Kestrel supports the HTTP/2 web protocol, where previously we had only supported HTTP1.1 with the Katana components. The upgrade from HTTP1.1 to HTTP/2 brings reduced latency to our application as well as increased responsiveness through enhanced features like multiplexing and server push.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Switching to a Kestrel web server will also allow for Windows Admin Center to potentially enable cross-platform support in the future.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;How does this build impact my extension?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Gateway plug-in extensions will be impacted by the changes to this build. Windows Admin Center gateway plug-ins enable API communication from the UI of your tool or solution to a target node. Windows Admin Center hosts a gateway service that relays commands and scripts from gateway plug-ins to be executed on target nodes. The gateway service can be extended to include custom gateway plug-ins that support protocols other than the default ones (PowerShell and WMI).&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Because gateway plug-ins communicate with Windows Admin Center’s backend to enable API communication, gateway plug-in code may include components written with the .NET framework version 4.6.2, which will not function with .NET Core. This code needs to be updated to use the .NET Core framework.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Additionally, we’ve modified the way plug-ins work with this build. Instead of developing a C# class which implements the IPlugIn interface from the Microsoft.ManagementExperience.FeatureInterfaces namespace to extend the gateway plug-in, extensions will now be written in the form of &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/aspnet/mvc/overview/older-versions-1/controllers-and-routing/aspnet-mvc-controllers-overview-cs" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;ASP.NET MVC controllers&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;. These controllers have increased flexibility compared to the simple C# class and extensive documentation.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Learn more about gateway plug-in development in Windows Admin Center &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/extend/develop-gateway-plugin" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;here&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;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;STRONG&gt;&lt;SPAN data-contrast="none"&gt;What about my tool and/or solution extension?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Solution and tool extensions do not communicate with Windows Admin Center’s backend in-depth and should be minimally impacted by this build. We &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;strongly&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; recommend testing your extension to ensure it continues to run smoothly on the new backend.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2 id="toc-hId-1218437121"&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Installing the 2410 public preview build&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;With the 2410 public preview, we’ve made changes to our installer to offer more flexibility to the user. When running the installer, you will be presented with two different installation modes: express setup and custom setup.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Express setup &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;The express setup option does not allow for the configuration of the following features:&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;335557856&amp;quot;:16777215,&amp;quot;335559685&amp;quot;:0,&amp;quot;335559737&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;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Login authentication mode&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Host access network names&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Internal and external network ports&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Certificate type and thumbprint&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Endpoint FQDN&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Trusted hosts mode&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;WinRM over HTTPS&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;If you would like to configure any of these features, please use the custom setup option instead.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;When you select express setup, the installer will use the operating system of your machine to determine the port Windows Admin Center is accessible through. If you run the installer on a client machine, Windows Admin Center will be accessible through port 6600 and will use internal ports 6601-6610. If you run the installer on a server machine,&amp;nbsp;Windows Admin Center&amp;nbsp;will be accessible through port 443 and will use internal ports 6601-6610. The exception to this rule is if you have a previous version of Windows Admin Center installed—then the installer will pick up that port instead (6516 by default).&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Custom setup&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Selecting custom setup allows you to configure all Windows Admin Center setup options:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Network access&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; – This page allows you to select how you will be using Windows Admin Center. You may choose to restrict Windows Admin Center access to other users by selecting localhost access only or allow remote access through machine name of FQDN.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Port numbers &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt;– This page allows you to select the ports that will be reserved for Windows Admin Center. Windows Admin Center uses one external port for its primary processes. Other processes use internal ports. There are two internal processes by default, but extensions may define their own services that will require port access. By default, the internal range is 10 ports.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Select TLS certificate &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt;– This page allows you to select Self-Signed certificates or an official TLS certificate that Windows Admin Center should use. Self-Signed certificates include Self-signed CA root certificates and TLS certificates that work with the latest Edge/Chrome browser.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Fully qualified domain name &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt;– This page allows you to provide a fully qualified domain name for network access. This name must match the name on the TLS certificate.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Trusted hosts &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt;– This page allows you to select which type of remote hosts you’d like to manage. You may choose to manage only trusted domain computers or allow access to non-domain joined machines.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;WinRM over HTTPS &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt;- This page allows you to select whether to use HTTPS for WinRM communication. WinRM communicates over HTTP by default.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Troubleshooting installation&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;If your installation failed, or you’re having trouble opening Windows Admin Center after install, you may need to uninstall and reinstall. This can also happen if you have an older version of a Gateway v2 preview build installed, and you are trying to update to a newer version. To uninstall, follow the instructions in the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Uninstalling and cleanup&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; section of this document.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2 id="toc-hId-1218437121"&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Migrating your data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Once you have installed the 2410 public preview, much of your transferable data is automatically copied over to the new build, reducing the time it takes for you to get started. However, there are four items that will require your input on:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Proxy credentials&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;WebSocket Origin configuration&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Azure registration&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Extensions&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;You will only have to do this once. Once your data is fully migrated, future releases of Windows Admin Center will have the seamless update experience you know and love.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Proxy credentials&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Windows Admin Center will not be able to able access Azure services and the public extension feed without proper proxy credentials. If you have a proxy set up, then you will need to enter the proxy address, as well as the username and password to give Windows Admin Center access.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;WebSocket Origin configuration&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;If you had previously configured WebSocket Origins, you can review and edit them here. To get you started, we have imported the WebSocket Origins list from your previous Windows Admin Center setup.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Azure registration&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Windows Admin Center now requires additional redirect URLs to be configured with the Azure App Registration instance. This can only be done through the Azure Portal. Selecting the “Configure” button will programmatically update the Azure App Registration on your behalf. After it is registered, you may need to re-enable Azure login to Windows Admin Center.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;You will need the elevated permissions on this Azure subscription to perform this re-registration.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Extensions&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;The extension feed for the 2410 public preview is not currently fully configured. You may notice missing extensions from this Windows Admin Center instance, including extensions not installed by default on install and ones you may have installed from your own feed or from external partners. As of right now, this page is read-only. We’re working with our internal and external partners to ensure that all extensions are compatible. These extensions should be available soon.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Review + complete&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;You will not be allowed to use Windows Admin Center unless you complete these steps.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="toc-hId-1218437121"&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Uninstalling the 2410 public preview build&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;To uninstall, perform one of the following actions:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;In the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Apps &amp;amp; Features&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; page of your gateway machine settings, select &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Windows Admin Center (v2) Preview&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; from the program list and then select uninstall.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Navigate to the folder where the Windows Admin Center (v2) is installed (default directory is C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Windows Admin Center (v2)) and select “Uninstall Windows Admin Center (v2)”&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Run C:\Program Files\WindowsAdminCenter\unins000.exe&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Running the installer again will not result in an uninstall option at this time. To ensure your installation was removed successfully, check if a WindowsAdminCenter folder exists in C:\ProgramData or C:\Program Files. If it does not exist in either location, your application has been successfully uninstalled.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;During the uninstallation process, everything put on the machine during installation will be removed, except for the Windows Admin Center (v2) .exe installer file.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2 id="toc-hId-1218437121"&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;FAQs&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Q:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; Can you install the 2410 public preview build (Windows Admin Center (v2)) when you already have an existing build of Windows Admin Center installed?&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;STRONG&gt;&lt;SPAN data-contrast="none"&gt;A: &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt;No, you cannot install a v2 build of Windows Admin Center side-by-side with a legacy gateway build. Installing this preview build will prompt you to migrate your user data and configuration settings, and after this is complete, you will not be able to go back to a legacy build without fully uninstalling.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Q:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; Can I change the ports my Windows Admin Center installation is using after install?&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;STRONG&gt;&lt;SPAN data-contrast="none"&gt;A:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; Yes, In the Program Files for Windows Admin Center, we’ve included a PowerShell module called &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Microsoft.WindowsAdminCenter.Configuration.psm1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt;. This module allows you to modify your Windows Admin Center configuration after installation and can be found in the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;PowerShellModules&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; folder of your installation (C:\Program Files\WindowsAdminCenter\PowerShellModules\ by default).&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;To change the ports Windows Admin Center is using, run the following command:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;Set-WACHttpsPort -Wacport &amp;lt;port&amp;gt; -ServicePortRangeStart &amp;lt;port&amp;gt; -ServicePortRangeEnd &amp;lt;port&amp;gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt; &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Q:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; Changing the ports is great, but can I change other configuration settings after install?&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;STRONG&gt;&lt;SPAN data-contrast="none"&gt;A:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; Yes! You may use the PowerShell module &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Microsoft.WindowsAdminCenter.Configuration.psm1 &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt;to change your configuration settings. It can be found in the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;PowerShellModules&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="none"&gt; folder of your installation.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;  &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2 id="toc-hId-1218437121"&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Known issues&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;The account for the PowerShell session in the PowerShell tool always defaults to the user signed into the Windows Admin Center gateway, even if different management credentials were specified when remoting to a connection.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&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;SPAN data-contrast="none"&gt;The extension feed for this build has not been configured. Extensions not included in the Windows Admin Center installer (including external partner extensions) will not be available unless you add an extension feed. Even with an added feed, the following extensions do not currently function with the v2 build:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Dell OpenManage&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Dell APEX Cloud Platform for Microsoft Azure&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Lenovo XClarity Integrator&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;HPE OneView&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;HPE Server extension and HPE Azure Stack HCI extension&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;HPE Storage manager&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Fujitsu ServerView RAID&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Fujitsu Software Infrastructure Manager (ISM)&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Fujitsu ServerView Health&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Pure Storage FlashArray&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;The extension feed will be available in the generally available release and will include all extensions that are compatible with the 2410 preview build.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Other known issues include:&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;High availability configurations are not supported in this build.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;Azure Arc status on the All Connections page may not successfully load if all connections are clusters.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN data-contrast="none"&gt;When using the new Hyper-V preview mode feature in the Virtual Machines tool, inventory may load improperly when navigating between clusters and servers.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 id="toc-hId-1218437121"&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Download today!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;We hope you enjoy this latest update of Windows Admin Center, the various new functionality in preview, and all the extensions now available.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aka.ms/DownloadWAC2410Preview" target="_self"&gt;&lt;SPAN data-contrast="none"&gt;Direct download link here!&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;As always, thanks for your ongoing support, adoption, and feedback. Your contributions through&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://aka.ms/wacfeedback" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;user feedback&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;continue to be vital and valuable to us, helping us prioritize and sequence our investments.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Windows Admin Center is continuously evolving and growing as a tool and a platform, and we are beyond thrilled to have you part of our journey.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Thank you,&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Windows Admin Center Team (&lt;/SPAN&gt;&lt;A href="https://twitter.com/servermgmt" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;@servermgmt&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="none"&gt;)&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335557856&amp;quot;:16777215,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:0}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 23:49:10 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-version-2410-is-now-in-public-preview/ba-p/4272494</guid>
      <dc:creator>Davanna-White</dc:creator>
      <dc:date>2024-10-16T23:49:10Z</dc:date>
    </item>
    <item>
      <title>Windows Admin Center (v2) Public Preview build has been updated!</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-v2-public-preview-build-has-been-updated/ba-p/4204284</link>
      <description>&lt;P&gt;It’s been seven months since we released the last Public Preview for our “Modernized Gateway” (known as v2) -- today, we’re updating the Public Preview build with new functionality and bug fixes. As we get closer to officially releasing this version to general availability (GA), we want to hear from you first so that we proactively address any feedback you may have!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that this is still a Public Preview version of Windows Admin Center, so it is not recommended to install this build in your production environment. &lt;STRONG&gt;This preview version will no longer be able to be installed side-by-side with the last GA release (version 2311, or any of the previous releases). Once you install this build and migrate your user data and environment configurations, you will not be able to go back.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We’ve been working behind the scenes to ensure that Windows Admin Center is up-to-date, secure, and reliable. We suggest experienced users of Windows Admin Center and Windows Admin Center developers give this new build a try. Read on to learn about the new features and updates!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&lt;EM&gt;What's new in this v2 build&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#CF3600"&gt;&lt;STRONG&gt;&lt;EM&gt;Upgrade to .NET Core&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The Windows Admin Center frontend user-interface (UI) is built on Angular, which is in turn built on our shell. The shell hosts all the core services and most of our UI components, our solutions like server and cluster manager, and, on top of that, every extension that you use for server management.&lt;BR /&gt;&lt;BR /&gt;Our front end interacts with our backend, which is also known as our gateway. The gateway hosts our authorization structure, our PS services, our gateway plug-ins, and plays a critical role in every single experience that you use in Windows Admin Center.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this release, we have upgraded our backend again, from the .NET Core 6 to .NET Core 8, bringing enhanced security and improved cryptography to our product. This also includes support for HTTP 2, reducing latency and enhancing the responsiveness of Windows Admin Center. Combined with improved performance, providing faster load times, you’ll be able to get your tasks done more quickly and efficiently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#CF3600"&gt;Virtual machine tool update&lt;/FONT&gt; &lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;We have heard your feedback and have improved the virtual machine (VM) tool experience! Our primary goal is to provide you with the list of VMs as soon as possible so you are empowered to efficiently carry out your administrative tasks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Today, we invite you all to enable this feature, use the tool, and share your feedback.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Highlights:&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The VM Power operations (e.g. start, pause etc.) now only update the VM selected without reloading the entire table, saving customers valuable time&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;To optimize responsiveness (e.g., clicking, hovering and scrolling), we have removed the runtime pipeline.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;To prioritize loading the VM list first, certain operations are deferred until after the initial load (e.g., cluster node check)&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;To optimize performance, we have reduced the columns in the default view. Note that this can be toggled off using the “Detailed Mode” toggle to switch back to the previous experience &amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;A new streamlined Azure Site Recovery integration experience for users &amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How to enable the feature&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Navigate to your Windows Admin Center settings by selecting the gear in the top right corner of the header.&lt;/LI&gt;
&lt;LI&gt;Navigate to the “Advanced” tab.&lt;/LI&gt;
&lt;LI&gt;Add the following experiment key: &amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;msft.sme.hyperv.hyperVPreviewMode&lt;/EM&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#CF3600"&gt;&lt;STRONG&gt;Updated installer&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;While modernizing our gateway, we also made the installer more flexible by providing increased customization options including network access settings, selecting trusted hosts, providing a fully qualified domain name (FQDN) for your gateway machine, and more. For more details about the installer, read on to the&amp;nbsp;&lt;STRONG&gt;Installing the v2 build&lt;/STRONG&gt;&amp;nbsp;section. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#CF3600"&gt;&lt;STRONG&gt;Data migration&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;To ensure that your user and environment data is transferred over, we have implemented a data migration flow so that you will seamlessly transition to the new v2 build. All of your data will be copied over, except for 4 items that will require user intervention. For more details about the installer, read on to the &lt;STRONG&gt;Migrating your data&lt;/STRONG&gt; section.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#CF3600"&gt;&lt;STRONG&gt;Settings update&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;As part of our gateway modernization effort, you may notice that your Windows Admin Center settings look a little bit different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we discussed in the&amp;nbsp;&lt;A href="https://aka.ms/wac2211" target="_blank" rel="noopener"&gt;2211 Windows Admin Center release&lt;/A&gt;, we have deprecated the in-app update experience and have consequently removed the settings blade for&amp;nbsp;&lt;STRONG&gt;Updates&lt;/STRONG&gt;. Additionally, the&amp;nbsp;&lt;STRONG&gt;Access&lt;/STRONG&gt;&amp;nbsp;and&amp;nbsp;&lt;STRONG&gt;Shared Connections&lt;/STRONG&gt;&amp;nbsp;blades are now available on local gateway installations (also known as “desktop mode” in legacy gateway builds).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#CF3600"&gt;&lt;STRONG&gt;Multi-process, micro-service based&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The v2 build also leverages microservice architecture. Prior to this upgrade, Windows Admin Center performed all tasks in a single process. With our new model, we start one process for Windows Admin Center on application startup that serves as a process manager. As you use Windows Admin Center, additional sub-processes are spun up to perform specific tasks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, gateway plug-ins that are compatible with the v2 build will also run their own collection of sub-processes under the Windows Admin Center service manager to perform their functions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Changing from a monolithic service to a microservice model helps our v2 build be more flexible, scalable, and resilient.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#CF3600"&gt;&lt;STRONG&gt;Kestrel HTTP web server&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Previously, Windows Admin Center utilized&amp;nbsp;&lt;A href="https://learn.microsoft.com/aspnet/aspnet/overview/owin-and-katana/" target="_blank" rel="noopener"&gt;Katana&lt;/A&gt;&amp;nbsp;components, including a web server, on the backend. With the v2 build, we’ve shifted to an ASP.NET Core Kestrel web server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-8.0" target="_blank" rel="noopener"&gt;Kestrel&lt;/A&gt;&amp;nbsp;is the recommended web server for ASP.NET Core applications. Kestrel is:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;High performing: Kestrel is optimized to handle a large number of concurrent connections efficiently.&lt;/LI&gt;
&lt;LI&gt;Lightweight: Optimized for running in resource-constrained environments, such as containers and edge devices.&lt;/LI&gt;
&lt;LI&gt;Security hardened: Kestrel supports HTTPS and is hardened against web server vulnerabilities.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Additionally, Kestrel supports the HTTP/2 web protocol, where previously we had only supported HTTP1.1 with the Katana components. The upgrade from HTTP1.1 to HTTP/2 brings reduced latency to our application as well as increased responsiveness through enhanced features like multiplexing and server push.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Switching to a Kestrel web server will also allow for Windows Admin Center to potentially enable cross-platform support in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#CF3600"&gt;&lt;STRONG&gt;How does the v2 build impact my extension?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Gateway plug-in extensions will be the most impacted by the changes to our v2 build. Windows Admin Center gateway plug-ins enable API communication from the UI of your tool or solution to a target node. Windows Admin Center hosts a gateway service that relays commands and scripts from gateway plug-ins to be executed on target nodes. The gateway service can be extended to include custom gateway plug-ins that support protocols other than the default ones (PowerShell and WMI).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because gateway plug-ins communicate with Windows Admin Center’s backend to enable API communication, gateway plug-in code may include components written with the .NET framework version 4.6.2, which will not function with .NET Core. This code needs to be updated to use the .NET Core framework.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, we’ve modified the way plug-ins work with our v2 build. Instead of developing a C# class which implements the IPlugIn interface from the Microsoft.ManagementExperience.FeatureInterfaces namespace to extend the gateway plug-in, extensions will now be written in the form of&amp;nbsp;&lt;A href="https://learn.microsoft.com/aspnet/mvc/overview/older-versions-1/controllers-and-routing/aspnet-mvc-controllers-overview-cs" target="_blank" rel="noopener"&gt;ASP.NET MVC controllers&lt;/A&gt;. These controllers have increased flexibility compared to the simple C# class and extensive documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Learn more about gateway plug-in development in Windows Admin Center&amp;nbsp;&lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/extend/develop-gateway-plugin" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What about my tool and/or solution extension?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Solution and tool extensions do not communicate with Windows Admin Center’s backend in-depth and should be minimally impacted by the v2 build. We&amp;nbsp;&lt;STRONG&gt;strongly&lt;/STRONG&gt;&amp;nbsp;recommend testing your extension to ensure it continues to run smoothly on the new backend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#CF3600"&gt;&lt;STRONG&gt;&lt;EM&gt;Installing the v2 build&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With our v2 build, we’ve made changes to our installer to offer more flexibility to the user.&lt;/P&gt;
&lt;P&gt;When running the installer, you will be presented with three different installation modes: express localhost setup, express remote setup, and custom setup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Express setup options&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Two of the three installation modes for the v2 build are express modes—express localhost setup and express remote setup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both express setup options do not allow for the configuration of the following features:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Login authentication mode&lt;/LI&gt;
&lt;LI&gt;Host access network names&lt;/LI&gt;
&lt;LI&gt;Internal and external network ports&lt;/LI&gt;
&lt;LI&gt;Certificate type and thumbprint&lt;/LI&gt;
&lt;LI&gt;Endpoint FQDN&lt;/LI&gt;
&lt;LI&gt;Trusted hosts mode&lt;/LI&gt;
&lt;LI&gt;WinRM over HTTPS&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you would like to configure any of these features, please use the custom setup option instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you select the express localhost setup option, WAC will be accessible through port 6600 and will use internal ports 6601-6610.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you select the express remote setup option, WAC will be accessible through port 443 and will use internal ports 6601-6610.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Custom setup&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Selecting custom setup allows you to configure all Windows Admin Center setup options:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Network access&lt;/STRONG&gt;&amp;nbsp;– This page allows you to select how you will be using Windows Admin Center. You may choose to restrict WAC access to other users by selecting localhost access only or allow remote access through machine name of FQDN.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Port numbers&amp;nbsp;&lt;/STRONG&gt;– This page allows you to select the ports that will be reserved for Windows Admin Center. WAC uses one external port for its primary processes. Other processes use internal ports. There are two internal processes by default, but extensions may define their own services that will require port access. By default, the internal range is 10 ports.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Select TLS certificate&amp;nbsp;&lt;/STRONG&gt;– This page allows you to select Self-Signed certificates or an official TLS certificate that Windows Admin Center should use. Self-Signed certificates include Self-signed CA root certificates and TLS certificates that work with the latest Edge/Chrome browser.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Fully qualified domain name&amp;nbsp;&lt;/STRONG&gt;– This page allows you to provide a fully qualified domain name for network access. This name must match the name on the TLS certificate.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Trusted hosts&amp;nbsp;&lt;/STRONG&gt;– This page allows you to select which type of remote hosts you’d like to manage. You may choose to manage only trusted domain computers or allow access to non-domain joined machines.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;WinRM over HTTPS&amp;nbsp;&lt;/STRONG&gt;- This page allows you to select whether to use HTTPS for WinRM communication. WinRM communicates over HTTP by default.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Troubleshooting installation&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If your installation failed, or you’re having trouble opening WAC after install, you may need to uninstall and reinstall. This can also happen if you have an older version of a v2 build installed, and you are trying to update to a newer version. To uninstall, follow the instructions in the&amp;nbsp;&lt;STRONG&gt;Uninstalling and cleanup&lt;/STRONG&gt;&amp;nbsp;section of this document.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#CF3600"&gt;&lt;STRONG&gt;Migrating your data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Once you have installed the v2 build, much of your transferable data is automatically copied over to the new build, reducing the time it takes for you to get started. However, there are four items that will require your input on:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Proxy credentials&lt;/LI&gt;
&lt;LI&gt;WebSocket Origin configuration&lt;/LI&gt;
&lt;LI&gt;Azure registration&lt;/LI&gt;
&lt;LI&gt;Extensions&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will only have to do this once. Once your data is fully migrated, future releases of Windows Admin Center will have the seamless update experience you know and love.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Proxy credentials &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Windows Admin Center will not be able to able access Azure services and the public extension feed without proper proxy credentials. If you have a proxy set up, then you will need to enter the proxy address, as well as the username and password to give Windows Admin Center access.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;WebSocket Origin configuration &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you had previously configured WebSocket Origins, you can review and edit them here. To get you started, we have imported the WebSocket Origins list from your previous Windows Admin Center setup. &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Azure registration &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Windows Admin Center now requires additional redirect URLs to be configured with the Azure App Registration instance. This can only be done through the Azure Portal. Selecting the “Configure” button will programmatically update the Azure App Registration on your behalf. After it is registered, you may need to re-enable Azure login to Windows Admin Center.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will need the elevated permissions on this Azure subscription to perform this re-registration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Extensions &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The extension feed for v2 builds is not currently fully configured. You may notice missing extensions from this Windows Admin Center instance, including extensions not installed by default on install and ones you may have installed from your own feed or from external partners. As of right now, this page is read-only. We’re working with our internal and external partners to ensure that all extensions are compatible with v2—these extensions will be available soon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Review + complete&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You will not be allowed to use Windows Admin Center unless you complete these steps.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#CF3600"&gt;&lt;STRONG&gt;&lt;EM&gt;Uninstalling the v2 build&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;To uninstall the Windows Admin Center (v2), perform one of the following actions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In the&amp;nbsp;&lt;STRONG&gt;Apps &amp;amp; Features&lt;/STRONG&gt;&amp;nbsp;page of your gateway machine settings, select&amp;nbsp;&lt;STRONG&gt;Windows Admin Center (v2) Preview&lt;/STRONG&gt;&amp;nbsp;from the program list and then select uninstall.&lt;/LI&gt;
&lt;LI&gt;Navigate to the folder where the Windows Admin Center (v2)is installed (default directory is C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Windows Admin Center (v2)) and select “Uninstall Windows Admin Center (v2)”&lt;/LI&gt;
&lt;LI&gt;Run C:\Program Files\WindowsAdminCenter\unins000.exe&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running the installer again will not result in an uninstall option at this time. To ensure your installation was removed successfully, check if a WindowsAdminCenter folder exists in C:\ProgramData or C:\Program Files. If it does not exist in either location, your application has been successfully uninstalled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;During the uninstallation process, everything put on the machine during installation will be removed, except for the Windows Admin Center (v2) .exe installer file. If you have another build of Windows Admin Center also installed at the time of your v2 build uninstallation, no files or properties of the other build will be touched during the uninstallation process. There are no interdependencies between the two installations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#CF3600"&gt;&lt;STRONG&gt;&lt;EM&gt;FAQs&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt;&amp;nbsp;Can you install a build of Windows Admin Center (v2) when you already have an existing build of Windows Admin Center installed?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt;&amp;nbsp;No, you cannot. Once you install this build and migrate your data over, you will not be able to run the legacy build of Windows Admin Center since they use the same ports.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt;&amp;nbsp;Can I change the ports my Windows Admin Center installation is using after install?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt;&amp;nbsp;Yes, In the Program Files for Windows Admin Center, we’ve included a PowerShell module called&amp;nbsp;&lt;STRONG&gt;Microsoft.WindowsAdminCenter.Configuration.psm1&lt;/STRONG&gt;. This module allows you to modify your WAC configuration after installation and can be found in the&amp;nbsp;&lt;STRONG&gt;PowerShellModules&lt;/STRONG&gt;&amp;nbsp;folder of your installation (C:\Program Files\WindowsAdminCenter\PowerShellModules\ by default).&lt;/P&gt;
&lt;P&gt;To change the ports WAC is using, run the following command:&lt;/P&gt;
&lt;P&gt;Set-WACHttpsPort -Wacport &amp;lt;port&amp;gt; -ServicePortRangeStart &amp;lt;port&amp;gt; -ServicePortRangeEnd &amp;lt;port&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt;&amp;nbsp;Changing the ports is great, but can I change other configuration settings after install?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt;&amp;nbsp;Yes! You may use the PowerShell module&amp;nbsp;&lt;STRONG&gt;Microsoft.WindowsAdminCenter.Configuration.psm1&amp;nbsp;&lt;/STRONG&gt;to change your configuration settings. It can be found in the&amp;nbsp;&lt;STRONG&gt;PowerShellModules&lt;/STRONG&gt;&amp;nbsp;folder of your installation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt;&amp;nbsp;Why aren’t all these changes just in the 2311 release?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt;&amp;nbsp;To ensure the best quality experience, we require customer and developer feedback before these changes are generally available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt;&amp;nbsp;Are all the features in the 2311 release available in this build?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt;&amp;nbsp;Yes!&amp;nbsp;&lt;A href="https://aka.ms/wac2311" target="_blank" rel="noopener"&gt;Read more about the Windows Admin Center 2311 release.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#CF3600"&gt;&lt;STRONG&gt;&lt;EM&gt;Known issues&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;The account for the PowerShell session in the PowerShell tool always defaults to the user signed into the Windows Admin Center gateway, even if different management credentials were specified when remoting to a connection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The extension feed for the v2 build has not been configured. Extensions not included in the Windows Admin Center installer (including external partner extensions) will not be available unless you add an extension feed. Even with an added feed, the following extensions do not currently function with the v2 build:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Dell OpenManage&lt;/LI&gt;
&lt;LI&gt;Lenovo XClarity Integrator&lt;/LI&gt;
&lt;LI&gt;HPE OneView&lt;/LI&gt;
&lt;LI&gt;HPE Server extension and HPE Azure Stack HCI extension&lt;/LI&gt;
&lt;LI&gt;HPE Storage manager&lt;/LI&gt;
&lt;LI&gt;Fujitsu ServerView RAID&lt;/LI&gt;
&lt;LI&gt;Fujitsu Software Infrastructure Manager (ISM)&lt;/LI&gt;
&lt;LI&gt;Fujitsu ServerView Health&lt;/LI&gt;
&lt;LI&gt;Pure Storage FlashArray&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&lt;EM&gt;Looking forward&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H2&gt;
&lt;P&gt;Please be on the lookout later this year for our next GA release. It will include even more features for Hyper-V, several Windows Server 2025 exclusive features, and will be the most performant build of Windows Admin Center to date!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;FONT color="#0000FF"&gt;Download now!&lt;/FONT&gt;&lt;/H2&gt;
&lt;P&gt;We hope you enjoy this new, modern version of Windows Admin Center and the various new functionality in preview.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aka.ms/DownloadWACModernizedPreview" target="_blank" rel="noopener"&gt;Direct Download Link!&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As always, thanks for your ongoing support, adoption, and feedback. Your contributions through user feedback continue to be vital and valuable to us, helping us prioritize and sequence our investments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows Admin Center is continuously evolving and growing as a tool and a platform, and we are beyond thrilled to have you part of our journey.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Windows Admin Center Team (@servermgmt)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 17:10:46 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-v2-public-preview-build-has-been-updated/ba-p/4204284</guid>
      <dc:creator>Theo_Tran</dc:creator>
      <dc:date>2024-07-30T17:10:46Z</dc:date>
    </item>
    <item>
      <title>Announcing Windows Admin Center in Azure for Windows Client machines</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/announcing-windows-admin-center-in-azure-for-windows-client/ba-p/4171977</link>
      <description>&lt;P&gt;In 2022, we introduced &lt;A href="https://www.microsoft.com/en-us/windows-server/blog/2022/10/12/windows-admin-center-for-azure-virtual-machines-is-now-generally-available/" target="_self"&gt;Windows Admin Center in Azure&lt;/A&gt;, making it easy for you to manage your Windows Server Azure VMs directly from the Azure Portal. Since its release, we’ve been overwhelmed by the positive response and feature requests we’ve received. Over the last 2 years, we expanded to support Azure Arc-enabled Windows Servers and Azure Stack HCI clusters, providing you access to Windows Admin Center for your on-premises machines without. We’ve heard you and added secure, password-less authentication, giving you single sign-on using your Entra ID credentials. We also increased the performance by over 50% leveraging Azure Front Door as our content delivery network. We continue to release every month, providing you with new experiences, updates, and bug fixes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Today, we’re excited to announce that Windows Admin Center in Azure is expanding to also support Windows 10/11 machines.&lt;/STRONG&gt; When you’re running Windows 10/11 as an Azure VM, you will be able to use Windows Admin Center in Azure to manage your client machines directly from the Azure Portal. &amp;nbsp;By default, the Azure Portal provides a singular view for virtual machine management and the essential elements to manage your infrastructure. With the addition of Windows Admin Center, we have supplemented this great experience with additional capabilities such as an enhanced view of virtual machine usage, performance monitoring, viewing of events, and much more. We expect this to reduce the need for you to remote desktop into your virtual machine for administration, simplifying your experience as you deploy and maintain your client machines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT size="5" color="#000080"&gt;Get started with Windows Admin Center&lt;BR /&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Windows Admin Center in Azure is available to all Windows client customers on Azure running Windows 10/11 in the public cloud. To get started, create a new virtual machine today or deploy Windows Admin Center on your existing infrastructure. You can begin managing your virtual machines in Azure using Windows Admin Center by navigating to the&amp;nbsp;&lt;STRONG&gt;Windows Admin Center&lt;/STRONG&gt;&amp;nbsp;blade under&amp;nbsp;&lt;STRONG&gt;Connect&amp;nbsp;&lt;/STRONG&gt;in the Virtual Machine Azure portal UI. You can &lt;A href="https://aka.ms/wacportaldocs" target="_self"&gt;learn more here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for using Windows Admin Center in Azure and stay tuned for more updates and features coming soon.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 16:00:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/announcing-windows-admin-center-in-azure-for-windows-client/ba-p/4171977</guid>
      <dc:creator>Prasidh_Arora</dc:creator>
      <dc:date>2024-06-20T16:00:00Z</dc:date>
    </item>
    <item>
      <title>Windows Admin Center "Modernized Gateway" is now in Public Preview!</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-quot-modernized-gateway-quot-is-now-in/ba-p/4013928</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Today, we release an upgraded version of Windows Admin Center to public preview&lt;/SPAN&gt;&lt;SPAN&gt;. This is in addition to our latest generally available release, Windows Admin Center version 2311. These two versions of Windows Admin Center can be installed side-by-side, allowing you to get a taste of what’s coming in Windows Admin Center without sacrificing your existing setups.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We’ve been working behind the scenes to ensure that Windows Admin Center is up-to-date, secure, and reliable. We suggest experienced users of Windows Admin Center and Windows Admin Center developers give this build a try. Read on to find out what the modernized gateway is and all the exciting new performance, extensibility, and security features we’re now leveraging!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;What's new in the modernized gateway&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Upgrade to .NET Core&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;The Windows Admin Center frontend UI is built on Angular, which is in turn built on our shell. The shell hosts all the core services and most of our UI components, our solutions like server and cluster manager, and, on top of that, every extension that you use for server management. &lt;BR /&gt;&lt;BR /&gt;Our front end interacts with our backend, which is also known as our gateway. The gateway hosts our authorization structure, our PS services, our gateway plug-ins, and plays a critical role in every single experience that you use in Windows Admin Center.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this release, we’re upgrading our backend from the .NET 4.6.2 framework upgrade to .NET Core, bringing enhanced security and improved cryptography to our product. This also includes support for HTTP 2, reducing latency and enhancing the responsiveness of Windows Admin Center. Combined with improved performance, providing faster load times, you’ll be able to get your tasks done more quickly and efficiently.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Updated installer&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;While modernizing our gateway, we also made the installer more flexible by providing increased customization options including network access settings, selecting trusted hosts, providing a fully qualified domain name (FQDN) for your gateway machine, and more. For more details about the installer, read on to the &lt;STRONG&gt;Installing the modernized gateway&lt;/STRONG&gt; section. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Settings update&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;As part of our gateway modernization effort, you may notice that your Windows Admin Center settings look a little bit different.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we discussed in the &lt;A href="https://aka.ms/wac2211" target="_blank" rel="noopener"&gt;2211 Windows Admin Center release&lt;/A&gt;, we have deprecated the in-app update experience and have consequently removed the settings blade for &lt;STRONG&gt;Updates&lt;/STRONG&gt;. Additionally, the &lt;STRONG&gt;Access&lt;/STRONG&gt; and &lt;STRONG&gt;Shared Connections&lt;/STRONG&gt; blades are now available on local gateway installations (also known as “desktop mode” in legacy gateway builds).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Multi-process, micro-service based&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;The modernized gateway also leverages microservice architecture. Prior to this upgrade, Windows Admin Center performed all tasks in a single process. With our new model, we start one process for Windows Admin Center on application startup that serves as a process manager. As you use Windows Admin Center, additional sub-processes are spun up to perform specific tasks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, gateway plug-ins that are compatible with the modernized gateway will also run their own collection of sub-processes under the Windows Admin Center service manager to perform their functions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Changing from a monolithic service to a microservice model helps our modernized gateway be more flexible, scalable, and resilient.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Kestrel HTTP web server&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Previously, Windows Admin Center utilized &lt;A href="https://learn.microsoft.com/aspnet/aspnet/overview/owin-and-katana/" target="_blank" rel="noopener"&gt;Katana&lt;/A&gt; components, including a web server, on the backend. With the modernized gateway, we’ve shifted to an ASP.NET Core Kestrel web server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/aspnet/core/fundamentals/servers/kestrel?view=aspnetcore-8.0" target="_blank" rel="noopener"&gt;Kestrel&lt;/A&gt; is the recommended web server for ASP.NET Core applications. Kestrel is:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;High performing: Kestrel is optimized to handle a large number of concurrent connections efficiently.&lt;/LI&gt;
&lt;LI&gt;Lightweight: Optimized for running in resource-constrained environments, such as containers and edge devices.&lt;/LI&gt;
&lt;LI&gt;Security hardened: Kestrel supports HTTPS and is hardened against web server vulnerabilities.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, Kestrel supports the HTTP/2 web protocol, where previously we had only supported HTTP1.1 with the Katana components. The upgrade from HTTP1.1 to HTTP/2 brings reduced latency to our application as well as increased responsiveness through enhanced features like multiplexing and server push.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Switching to a Kestrel web server will also allow for Windows Admin Center to potentially enable cross-platform support in the future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;How does the modernized gateway impact my extension?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Gateway plug-in extensions will be the most impacted by the changes to our modernized gateway. Windows Admin Center gateway plug-ins enable API communication from the UI of your tool or solution to a target node. Windows Admin Center hosts a gateway service that relays commands and scripts from gateway plug-ins to be executed on target nodes. The gateway service can be extended to include custom gateway plug-ins that support protocols other than the default ones (PowerShell and WMI).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because gateway plug-ins communicate with Windows Admin Center’s backend to enable API communication, gateway plug-in code may include components written with the .NET framework version 4.6.2, which will not function with .NET Core. This code needs to be updated to use the .NET Core framework.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, we’ve modified the way plug-ins work with our modernized gateway. Instead of developing a C# class which implements the IPlugIn interface from the Microsoft.ManagementExperience.FeatureInterfaces namespace to extend the gateway plug-in, extensions will now be written in the form of &lt;A href="https://learn.microsoft.com/aspnet/mvc/overview/older-versions-1/controllers-and-routing/aspnet-mvc-controllers-overview-cs" target="_blank" rel="noopener"&gt;ASP.NET MVC controllers&lt;/A&gt;. These controllers have increased flexibility compared to the simple C# class and extensive documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Learn more about gateway plug-in development in Windows Admin Center &lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/extend/develop-gateway-plugin" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;What about my tool and/or solution extension?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Solution and tool extensions do not communicate with Windows Admin Center’s backend in-depth and should be minimally impacted by the modernized gateway. We &lt;STRONG&gt;strongly&lt;/STRONG&gt; recommend testing your extension to ensure it continues to run smoothly on the new backend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Installing the modernized gateway&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With our modernized gateway, we’ve made changes to our installer to offer more flexibility to the user.&lt;/P&gt;
&lt;P&gt;When running the installer, you will be presented with three different installation modes: express localhost setup, express remote setup, and custom setup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Express setup options&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Two of the three installation modes for the modernized gateway are express modes—express localhost setup and express remote setup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both express setup options do not allow for the configuration of the following features:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Login authentication mode&lt;/LI&gt;
&lt;LI&gt;Host access network names&lt;/LI&gt;
&lt;LI&gt;Internal and external network ports&lt;/LI&gt;
&lt;LI&gt;Certificate type and thumbprint&lt;/LI&gt;
&lt;LI&gt;Endpoint FQDN&lt;/LI&gt;
&lt;LI&gt;Trusted hosts mode&lt;/LI&gt;
&lt;LI&gt;WinRM over HTTPS&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you would like to configure any of these features, please use the custom setup option instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you select the express localhost setup option, WAC will be accessible through port 6600 and will use internal ports 6601-6610.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you select the express remote setup option, WAC will be accessible through port 443 and will use internal ports 6601-6610.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Custom setup&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Selecting custom setup allows you to configure all Windows Admin Center setup options:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Network access&lt;/STRONG&gt; – This page allows you to select how you will be using Windows Admin Center. You may choose to restrict WAC access to other users by selecting localhost access only or allow remote access through machine name of FQDN.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Port numbers &lt;/STRONG&gt;– This page allows you to select the ports that will be reserved for Windows Admin Center. WAC uses one external port for its primary processes. Other processes use internal ports. There are two internal processes by default, but extensions may define their own services that will require port access. By default, the internal range is 10 ports.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Select TLS certificate &lt;/STRONG&gt;– This page allows you to select Self-Signed certificates or an official TLS certificate that Windows Admin Center should use. Self-Signed certificates include Self-signed CA root certificates and TLS certificates that work with the latest Edge/Chrome browser.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Fully qualified domain name &lt;/STRONG&gt;– This page allows you to provide a fully qualified domain name for network access. This name must match the name on the TLS certificate.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Trusted hosts &lt;/STRONG&gt;– This page allows you to select which type of remote hosts you’d like to manage. You may choose to manage only trusted domain computers or allow access to non-domain joined machines.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;WinRM over HTTPS &lt;/STRONG&gt;- This page allows you to select whether to use HTTPS for WinRM communication. WinRM communicates over HTTP by default.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Troubleshooting installation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;If your installation failed, or you’re having trouble opening WAC after install, you may need to uninstall and reinstall. This can also happen if you have an older version of a modernized gateway build installed, and you are trying to update to a newer version. To uninstall, follow the instructions in the &lt;STRONG&gt;Uninstalling and cleanup&lt;/STRONG&gt; section of this document.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Uninstalling the modernized gateway&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;To uninstall the Windows Admin Center modernized gateway, perform one of the following actions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In the &lt;STRONG&gt;Apps &amp;amp; Features&lt;/STRONG&gt; page of your gateway machine settings, select &lt;STRONG&gt;Windows Admin Center (v2) Preview&lt;/STRONG&gt; from the program list and then select uninstall.&lt;/LI&gt;
&lt;LI&gt;Navigate to the folder where the Windows Admin Center modernized gateway is installed (default directory is C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Windows Admin Center (v2)) and select “Uninstall Windows Admin Center (v2)”&lt;/LI&gt;
&lt;LI&gt;Run C:\Program Files\WindowsAdminCenter\unins000.exe&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running the installer again will not result in an uninstall option at this time. To ensure your installation was removed successfully, check if a WindowsAdminCenter folder exists in C:\ProgramData or C:\Program Files. If it does not exist in either location, your application has been successfully uninstalled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;During the uninstallation process, everything put on the machine during installation will be removed, except for the Windows Admin Center modernized gateway .exe installer file. If you have another build of Windows Admin Center also installed at the time of your modernized gateway uninstallation, no files or properties of the other build will be touched during the uninstallation process. There are no interdependencies between the two installations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;FAQs&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Can you install a build of Windows Admin Center with the modernized gateway when you already have an existing build of Windows Admin Center installed?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; Yes, you can install a modernized gateway build of Windows Admin Center side-by-side with a legacy gateway build as long as you do not choose the same ports for both installations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Can I change the ports my Windows Admin Center installation is using after install?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; Yes, In the Program Files for Windows Admin Center, we’ve included a PowerShell module called &lt;STRONG&gt;Microsoft.WindowsAdminCenter.Configuration.psm1&lt;/STRONG&gt;. This module allows you to modify your WAC configuration after installation and can be found in the &lt;STRONG&gt;PowerShellModules&lt;/STRONG&gt; folder of your installation (C:\Program Files\WindowsAdminCenter\PowerShellModules\ by default).&lt;/P&gt;
&lt;P&gt;To change the ports WAC is using, run the following command:&lt;/P&gt;
&lt;P&gt;Set-WACHttpsPort -Wacport &amp;lt;port&amp;gt; -ServicePortRangeStart &amp;lt;port&amp;gt; -ServicePortRangeEnd &amp;lt;port&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Changing the ports is great, but can I change other configuration settings after install?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; Yes! You may use the PowerShell module &lt;STRONG&gt;Microsoft.WindowsAdminCenter.Configuration.psm1 &lt;/STRONG&gt;to change your configuration settings. It can be found in the &lt;STRONG&gt;PowerShellModules&lt;/STRONG&gt; folder of your installation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Why aren’t all these changes just in the 2311 release?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; To ensure the best quality experience, we require customer and developer feedback before these changes are generally available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Q:&lt;/STRONG&gt; Are all the features in the 2311 release available in this build?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; Yes! &lt;A href="https://aka.ms/wac2311" target="_blank" rel="noopener"&gt;Read more about the Windows Admin Center 2311 release.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Known issues&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;The account for the PowerShell session in the PowerShell tool always defaults to the user signed into the Windows Admin Center gateway, even if different management credentials were specified when remoting to a connection.&lt;/P&gt;
&lt;P&gt;The extension feed for the modernized gateway has not been configured. Extensions not included in the Windows Admin Center installer (including external partner extensions) will not be available unless you add an extension feed. Even with an added feed, the following extensions do not currently function with the modernized gateway:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Dell OpenManage&lt;/LI&gt;
&lt;LI&gt;Lenovo XClarity Integrator&lt;/LI&gt;
&lt;LI&gt;Fujitsu ServerView RAID&lt;/LI&gt;
&lt;LI&gt;Fujitsu Software Infrastructure Manager (ISM)&lt;/LI&gt;
&lt;LI&gt;Fujitsu ServerView Health&lt;/LI&gt;
&lt;LI&gt;Pure Storage FlashArray&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;STRONG&gt;Download today!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;We hope you enjoy this new, modern version of Windows Admin Center and the various new functionality in preview.&amp;nbsp;&lt;A href="https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver" target="_blank" rel="noopener"&gt;Learn more and download today!&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As always, thanks for your ongoing support, adoption, and feedback. Your contributions through user feedback continue to be vital and valuable to us, helping us prioritize and sequence our investments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows Admin Center is continuously evolving and growing as a tool and a platform, and we are beyond thrilled to have you part of our journey.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Windows Admin Center Team (@servermgmt)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 22:28:20 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-quot-modernized-gateway-quot-is-now-in/ba-p/4013928</guid>
      <dc:creator>Theo_Tran</dc:creator>
      <dc:date>2024-01-03T22:28:20Z</dc:date>
    </item>
    <item>
      <title>Windows Admin Center version 2311 is now generally available!</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-version-2311-is-now-generally-available/ba-p/4006939</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;March 22nd, 2024 update: This minor build update makes quality improvements for the remote desktop tool and Azure Arc onboarding. &amp;nbsp;If you are having challenges with these scenarios, please ensure you are using this build (1.5.2403.08001). &lt;A href="https://aka.ms/downloadWAC" target="_self"&gt;Click here to download.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;February 13th, 2024 update: This minor build update makes quality improvements for localization and Azure Arc onboarding. &amp;nbsp;If you are having challenges with these scenarios, please ensure you are using this build (1.5.2402.08001). &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Today, we share our newest release of Windows Admin Center – version 2311. &amp;nbsp;There are improvements to some of our most used tools including Virtual Machines, Server Overview, and Updates. We also created new experiences around Azure hybrid services like Azure Arc and Azure Migrate! &amp;nbsp;Please join us in our excitement about the new features we’re introducing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A big thank you to our customers, partners, and fans for helping us to continue to improve and make Windows Admin Center better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy holidays!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="toc-hId--1286797092"&gt;&lt;FONT size="5" color="#000080"&gt;What's new in Windows Admin Center v2311&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Platform updates&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Azure Arc onboarding at-scale&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Azure Arc-enabled servers empower you to manage Windows physical servers and virtual machines hosted outside of Azure using the Azure control plane. Windows Admin Center provides an Azure Arc onboarding experience through our Azure hybrid center. New in this release, we’ve extended this experience and made it available on our All Connections page—the first page you see when you open Windows Admin Center. Now you can select multiple servers and, with a few simple clicks, onboard them to Azure Arc all at once.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As a part of this experience, we’ve also added a column to the All Connections page that displays the Azure Arc status of your machines, allowing you to take quick inventory of your hybrid connections the moment you open Windows Admin Center. If you’re not sure what a status means, you can select it to view more details without leaving the page. This status updates every fifteen minutes, ensuring that you always have up-to-date information.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This experience does not currently support onboarding of the cluster connection type. Additionally, Azure VM connections do not need to be onboarded to Azure Arc for Servers, as they are already connected to Azure. To onboard servers to Azure Arc or view their status, your Windows Admin Center gateway must be registered with Azure.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Platform Angular upgrades&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In Windows Admin Center, every tool, every solution, and every experience that you use and see is built on Angular. Angular plays a critical role in each management task that you perform. In this release, Windows Admin Center takes a big step forward with an upgrade of our platform, from Angular 11 to Angular 15, bringing you the latest in Angular platform security and performance. You can expect improved load times and a smoother experience in this build of Windows Admin Center.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note that not all extensions have been updated to use Angular 15 in this release. Extensions built on Angular 11 continue to be backwards compatible.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Developers looking to upgrade their Windows Admin Center extension can now do so using the built in command in our latest SDK version. We’ve also updated &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/extend/guides/upgrade-to-angular-15" target="_self"&gt;our documentation&lt;/A&gt;&lt;SPAN&gt; with step-by-step instructions on how to upgrade. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;UI updates&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We're excited to announce a series of UI updates to Windows Admin Center, bringing it closer to Azure Portal. Pivots have been redesigned, and typography improved with updated font sizes and semi-bold headings. Form components are now 24 pixels in height, and buttons with text have adopted Azure styles. We expect these refinements to enhance usability and align with the elegance of the Azure Portal.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Tool updates&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Virtual Machines&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Virtual Machine management is a key component in day-to-day infrastructure management. For this release, we focused on the &lt;STRONG&gt;Import VM&lt;/STRONG&gt; functionality. We’ve enabled the reconfiguration of virtual switches on destination hosts where there are incompatible virtual switches. To further improve the import experience, we’ve also clarified some of the common failure notifications.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We encourage you to use the tool, provide feedback on your experiences, and let us know what additional features you would like to see in the future.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Server Overview&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The server Overview tool has been a staple for IT administrators to get a bird’s eye view of their server’s health. This tool provides key insights into your server’s CPU usage, memory utilization, networking throughput and much more. Our team is dedicated to ensuring that this experience continues to provide value to you, our customers. To that end, we have made several improvements to this tool based on your feedback.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;These improvements come in 2 parts, (1) error consolidation and (2) error messaging improvements.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We have heard your feedback about errors in the Overview tool. We have updated the underlying logic to handle certain scenarios, improving the meaning and relevance of these errors. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The second set of improvements are the error messages themselves. We have heard your feedback about certain errors being unreadable, unactionable, and even confusing at times. We have done a lot of work, collaborating with the design team and user researchers here at Microsoft, to ensure that the error messages are more readable with 3 key things in mind: (1) what went wrong, (2) what caused it, if relevant, and (3) how to fix it.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Azure Migrate&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Azure Migrate provides a simplified migration, modernization, and optimization service for Azure, including ways to assess the benefits of Azure migration of your machines.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In this release, we’ve introduced a new experience in the Virtual Machines tool for assessing your Hyper-V VMs for migration to Azure. With just a few clicks, you can generate both an assessment and business case to fully understand what a migration to Azure means for you.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;With an assessment, you assess your on-premises workloads to measure cloud readiness, identify risks, and estimate costs and complexity. A business case helps you build a business proposal to understand how Azure can bring the most value to your business—it includes information like on-premises vs Azure total cost of ownership, resource utilization-based insights to identify servers and workloads that are ideal for cloud, and more.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/azure/migrate/" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Learn more about Azure Migrate&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Updates tool now available for Windows Client!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Ensuring everything is up to date is vital for the security and integrity of your system. While many servers are managed through Windows Admin Center, client management is also possible, and these machines should also be kept up to date. We understand that an update experience for Windows client in Windows Admin Center has been an outstanding request, with more than 175 upvotes on our feedback platform!&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Your &lt;/SPAN&gt;&lt;SPAN&gt;and continues to make Windows Admin Center better. In this release, we’ve enabled the Updates tool for Windows client in the Computer Management extension so you can start and schedule Windows 10 or 11 PC updates using the same experience you’re familiar with from managing your Windows Servers.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Other updates&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Known issues&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Some customers have reported seeing an issue stating: “Error occurred while decoding OAEP padding.” Refreshing your Windows Admin Center session should fix this issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Some customers have experienced issues with their Windows Admin Center Azure registration, including an error stating: “Cross-origin redemption is permitted only for ‘Single-page application.’” This is because we’ve updated our Azure libraries and authentication to the latest and most secure version. &lt;/SPAN&gt;&lt;A href="https://go.microsoft.com/fwlink/?linkid=2253369" target="_blank" rel="noopener"&gt;Learn how to troubleshoot this error&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When using Remote Desktop, your keyboard mapping may be incorrect, especially if you are using a combination of languages on your Windows Admin Center gateway application, your gateway machine, and the machine you’re RDPing into. When this issue is fixed, we will release an extension update for the Remote Desktop tool.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In the Virtual Machines tool, the Connect experience may be failing or not working properly, especially for Azure Stack HCI configurations. When these issues are fixed, we will release an extension update for the Virtual Machines tool. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In the meantime, you can bypass the Connect experience issues by disabling TLS 1.3 on the &lt;STRONG&gt;host server&lt;/STRONG&gt;. To do this, you can set the following registry key to 0:&amp;nbsp;&lt;/SPAN&gt;Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Server&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Windows Admin Center in Azure&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;Windows Admin Center in Azure continuously releases new updates each month, providing you with the latest and greatest that Windows Admin Center has to offer. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Check out our&amp;nbsp;&lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/azure/extension-release-notes" target="_blank" rel="noopener"&gt;release history&lt;/A&gt;&amp;nbsp;to view the amazing progress and detailed features. This new GA build of Windows Admin Center will be available for our Azure users over the coming weeks.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Windows Admin Center in Azure for &lt;STRONG&gt;Azure IaaS VMs&lt;/STRONG&gt; is generally available. &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/azure/manage-vm" target="_blank" rel="noopener"&gt;Try now&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Windows Admin Center in Azure for &lt;STRONG&gt;Azure Arc-enabled servers&lt;/STRONG&gt; is in preview. &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/azure/manage-arc-hybrid-machines" target="_blank" rel="noopener"&gt;Try now&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Windows Admin Center in Azure for &lt;STRONG&gt;Azure Stack HCI&lt;/STRONG&gt; &lt;STRONG&gt;clusters&lt;/STRONG&gt; is in preview. &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/windows-server/manage/windows-admin-center/azure/manage-hci-clusters" target="_blank" rel="noopener"&gt;Try now&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Streamlined deployment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When using Windows Admin Center to manage your Azure IaaS VMs, you now have a new experience that makes it easy for you to configure pre-requisites and quickly connect to Windows Admin Center. The new flow checks and configures your network connectivity, verifies RBAC access, and configures just-in-time access making it simple for you to connect to Windows Admin Center successfully every time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;To try out this new flow, visit the new “Connect” blade in the Azure Portal:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Enterprise proxy support&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Windows Admin Center in Azure now supports communication through a proxy server by using the HTTPS protocol. If your machine must connect through a proxy server to communicate over the internet, follow &lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/azure/manage-arc-hybrid-machines#proxy-configuration" target="_blank" rel="noopener"&gt;our documentation&lt;/A&gt;&lt;SPAN&gt; to set this up.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you are using Arc-enabled server, Windows Admin Center automatically picks up the proxy configuration from the Arc agent, no additional configuration needed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Partner ecosystem&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;Windows Admin Center is built to be an extensible platform, and we value the contributions of our partners to the Windows Admin Center ecosystem. Since our last release, Dell has released a new extension—Dell APEX Cloud Platform for Microsoft Azure. Several partners, including Lenovo, Fujitsu, and HPE, have also updated their extensions since our last release.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Dell APEX Cloud Platform for Microsoft Azure is now available!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The Dell APEX Cloud Platform for Microsoft Azure, announced at Dell Technologies World 2023, is a new infrastructure platform built in collaboration with Microsoft to optimize Microsoft Azure hybrid cloud deployments. It provides deep integration and intelligent automation between layers of the Dell and Microsoft technology stack, accelerating time-to-value while eliminating complexity and boosting IT agility and productivity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dell APEX Cloud Platform for Microsoft Azure is built on many years of innovation across a range of technologies by both Dell Technologies and Microsoft. This collaboration has culminated in the Dell Integrated System for Microsoft Azure Stack HCI, which incorporates the Microsoft Azure Stack HCI OS. Dell Cloud Platform Foundation Software and Microsoft Azure Stack HCI OS are the key software pillars that enable Dell APEX Cloud Platform for Microsoft Azure to empower customers to unlock the benefits of key enterprise use cases in their hybrid cloud environments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Integration with Windows Admin Center through an extension reduces the number of management interfaces and simplifies management with familiar tools.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Watch &lt;/SPAN&gt;&lt;A href="https://www.youtube.com/watch?v=23J3fTDYWY4" target="_blank" rel="noopener"&gt;this video&lt;/A&gt;&lt;SPAN&gt; to learn more about the Dell APEX Cloud Platform and see a demonstration of this extension.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;Dell OpenManage update&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The Dell OpenManage Integration extension has been updated to version 3.2.0. This update comes with the following changes:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Monitor hardware alerts for PowerEdge servers, AX nodes, and failover, and HCI clusters.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Provide users with an option to give feedback directly to the OpenManage Integration extension team.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;View hardware update progress details when navigating to the Hardware update page. &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Enhancements to the prerequisite check for server/cluster life cycle management.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Enhancements to the WS HCI cluster update (Windows Server 2019) by placing the disks of selected nodes into maintenance mode while ensuring uninterrupted operations for non-selected nodes.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Support viewing the complete hardware update history for a cluster.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Support for providing the "Manage as" credentials, instead of using custom credentials, for accessing the share path where DSU, IC, and DRM catalogs are placed.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Support for TLS 1.3 to improve security.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;Lenovo XClarity Integrator for Microsoft Windows Admin Center update&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The Lenovo XClarity Integrator extension has been updated to version 4.5.1. This update comes with the following changes since the last Windows Admin Center release:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Support for ThinkAgile MX Best Recipe 2307&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Support of the ThinkAgile MX Best Recipe 2305&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Support the topology view for SR650 V2/V3&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Support one-click server hardware, Lenovo XClarity Integrator, Windows Admin Center logs and cluster diagnostic data collection&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add UI prompts if OS Native Management is not applicable when a system's XCC is running in the Strict Security mode&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Enablement of 256-character passwords&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Enablement of retimer inventory&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Support of the cluster level power consumption metering&lt;/LI&gt;
&lt;LI&gt;Adding a UI message that OS Native Management is not applicable when a system’s XCC is running in the Strict Security mode&lt;/LI&gt;
&lt;LI&gt;Support of system Power-on password for presenting its enablement state and failing system update when it’s enabled&lt;/LI&gt;
&lt;LI&gt;Optimize the categorization of the system updates in repository by using FixIDs&lt;/LI&gt;
&lt;LI&gt;Separate the Cluster Power Consumption and System Temperature(Inlet) &amp;nbsp;from the server Dashboard&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Support for the following hardware:&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Lenovo ThinkAgile MX630 V3 (7D6U)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Lenovo ThinkAgile MX650 V3 (7D6S)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Lenovo ThinkSystem ST650 V3 (7D7A, 7D7B, 7D7C)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Lenovo ThinkSystem SR850 V3 (7D96, 7D97, 7D98)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Lenovo ThinkSystem SR860 V3 (7D93, 7D94, 7D95)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Lenovo ThinkSystem SR635 V3 (7D9G, 7D9H)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Lenovo ThinkSystem SR655 V3 (7D9E, 7D9F)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Support for the following software:&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Lenovo XClarity Essentials OneCLI 4.2.0&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Lenovo XClarity Essentials OneCLI 4.1.0&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;Other extension updates&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Fujitsu Software Infrastructure Manager (ISM) version 1.0.1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; – Upgrade to Angular 11 for better performance and security.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Fujitsu ServerView Health version 2.0.2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; – Upgrade to Angular 11 for better performance and security.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;Fujitsu ServerView RAID version 2.0.3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; – Upgrade to Angular 11 for better performance and security.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;STRONG&gt;HPE Server and HPE Azure Stack HCI WAC extensions version 1.8.0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; - This release makes use of HPESysInfoCmdlets version 1.6.0.0 to provide more storage information for Gen11 servers and clusters. Gen11 storage graphics images in the Azure Stack HCI Storage tab will be displayed when the data is available.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Download today!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;We hope you enjoy this latest update of Windows Admin Center, the various new functionality in preview, and all the extensions now available. &lt;A href="https://www.microsoft.com/en-us/evalcenter/evaluate-windows-admin-center" target="_blank" rel="noopener"&gt;Learn more and download today&lt;/A&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As always, thanks for your ongoing support, adoption, and feedback. Your contributions through &lt;A href="https://aka.ms/wacfeedback" target="_blank" rel="noopener"&gt;user feedback&lt;/A&gt; continue to be vital and valuable to us, helping us prioritize and sequence our investments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows Admin Center is continuously evolving and growing as a tool and a platform, and we are beyond thrilled to have you part of our journey.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We’re also looking forward to the next version of Windows Server, coming soon! We recommend you check out &lt;A href="https://ignite.microsoft.com/en-US/sessions/f3901190-1154-45e3-9726-d2498c26c2c9?source=sessions" target="_self"&gt;this preview from Ignite&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Windows Admin Center Team (&lt;A href="https://twitter.com/servermgmt" target="_blank" rel="noopener"&gt;@servermgmt&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 18:19:43 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-version-2311-is-now-generally-available/ba-p/4006939</guid>
      <dc:creator>Davanna-White</dc:creator>
      <dc:date>2024-03-22T18:19:43Z</dc:date>
    </item>
    <item>
      <title>Windows Admin Center version 2311 is now in Public Preview!</title>
      <link>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-version-2311-is-now-in-public-preview/ba-p/3983937</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;Announcing public preview of Windows Admin Center v2311&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:2,&amp;quot;335551620&amp;quot;:2,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Today, we are releasing our latest version of Windows Admin Center to public preview – version 2311! Thank you to our customers, partners, and fans for helping us to continue to improve and make Windows Admin Center better!&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;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;In this release, we’ve made improvements to some of our most used tools, added new experiences around Azure hybrid services like Azure Arc and Azure Migrate, and updated our platform.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Platform updates&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/H2&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;Azure Arc onboarding at-scale&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Azure Arc-enabled servers lets you manage Windows physical servers and virtual machines hosted outside of Azure, using the Azure control plane. Windows Admin Center provides an Azure Arc for servers onboarding experience through our Azure hybrid center. New in this release, we’ve extended this experience and made it available on our All Connections page—the first page you see when you open Windows Admin Center. Now you can select multiple machines and, with a few simple clicks, onboard them all to Azure Arc for Servers at once.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;As a part of this experience, we’ve also added a column to the All Connections page that displays the Azure Arc status of your machines, allowing you to take quick inventory of your hybrid connections the moment you open Windows Admin Center.&amp;nbsp;If you’re not sure what a status means, you can select it to view more details without leaving the page. This status updates every fifteen minutes, ensuring that you always have the most up-to-date information. &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;This experience does not currently support onboarding of the cluster connection type. Additionally, Azure VM connections do not need to be onboarded to Azure Arc for Servers, as they are already connected to Azure. To onboard servers to Azure Arc or view their status, your Windows Admin Center gateway must be registered with Azure.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;FONT color="#0000ff"&gt;Platform Angular updates&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;In Windows Admin Center, every tool, every solution, and every experience that you use and see is built on Angular. Angular plays a critical role in every management task that you perform. In this release, Windows Admin Center takes a big step forward with an upgrade of our platform, from Angular 11 to Angular 15, bringing you the latest in&amp;nbsp;Angular platform security and performance.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Angular is the framework upon which the Windows Admin Center UI is built. This means that every feature, control, button click, and user experience relies on our Angular infrastructure and benefits from this upgrade. You can expect faster loads and a smoother experience in this build of Windows Admin Center.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Note that not all extensions have been updated to use Angular 15 in this release. Extensions on Angular 11 continue to be backwards compatible.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;FONT color="#0000ff"&gt;UI updates&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We're excited to announce a series of UI updates to the Windows Admin Center, bringing it closer in design to the Azure Portal for a consistent user experience. Pivots have been redesigned, and typography improved with updated font sizes and semi bold headings. Form components are now 24px in height, and buttons with text have adopted Azure styles. These refinements aim to enhance usability, aligning with our commitment to a user-centric design that echoes the elegance of the Azure Portal.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;&lt;EM&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;Tool updates&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:40,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;FONT color="#0000ff"&gt;Virtual Machines&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Virtual Machine management is a key component in day-to-day infrastructure management. Windows Admin Center is making continuous improvements in the VM management experience. For this release, we focused on the “Import VM” functionality. In this release, we’ve enabled the reconfiguration of virtual switches on destination hosts where there are incompatible virtual switches.&amp;nbsp;We’ve also clarified some of the failure notifications that may occur during the import experience. &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;In addition to the changes we’ve made to the import experience, we also reduced the VM tool load times.&amp;nbsp; We encourage you to use the tool, provide feedback on your experiences, and let us know what additional features you would like to see in the future.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:240,&amp;quot;335559739&amp;quot;:240,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;FONT color="#0000ff"&gt;Server Overview&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The server Overview tool has been a staple for IT administrators to get a bird’s eye view of their server’s health. This tool provides key insights into their server’s CPU usage, memory utilization, networking throughput and much more. Our team is dedicated to ensuring that this experience continues to provide value to our customers. To that end, we have made several improvements to this tool based on your feedback.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;These improvements come in 2 parts, (1) error consolidation and (2) error messaging improvements.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We have heard your feedback about errors in the overview tool. We have updated the underlying logic to handle certain scenarios to improve the meaning and relevance of these errors. Please see the below before and after examples. &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;The second piece of improvements are the error messages themselves. We have heard your feedback about certain errors being unreadable, unactionable, and even confusing at times. We have done a lot of work, collaborating with the design team and user researchers here at Microsoft to ensure that the error messages are more readable with 3 key things if they are relevant: (1) what went wrong, (2) what caused it, if relevant, and (3) how to fix it.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;FONT color="#0000ff"&gt;Azure Migrate&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Azure Migrate provides a simplified migration, modernization, and optimization service for Azure, including ways to assess the benefits of Azure migration of your specific machines.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;In this release, we’ve introduced a new experience in the Virtual Machines tool for assessing your Hyper-V VMs for migration to Azure. With just a few clicks, you can generate both an assessment and business case to fully understand what a migration to Azure means for you.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;With an assessment, you assess your on-premises workloads to measure cloud readiness, identify risks, and estimate costs and complexity. A business case helps you build a business proposal to understand how Azure can bring the most value to your business—it includes information like on-premises vs Azure total cost of ownership, resource utilization-based insights to identify servers and workloads that are ideal for cloud, and more.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/azure/migrate/" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;Learn more about Azure Migrate&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="auto"&gt;&lt;FONT color="#0000ff"&gt;Updates tool now available for Windows Client&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Ensuring your systems are up to date is vital for the security and integrity of your system. While servers make up a majority of the machines managed through Windows Admin Center, client management is also possible, and these machines should also be kept up to date. We understand that an update experience for Windows client in Windows Admin Center has been an outstanding request for multiple years, with more than 175 upvotes on our feedback platform!&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Your feedback matters and continues to make Windows Admin Center better. In this release, we’ve enabled the Updates tool for Windows client in the Computer Management extension so you can start and schedule Windows 10 or 11 PC updates using the same experience you’re familiar with from managing your Windows Servers.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P aria-level="2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P aria-level="2"&gt;&lt;STRONG&gt;&lt;SPAN data-contrast="none"&gt;&lt;FONT color="#0000ff"&gt;Known issues&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559738&amp;quot;:40,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;This release has the following known issues:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="6" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559684&amp;quot;:-2,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"&gt;&lt;SPAN data-contrast="auto"&gt;Remote Desktop tool&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI data-leveltext="o" data-font="Courier New" data-listid="6" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559684&amp;quot;:-2,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;Incorrect keyboard mapping in this tool may occur.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-leveltext="o" data-font="Courier New" data-listid="6" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559684&amp;quot;:-2,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;Some users reported an issue where you must clear your cookies after using the Remote Desktop tool for the first time to continue using it. &lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI data-leveltext="o" data-font="Courier New" data-listid="6" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559684&amp;quot;:-2,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Courier New&amp;quot;,&amp;quot;469769242&amp;quot;:[9675],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;o&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="2"&gt;&lt;SPAN data-contrast="auto"&gt;"Connect” experience in the Virtual Machines tool&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="6" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559684&amp;quot;:-2,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="1"&gt;&lt;SPAN data-contrast="auto"&gt;Experience failing to load for VMs on HCI machines.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="6" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559684&amp;quot;:-2,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="1"&gt;&lt;SPAN data-contrast="auto"&gt;Azure Arc at scale / “Connect to Arc” experience on the All Connections page&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559684&amp;quot;:-2,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"&gt;&lt;SPAN data-contrast="auto"&gt;The Azure Arc status on the All Connections page may not always match the status seen when connected to a server, especially after onboarding single servers through the Azure Hybrid Center experience.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559684&amp;quot;:-2,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"&gt;&lt;SPAN data-contrast="auto"&gt;The “Connect to Arc” icon is currently the Azure icon. This is a placeholder and will be changed.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559684&amp;quot;:-2,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"&gt;&lt;SPAN data-contrast="auto"&gt;All Connections page&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559684&amp;quot;:-2,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="4" data-aria-level="1"&gt;&lt;SPAN data-contrast="auto"&gt;When updating the “Managing as” credentials for a cluster connection, some users have reported that a server connection with the same name gets created.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335559685&amp;quot;:1440,&amp;quot;335559737&amp;quot;:0,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:160,&amp;quot;335559740&amp;quot;:279,&amp;quot;335559991&amp;quot;:360}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;I&gt;&lt;SPAN data-contrast="none"&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff"&gt;Download today!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN data-ccp-props="{&amp;quot;134245418&amp;quot;:true,&amp;quot;134245529&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;We hope you enjoy this latest update of Windows Admin Center, the various new functionality in preview, and all the extensions now available.&amp;nbsp;&lt;A href="https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver" target="_blank" rel="noopener"&gt;Learn more and download&amp;nbsp;today&lt;/A&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As always, thanks for your ongoing support, adoption, and feedback. Your contributions through&amp;nbsp;&lt;A href="https://aka.ms/wacfeedback" target="_blank" rel="noopener"&gt;user feedback&lt;/A&gt;&amp;nbsp;continue to be vital and valuable to us, helping us prioritize and sequence our investments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Windows Admin Center is continuously evolving and growing as a tool and a platform, and we are beyond thrilled to have you part of our journey.&lt;/P&gt;
&lt;P&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;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="none"&gt;Thank you,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&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;&lt;SPAN data-contrast="none"&gt;Windows Admin Center Team (&lt;/SPAN&gt;&lt;A href="https://twitter.com/servermgmt" target="_blank" rel="noopener"&gt;&lt;SPAN data-contrast="none"&gt;@servermgmt&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;:0,&amp;quot;335559740&amp;quot;:240}"&gt;&amp;nbsp;&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;:160,&amp;quot;335559740&amp;quot;:279}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 21:21:26 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/windows-admin-center-blog/windows-admin-center-version-2311-is-now-in-public-preview/ba-p/3983937</guid>
      <dc:creator>Davanna-White</dc:creator>
      <dc:date>2023-11-28T21:21:26Z</dc:date>
    </item>
  </channel>
</rss>

