mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 20:33:42 +00:00
Merge branch 'main' of github.com:MicrosoftDocs/windows-docs-pr into pm-2309-8138336-whfb-passwordless
This commit is contained in:
@ -4,7 +4,7 @@ description: Learn more about the Update Area in Policy CSP.
|
|||||||
author: vinaypamnani-msft
|
author: vinaypamnani-msft
|
||||||
manager: aaroncz
|
manager: aaroncz
|
||||||
ms.author: vinpa
|
ms.author: vinpa
|
||||||
ms.date: 08/10/2023
|
ms.date: 08/28/2023
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
ms.technology: itpro-manage
|
ms.technology: itpro-manage
|
||||||
@ -25,11 +25,11 @@ ms.topic: reference
|
|||||||
Update CSP policies are listed below based on the group policy area:
|
Update CSP policies are listed below based on the group policy area:
|
||||||
|
|
||||||
- [Windows Insider Preview](#windows-insider-preview)
|
- [Windows Insider Preview](#windows-insider-preview)
|
||||||
- [AllowOptionalContent](#allowoptionalcontent)
|
|
||||||
- [ConfigureDeadlineNoAutoRebootForFeatureUpdates](#configuredeadlinenoautorebootforfeatureupdates)
|
- [ConfigureDeadlineNoAutoRebootForFeatureUpdates](#configuredeadlinenoautorebootforfeatureupdates)
|
||||||
- [ConfigureDeadlineNoAutoRebootForQualityUpdates](#configuredeadlinenoautorebootforqualityupdates)
|
- [ConfigureDeadlineNoAutoRebootForQualityUpdates](#configuredeadlinenoautorebootforqualityupdates)
|
||||||
- [Manage updates offered from Windows Update](#manage-updates-offered-from-windows-update)
|
- [Manage updates offered from Windows Update](#manage-updates-offered-from-windows-update)
|
||||||
- [AllowNonMicrosoftSignedUpdate](#allownonmicrosoftsignedupdate)
|
- [AllowNonMicrosoftSignedUpdate](#allownonmicrosoftsignedupdate)
|
||||||
|
- [AllowOptionalContent](#allowoptionalcontent)
|
||||||
- [AutomaticMaintenanceWakeUp](#automaticmaintenancewakeup)
|
- [AutomaticMaintenanceWakeUp](#automaticmaintenancewakeup)
|
||||||
- [BranchReadinessLevel](#branchreadinesslevel)
|
- [BranchReadinessLevel](#branchreadinesslevel)
|
||||||
- [DeferFeatureUpdatesPeriodInDays](#deferfeatureupdatesperiodindays)
|
- [DeferFeatureUpdatesPeriodInDays](#deferfeatureupdatesperiodindays)
|
||||||
@ -107,65 +107,6 @@ Update CSP policies are listed below based on the group policy area:
|
|||||||
|
|
||||||
## Windows Insider Preview
|
## Windows Insider Preview
|
||||||
|
|
||||||
<!-- AllowOptionalContent-Begin -->
|
|
||||||
### AllowOptionalContent
|
|
||||||
|
|
||||||
<!-- AllowOptionalContent-Applicability-Begin -->
|
|
||||||
| Scope | Editions | Applicable OS |
|
|
||||||
|:--|:--|:--|
|
|
||||||
| ✅ Device <br> ❌ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview |
|
|
||||||
<!-- AllowOptionalContent-Applicability-End -->
|
|
||||||
|
|
||||||
<!-- AllowOptionalContent-OmaUri-Begin -->
|
|
||||||
```Device
|
|
||||||
./Device/Vendor/MSFT/Policy/Config/Update/AllowOptionalContent
|
|
||||||
```
|
|
||||||
<!-- AllowOptionalContent-OmaUri-End -->
|
|
||||||
|
|
||||||
<!-- AllowOptionalContent-Description-Begin -->
|
|
||||||
<!-- Description-Source-DDF -->
|
|
||||||
This policy enables devices to get offered optional updates and users interact with the 'Get the latest updates as soon as they're available' toggle on the Windows Update Settings page.
|
|
||||||
<!-- AllowOptionalContent-Description-End -->
|
|
||||||
|
|
||||||
<!-- AllowOptionalContent-Editable-Begin -->
|
|
||||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
|
||||||
<!-- AllowOptionalContent-Editable-End -->
|
|
||||||
|
|
||||||
<!-- AllowOptionalContent-DFProperties-Begin -->
|
|
||||||
**Description framework properties**:
|
|
||||||
|
|
||||||
| Property name | Property value |
|
|
||||||
|:--|:--|
|
|
||||||
| Format | `int` |
|
|
||||||
| Access Type | Add, Delete, Get, Replace |
|
|
||||||
| Default Value | 0 |
|
|
||||||
<!-- AllowOptionalContent-DFProperties-End -->
|
|
||||||
|
|
||||||
<!-- AllowOptionalContent-AllowedValues-Begin -->
|
|
||||||
**Allowed values**:
|
|
||||||
|
|
||||||
| Value | Description |
|
|
||||||
|:--|:--|
|
|
||||||
| 0 (Default) | Device doesn't receive optional updates. |
|
|
||||||
| 1 | Device receives optional updates and user can install from WU Settings page. |
|
|
||||||
| 2 | Device receives optional updates and install them as soon as they're available. |
|
|
||||||
<!-- AllowOptionalContent-AllowedValues-End -->
|
|
||||||
|
|
||||||
<!-- AllowOptionalContent-GpMapping-Begin -->
|
|
||||||
**Group policy mapping**:
|
|
||||||
|
|
||||||
| Name | Value |
|
|
||||||
|:--|:--|
|
|
||||||
| Name | AllowOptionalContent |
|
|
||||||
| Path | WindowsUpdate > AT > WindowsComponents > WindowsUpdateCat |
|
|
||||||
<!-- AllowOptionalContent-GpMapping-End -->
|
|
||||||
|
|
||||||
<!-- AllowOptionalContent-Examples-Begin -->
|
|
||||||
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
|
||||||
<!-- AllowOptionalContent-Examples-End -->
|
|
||||||
|
|
||||||
<!-- AllowOptionalContent-End -->
|
|
||||||
|
|
||||||
<!-- ConfigureDeadlineNoAutoRebootForFeatureUpdates-Begin -->
|
<!-- ConfigureDeadlineNoAutoRebootForFeatureUpdates-Begin -->
|
||||||
### ConfigureDeadlineNoAutoRebootForFeatureUpdates
|
### ConfigureDeadlineNoAutoRebootForFeatureUpdates
|
||||||
|
|
||||||
@ -335,6 +276,66 @@ Allows the IT admin to manage whether Automatic Updates accepts updates signed b
|
|||||||
|
|
||||||
<!-- AllowNonMicrosoftSignedUpdate-End -->
|
<!-- AllowNonMicrosoftSignedUpdate-End -->
|
||||||
|
|
||||||
|
<!-- AllowOptionalContent-Begin -->
|
||||||
|
### AllowOptionalContent
|
||||||
|
|
||||||
|
<!-- AllowOptionalContent-Applicability-Begin -->
|
||||||
|
| Scope | Editions | Applicable OS |
|
||||||
|
|:--|:--|:--|
|
||||||
|
| ✅ Device <br> ❌ User | ✅ Pro <br> ✅ Enterprise <br> ✅ Education <br> ✅ Windows SE <br> ✅ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows 11, version 22H2 [10.0.22621] and later |
|
||||||
|
<!-- AllowOptionalContent-Applicability-End -->
|
||||||
|
|
||||||
|
<!-- AllowOptionalContent-OmaUri-Begin -->
|
||||||
|
```Device
|
||||||
|
./Device/Vendor/MSFT/Policy/Config/Update/AllowOptionalContent
|
||||||
|
```
|
||||||
|
<!-- AllowOptionalContent-OmaUri-End -->
|
||||||
|
|
||||||
|
<!-- AllowOptionalContent-Description-Begin -->
|
||||||
|
<!-- Description-Source-DDF -->
|
||||||
|
This policy enables devices to get offered optional updates and users interact with the 'Get the latest updates as soon as they're available' toggle on the Windows Update Settings page.
|
||||||
|
<!-- AllowOptionalContent-Description-End -->
|
||||||
|
|
||||||
|
<!-- AllowOptionalContent-Editable-Begin -->
|
||||||
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- AllowOptionalContent-Editable-End -->
|
||||||
|
|
||||||
|
<!-- AllowOptionalContent-DFProperties-Begin -->
|
||||||
|
**Description framework properties**:
|
||||||
|
|
||||||
|
| Property name | Property value |
|
||||||
|
|:--|:--|
|
||||||
|
| Format | `int` |
|
||||||
|
| Access Type | Add, Delete, Get, Replace |
|
||||||
|
| Default Value | 0 |
|
||||||
|
<!-- AllowOptionalContent-DFProperties-End -->
|
||||||
|
|
||||||
|
<!-- AllowOptionalContent-AllowedValues-Begin -->
|
||||||
|
**Allowed values**:
|
||||||
|
|
||||||
|
| Value | Description |
|
||||||
|
|:--|:--|
|
||||||
|
| 0 (Default) | Don't receive optional updates. |
|
||||||
|
| 1 | Automatically receive optional updates (including CFRs). |
|
||||||
|
| 2 | Automatically receive optional updates. |
|
||||||
|
| 3 | Users can select which optional updates to receive. |
|
||||||
|
<!-- AllowOptionalContent-AllowedValues-End -->
|
||||||
|
|
||||||
|
<!-- AllowOptionalContent-GpMapping-Begin -->
|
||||||
|
**Group policy mapping**:
|
||||||
|
|
||||||
|
| Name | Value |
|
||||||
|
|:--|:--|
|
||||||
|
| Name | AllowOptionalContent |
|
||||||
|
| Path | WindowsUpdate > AT > WindowsComponents > WindowsUpdateCat |
|
||||||
|
<!-- AllowOptionalContent-GpMapping-End -->
|
||||||
|
|
||||||
|
<!-- AllowOptionalContent-Examples-Begin -->
|
||||||
|
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||||
|
<!-- AllowOptionalContent-Examples-End -->
|
||||||
|
|
||||||
|
<!-- AllowOptionalContent-End -->
|
||||||
|
|
||||||
<!-- AutomaticMaintenanceWakeUp-Begin -->
|
<!-- AutomaticMaintenanceWakeUp-Begin -->
|
||||||
### AutomaticMaintenanceWakeUp
|
### AutomaticMaintenanceWakeUp
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Deploy drivers and firmware updates
|
title: Deploy drivers and firmware updates
|
||||||
titlesuffix: Windows Update for Business deployment service
|
titleSuffix: Windows Update for Business deployment service
|
||||||
description: Use Windows Update for Business deployment service to deploy driver and firmware updates to devices.
|
description: Use Windows Update for Business deployment service to deploy driver and firmware updates to devices.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
ms.technology: itpro-updates
|
ms.technology: itpro-updates
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Deploy expedited updates
|
title: Deploy expedited updates
|
||||||
titlesuffix: Windows Update for Business deployment service
|
titleSuffix: Windows Update for Business deployment service
|
||||||
description: Learn how to use Windows Update for Business deployment service to deploy expedited updates to devices in your organization.
|
description: Learn how to use Windows Update for Business deployment service to deploy expedited updates to devices in your organization.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
ms.technology: itpro-updates
|
ms.technology: itpro-updates
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Deploy feature updates
|
title: Deploy feature updates
|
||||||
titlesuffix: Windows Update for Business deployment service
|
titleSuffix: Windows Update for Business deployment service
|
||||||
description: Use Windows Update for Business deployment service to deploy feature updates to devices in your organization.
|
description: Use Windows Update for Business deployment service to deploy feature updates to devices in your organization.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
ms.technology: itpro-updates
|
ms.technology: itpro-updates
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Overview of the deployment service
|
title: Overview of the deployment service
|
||||||
titlesuffix: Windows Update for Business deployment service
|
titleSuffix: Windows Update for Business deployment service
|
||||||
description: Overview of deployment service to control approval, scheduling, and safeguarding of Windows updates with the deployment service.
|
description: Overview of deployment service to control approval, scheduling, and safeguarding of Windows updates with the deployment service.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
ms.technology: itpro-updates
|
ms.technology: itpro-updates
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Prerequisites for the deployment service
|
title: Prerequisites for the deployment service
|
||||||
titlesuffix: Windows Update for Business deployment service
|
titleSuffix: Windows Update for Business deployment service
|
||||||
description: Prerequisites for using the Windows Update for Business deployment service for updating devices in your organization.
|
description: Prerequisites for using the Windows Update for Business deployment service for updating devices in your organization.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
ms.technology: itpro-updates
|
ms.technology: itpro-updates
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Troubleshoot the deployment service
|
title: Troubleshoot the deployment service
|
||||||
titlesuffix: Windows Update for Business deployment service
|
titleSuffix: Windows Update for Business deployment service
|
||||||
description: Solutions to commonly encountered problems when using the Windows Update for Business deployment service.
|
description: Solutions to commonly encountered problems when using the Windows Update for Business deployment service.
|
||||||
ms.prod: windows-client
|
ms.prod: windows-client
|
||||||
ms.technology: itpro-updates
|
ms.technology: itpro-updates
|
||||||
|
@ -53,4 +53,4 @@ You can view the excluded devices in the **Not registered** tab to make it easie
|
|||||||
1. Select **Windows Autopatch** in the left navigation menu.
|
1. Select **Windows Autopatch** in the left navigation menu.
|
||||||
1. Select **Devices**.
|
1. Select **Devices**.
|
||||||
1. In the **Not registered** tab, select the device(s) you want to restore.
|
1. In the **Not registered** tab, select the device(s) you want to restore.
|
||||||
1. Once a device or multiple devices are selected, select **Device actions**. Then, select **Restore device**.
|
1. Once a device or multiple devices are selected, select **Device actions**. Then, select **Restore excluded device**.
|
||||||
|
Reference in New Issue
Block a user