mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-27 16:23:36 +00:00
Merge branch 'security-book-24' of github.com:paolomatarazzo/windows-docs-pr; branch 'main' of github.com:MicrosoftDocs/windows-docs-pr into security-book-24
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
param(
|
||||
[string]$buildCorePowershellUrl = "https://opbuildstoragesandbox2.blob.core.windows.net/opps1container/.openpublishing.buildcore.ps1",
|
||||
[string]$parameters
|
||||
)
|
||||
# Main
|
||||
$errorActionPreference = 'Stop'
|
||||
|
||||
# Step-1 Download buildcore script to local
|
||||
echo "download build core script to local with source url: $buildCorePowershellUrl"
|
||||
$repositoryRoot = Split-Path -Parent $MyInvocation.MyCommand.Definition
|
||||
$buildCorePowershellDestination = "$repositoryRoot\.openpublishing.buildcore.ps1"
|
||||
Invoke-WebRequest $buildCorePowershellUrl -OutFile $buildCorePowershellDestination
|
||||
|
||||
# Step-2: Run build core
|
||||
echo "run build core script with parameters: $parameters"
|
||||
$arguments = "-parameters:'$parameters'"
|
||||
Invoke-Expression "$buildCorePowershellDestination $arguments"
|
||||
exit $LASTEXITCODE
|
@ -37,7 +37,7 @@ With a current version, it's best to use the new policy introduced in June 2019
|
||||
|
||||
| Policy | Location | Quality updates deadline in days | Quality updates grace period in days | Feature updates deadline in days | Feature updates grace period in days |
|
||||
|-|-|-|-|-|-|
|
||||
| Specify deadlines for automatic updates and restarts | GPO: Computer Configuration > Administrative Templates > Windows Components > Windows Update > Specify deadlines for automatic updates and restarts | 7 | 2 | 2 | 7 |
|
||||
| Specify deadlines for automatic updates and restarts | GPO: Computer Configuration > Administrative Templates > Windows Components > Windows Update > Specify deadlines for automatic updates and restarts | 2 | 3 | 2 | 3 |
|
||||
|
||||
When **Specify deadlines for automatic updates and restarts** is set:
|
||||
|
||||
@ -60,7 +60,7 @@ The grace period for both quality and feature updates starts its countdown from
|
||||
|
||||
|Policy|Location|Quality update deadline in days|Feature update deadline in days|Grace period in days|
|
||||
|-|-|-|-|-|
|
||||
|(Windows 10, version 1709 and later) Specify deadlines for automatic updates and restarts | GPO: Computer Configuration > Administrative Templates > Windows Components > Windows Update > Specify deadlines for automatic updates and restarts | 2 | 7 | 2 |
|
||||
|(Windows 10, version 1709 and later) Specify deadlines for automatic updates and restarts | GPO: Computer Configuration > Administrative Templates > Windows Components > Windows Update > Specify deadlines for automatic updates and restarts | 2 | 2 | 3 |
|
||||
|
||||
When **Specify deadlines for automatic updates and restarts** is set (Windows 10, version 1709 and later):
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Windows quality update end user experience
|
||||
description: This article explains the Windows quality update end user experience
|
||||
ms.date: 10/07/2024
|
||||
ms.date: 11/04/2024
|
||||
ms.service: windows-client
|
||||
ms.subservice: autopatch
|
||||
ms.topic: conceptual
|
||||
@ -67,6 +67,9 @@ In the following example:
|
||||
|
||||
:::image type="content" source="../media/windows-quality-update-grace-period.png" alt-text="Windows quality update grace period" lightbox="../media/windows-quality-update-grace-period.png":::
|
||||
|
||||
> [!TIP]
|
||||
> For optimal end-user experience, the recommeded settings are 2-day Deadline and 3-day Grace Period for update deployments.
|
||||
|
||||
## Minimize user disruption due to updates
|
||||
|
||||
Windows Autopatch understands the importance of not disrupting end users but also updating the devices quickly. To achieve this goal, updates are automatically downloaded and installed at an optimal time determined by the device. By default, [Active hours](/windows/client-management/mdm/policy-csp-update#activehoursstart) are configured dynamically based on device usage patterns. Device restarts occur outside of active hours until the deadline is reached.
|
||||
|
Reference in New Issue
Block a user