Skip to content

Commit 06ee969

Browse files
authored
Merge pull request #6356 from MicrosoftDocs/main
12/11/2024 Early Publish
2 parents 2cfed93 + 6d77f02 commit 06ee969

File tree

2 files changed

+95
-0
lines changed

2 files changed

+95
-0
lines changed
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
---
2+
title: Manage Feature Updates with Group Policy on Windows Server
3+
description: Learn how to manage the offer feature updates with Group Policy on Windows Server 2022 and Windows Server 2019.
4+
author: robinharwood
5+
ms.author: roharwoo
6+
ms.topic: how-to
7+
ms.date: 11/11/2024
8+
appliesto: "✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>, ✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2019</a>"
9+
#CustomerIntent: As a Windows Server administrator, I want to manage feature updates with Group Policy so that I can control when Windows Server 2025 is offered to my devices.
10+
---
11+
12+
13+
14+
# Manage Feature Updates with Group Policy on Windows Server
15+
16+
Beginning with Windows Server 2025, Microsoft offers an optional in-place upgrade capability through Windows Update, known as a feature update. The feature update allows organizations to easily perform an in-place upgrade to Windows Server 2025 using Windows Update. The feature update is available to Windows Server 2019 and Windows Server 2022 devices.
17+
18+
In some cases, you might wish to delay this optional update until you evaluate Windows Server 2025 in your test environment. In this article, you learn how to disable the Windows Server 2025 optional feature update using the Targeted Release Vehicle (TRV) settings in Group Policy. To learn more about configuring Group Policy for updates, see [Configure Windows Update for Business via Group Policy](/windows/deployment/update/waas-wufb-group-policy) and [Update Policy CSP](/windows/client-management/mdm/policy-csp-update#targetreleaseversion).
19+
20+
## Prerequisites
21+
22+
Before you can manage feature updates with Group Policy, you must have following prerequisites in place.
23+
24+
- Your target devices must be running Windows Server 2019 or Windows Server 2022.
25+
26+
- You must have administrative rights to the target device unless you're using Group Policy from an Active Directory Domain Services domain.
27+
28+
If you're applying Group Policy from an Active Directory Domain Services domain, you also need to complete the following prerequisites.
29+
30+
- You must be a member of the Group Policy Administrators group or equivalent.
31+
32+
- You have rights to the target organizational unit (OU) where the Group Policy Object (GPO) will be applied.
33+
34+
- You have a machine with the Active Directory Remote Server Administration Tools (RSAT) installed.
35+
36+
> [!IMPORTANT]
37+
> In some cases Windows Updates can be installed by non-administrative users. To learn more about blocking users from scanning and applying Windows Updates, see [Allow non-administrators to receive update notifications](/windows-server/administration/windows-server-update-services/deploy/4-configure-group-policy-settings-for-automatic-updates#allow-non-administrators-to-receive-update-notifications).
38+
39+
## Disable the Windows Server 2025 Feature Update
40+
41+
To disable the Windows Server 2025 feature update, follow these steps:
42+
43+
1. Sign in to your target device or a machine with the Active Directory Remote Server Administration Tools (RSAT) installed.
44+
45+
1. Open the Group Policy Management Console (GPMC). If you're applying this policy directly to your target device, select **Start**, then type `gpedit.msc`.
46+
47+
1. In the console tree, navigate to **Computer Configuration > Administrative Templates > Windows Components > Windows Updates > Manage updates offered from Windows Update**. If you're applying this policy in an Active Directory environment, the path is **Computer Configuration > Policies > Administrative Templates > Windows Components > Windows Updates > Manage updates offered from Windows Update**.
48+
49+
1. For the policy setting, right-click **Select the target Feature Update version** and select **Edit**. To learn more about the _Select the target Feature Update version_ policy setting, see [GPS: Select the target Feature Update version](https://gpsearch.azurewebsites.net/Default.aspx?PolicyID=15143).
50+
51+
1. Select the **Enabled** radio button.
52+
53+
1. Leave the **Which Windows product version would you like to receive feature updates for?** field blank (empty).
54+
55+
1. Type `hold` into the Target Version for Feature Update field.
56+
57+
1. Select **Apply**, then **OK**.
58+
59+
You have now disabled the Windows Server 2025 feature update on your target devices. If you've created this as a Group Policy Object (GPO), link it to the appropriate organization unit in Active Directory and confirm the policy has been applied.
60+
61+
## Enable the Windows Server 2025 Feature Update
62+
63+
Once you're ready to start rolling out Windows Server 2025, configure policy as follows:
64+
65+
1. Sign in to your target device or a machine with the Active Directory Remote Server Administration Tools (RSAT) installed.
66+
67+
1. Open the Group Policy Management Console (GPMC). If you're applying this policy directly on your target device, select **Start**, then type `gpedit.msc`.
68+
69+
1. In the console tree, navigate to **Computer Configuration > Administrative Templates > Windows Components > Windows Updates > Manage updates offered from Windows Update**. If you're applying this policy in an Active Directory environment, the path is **Computer Configuration > Policies > Administrative Templates > Windows Components > Windows Updates > Manage updates offered from Windows Update**.
70+
71+
1. For the policy setting, right-click **Select the target Feature Update version** and select **Edit**. To learn more about the _Select the target Feature Update version_ policy setting, see [GPS: Select the target Feature Update version](https://gpsearch.azurewebsites.net/Default.aspx?PolicyID=15143).
72+
73+
1. Select the **Enabled** radio button.
74+
75+
1. Leave the **Which Windows product version would you like to receive feature updates for?** field blank (empty).
76+
77+
1. Type `2025` into the Target Version for Feature Update field.
78+
79+
1. Select **Apply**, then **OK**.
80+
81+
You have now enabled the Windows Server 2025 optional feature update on your target devices. If you've created this policy as a Group Policy Object (GPO), link it to the appropriate organization unit in Active Directory and confirm the policy has been applied.
82+
83+
## Related content
84+
85+
Learn more about upgrading to Windows Server 2025 and the policy setting available in the following articles:
86+
87+
- [In-place OS upgrade (feature update)](install-upgrade-migrate.md#in-place-os-upgrade-feature-update)
88+
89+
- [Configure Windows Update for Business via Group Policy](/windows/deployment/update/waas-wufb-group-policy)
90+
91+
- [Update Policy CSP](/windows/client-management/mdm/policy-csp-update#targetreleaseversion)
92+
93+
- [GPS: Select the target Feature Update version](https://gpsearch.azurewebsites.net/Default.aspx?PolicyID=15143)

WindowsServerDocs/get-started/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ items:
103103
href: enable-hotpatch-azure-arc-enabled-servers.md
104104
- name: Perform an in-place upgrade
105105
href: perform-in-place-upgrade.md
106+
- name: Manage Feature Updates with Group Policy
107+
href: manage-feature-updates-group-policy.md
106108
- name: Configure Secured-core Server
107109
href: ../security/configure-secured-core-server.md?toc=/windows-server/get-started/toc.json&bc=/windows-server/breadcrumbs/toc.json
108110
- name: Troubleshooting

0 commit comments

Comments
 (0)