From 4d662938ae651e2e6dd7bb6945a4ab70061e06d1 Mon Sep 17 00:00:00 2001 From: Brian Huneycutt <43551837+bhuney@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:33:16 -0400 Subject: [PATCH 1/7] 2403 HFRU draft --- memdocs/configmgr/hotfix/2403/28204160.md | 102 ++++++++++++++++++++++ memdocs/configmgr/hotfix/TOC.yml | 6 ++ memdocs/configmgr/hotfix/index.yml | 5 ++ 3 files changed, 113 insertions(+) create mode 100644 memdocs/configmgr/hotfix/2403/28204160.md diff --git a/memdocs/configmgr/hotfix/2403/28204160.md b/memdocs/configmgr/hotfix/2403/28204160.md new file mode 100644 index 0000000000..8a1b90ab2f --- /dev/null +++ b/memdocs/configmgr/hotfix/2403/28204160.md @@ -0,0 +1,102 @@ +--- +title: Update rollup for Microsoft Configuration Manager version 2403 +titleSuffix: Configuration Manager +description: Update rollup for Configuration Manager 2403 +ms.date: 10/14/2024 +ms.subservice: core-infra +ms.service: configuration-manager +ms.topic: reference +ms.assetid: fe1739ef-69f7-4908-89b3-6b6189a94680 +author: bhuney +ms.author: brianhun +manager: dougeby +--- + +# Update rollup for Microsoft Configuration Manager version 2403 + +*Applies to: Configuration Manager (current branch, version 2403)* + +## Summary of KB28204160 +This article describes issues that are fixed in the update rollup for Microsoft Configuration Manager current branch, version 2403. This update applies both to customers who opted in through a PowerShell script to the early update ring deployment, and customers who installed the globally available release. + +For more information on changes in Configuration Manager version 2403, see: + +- [What’s new in version 2403 of Configuration Manager current branch](../../core/plan-design/changes/whats-new-in-version-2403.md) +- [Summary of changes in Microsoft Configuration Manager current branch, version 2403](../../hotfix/2403/26186448.md) + +## Issues that are fixed + +- Collection management and policy processing might take longer than expected. The following message is recorded in the policypv.log file. + ```console + ~++++ProcessPolicyChanges: Waiting for exec sp_ProcessPolicyChanges 1 to complete + ``` + The log file entry can repeat multiple times with significant delays between each one. + +- A timing issue can still cause a double reboot to break a Task Sequence despite setting the *SMSTSWaitForSecondReboot* variable. + + +- Temporary files used on management points and cloud management gateway (CMG) systems are now precompiled and signed to prevent false positives from security or code integrity scanners. + + +- The content download from a cloud management gateway to a client can fail after updating to Configuration Manager current branch, version 2403. This is more common when BranchCache is enabled and boundary groups are used. Errors resembling the following are recorded in the DataTransferService.log file. + ```console + GetDirectoryList_HTTP Error sending DAV request. HTTP code 500, status 'Internal Server Error' + ``` + +- The SMS Agent Host service (ccmexec.exe) terminates unexpectedly when downloading content from a cloud-based source. + + +## Hotfixes that are included in this update + +- [KB 28290310](../../hotfix/2403/28290310.md): CMG update for Microsoft Configuration Manager version 2403 +- [KB 28458746](../../hotfix/2403/28458746.md): Software update management client fix for Microsoft Configuration Manager version 2403 +- [KB 29166583](../../hotfix/2403/29166583.md): Management point security update for Microsoft Configuration Manager version 2403 + +## Update information for Microsoft Configuration Manager current branch, version 2403 + +This update is available in the Updates and Servicing node of the Configuration Manager console for environments that were installed by using the globally available build of version 2403. + + + +To verify which build is in use, look for a Package GUID by adding the Package GUID column to the details pane of the Updates and Servicing node in the console. The update applies to installations from packages that have the following GUID: + +- **5B8886C7-F967-4F8A-92AA-009E28368853** + +### Restart information + +This update doesn't require a computer restart but will initiate a [site reset](../../core/servers/manage/modify-your-infrastructure.md#bkmk_reset) after installation. + +### Additional installation information + +After you install this update on a primary site, preexisting secondary sites must be manually updated. To update a secondary site in the Configuration Manager console, select **Administration** > **Site Configuration** > **Sites** > **Recover Secondary Site**, and then select the secondary site. The primary site then reinstalls that secondary site by using the updated files. The reinstallation doesn't affect configurations and settings for the secondary site. The new, upgraded, and reinstalled secondary sites under that primary site automatically receive this update. + +Run the following SQL Server command on the site database to check whether the update version of a secondary site matches that of its parent primary site: + +```sql +select dbo.fnGetSecondarySiteCMUpdateStatus ('SiteCode_of_secondary_site') +``` + +If the value 1 is returned, the site is up to date, with all the hotfixes applied on its parent primary site. + +If the value 0 is returned, the site hasn't installed all the fixes that are applied to the primary site, and you should use the **Recover Secondary Site** option to update the secondary site. + +## Version information + +The following major components are updated to the versions specified: + +| Component | Version | +|---|---| +| Configuration Manager console | 5.2403.1171.2400 | +| Client | 5.0.9128.1026 | + +## File information + +File information for the release is available in the downloadable [KB28204160_FileList.txt](https://aka.ms/KB28204160_FileList) text file. + +## Release history + +- October 14, 2024: Initial hotfix release + +## References + +[Updates and servicing for Configuration Manager](../../core/servers/manage/updates.md) diff --git a/memdocs/configmgr/hotfix/TOC.yml b/memdocs/configmgr/hotfix/TOC.yml index 988bb8dbad..f20f9cc04c 100644 --- a/memdocs/configmgr/hotfix/TOC.yml +++ b/memdocs/configmgr/hotfix/TOC.yml @@ -8,9 +8,15 @@ items: - name: KB 28290310 CMG update for 2403 href: 2403/28290310.md - name: KB 28458746 Software update client fix for 2403 +<<<<<<< HEAD + href: 2403/28458746.md + - name: KB 28204160 Update rollup for Configuration Manager version 2403 + href: 2403/28204160.md +======= href: 2403/28458746.md - name: KB 29166583 MP security update for 2403 href: 2403/29166583.md +>>>>>>> 6a5e104b168f1efbbd1a6e564d8d68a75096ad5d - name: Version 2309 items: - name: KB 24341484 Summary of changes in 2309 diff --git a/memdocs/configmgr/hotfix/index.yml b/memdocs/configmgr/hotfix/index.yml index f85932bf3c..991ec9ddf7 100644 --- a/memdocs/configmgr/hotfix/index.yml +++ b/memdocs/configmgr/hotfix/index.yml @@ -27,8 +27,13 @@ landingContent: url: 2403/28290310.md - text: KB 28458746 Software update client fix for 2403 url: 2403/28458746.md +<<<<<<< HEAD + - text: KB 28204160 Update rollup for Configuration Manager version 2403 + url: 2403/28204160.md +======= - text: KB 29166583 MP security update for 2403 url: 2403/29166583.md +>>>>>>> 6a5e104b168f1efbbd1a6e564d8d68a75096ad5d - title: Configuration Manager 2309 linkLists: - linkListType: overview From 74fa09e4a16aae7ea77fa162909b86ee96694d17 Mon Sep 17 00:00:00 2001 From: Brian Huneycutt <43551837+bhuney@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:37:47 -0400 Subject: [PATCH 2/7] 2403 HFRU draft --- memdocs/configmgr/hotfix/TOC.yml | 6 ------ memdocs/configmgr/hotfix/index.yml | 5 ----- 2 files changed, 11 deletions(-) diff --git a/memdocs/configmgr/hotfix/TOC.yml b/memdocs/configmgr/hotfix/TOC.yml index f20f9cc04c..d336c37b9b 100644 --- a/memdocs/configmgr/hotfix/TOC.yml +++ b/memdocs/configmgr/hotfix/TOC.yml @@ -8,15 +8,9 @@ items: - name: KB 28290310 CMG update for 2403 href: 2403/28290310.md - name: KB 28458746 Software update client fix for 2403 -<<<<<<< HEAD href: 2403/28458746.md - name: KB 28204160 Update rollup for Configuration Manager version 2403 href: 2403/28204160.md -======= - href: 2403/28458746.md - - name: KB 29166583 MP security update for 2403 - href: 2403/29166583.md ->>>>>>> 6a5e104b168f1efbbd1a6e564d8d68a75096ad5d - name: Version 2309 items: - name: KB 24341484 Summary of changes in 2309 diff --git a/memdocs/configmgr/hotfix/index.yml b/memdocs/configmgr/hotfix/index.yml index 991ec9ddf7..83c8cec84d 100644 --- a/memdocs/configmgr/hotfix/index.yml +++ b/memdocs/configmgr/hotfix/index.yml @@ -27,13 +27,8 @@ landingContent: url: 2403/28290310.md - text: KB 28458746 Software update client fix for 2403 url: 2403/28458746.md -<<<<<<< HEAD - text: KB 28204160 Update rollup for Configuration Manager version 2403 url: 2403/28204160.md -======= - - text: KB 29166583 MP security update for 2403 - url: 2403/29166583.md ->>>>>>> 6a5e104b168f1efbbd1a6e564d8d68a75096ad5d - title: Configuration Manager 2309 linkLists: - linkListType: overview From 6440b214489c0522231ada92bec9b637b1056d90 Mon Sep 17 00:00:00 2001 From: Brian Huneycutt <43551837+bhuney@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:14:00 -0400 Subject: [PATCH 3/7] 2403 HFRU draft --- memdocs/configmgr/hotfix/2303/29166583.md | 3 ++- memdocs/configmgr/hotfix/2309/29166583.md | 3 ++- memdocs/configmgr/hotfix/2403/28204160.md | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/memdocs/configmgr/hotfix/2303/29166583.md b/memdocs/configmgr/hotfix/2303/29166583.md index 3a8beeb9d4..d769614b5d 100644 --- a/memdocs/configmgr/hotfix/2303/29166583.md +++ b/memdocs/configmgr/hotfix/2303/29166583.md @@ -38,7 +38,8 @@ For customers who has already installed earlier release KB 29166583 they see two ### Update information for Microsoft Configuration Manager current branch, version 2303 -This update is available in the Updates and Servicing node of the Configuration Manager console for version 2303 environments. +This update is available in the Updates and Servicing node of the Configuration Manager console for version 2303 environments that have the following installed. +- [KB21010486](../2303/21010486.md) Update rollup for Microsoft Configuration Manager version 2303 ### Restart information diff --git a/memdocs/configmgr/hotfix/2309/29166583.md b/memdocs/configmgr/hotfix/2309/29166583.md index 8f3ed42c38..765b54b04e 100644 --- a/memdocs/configmgr/hotfix/2309/29166583.md +++ b/memdocs/configmgr/hotfix/2309/29166583.md @@ -38,7 +38,8 @@ For customers who has already installed earlier release KB 29166583 they see two ### Update information for Microsoft Configuration Manager current branch, version 2309 -This update is available in the Updates and Servicing node of the Configuration Manager console for version 2309 environments. +This update is available in the Updates and Servicing node of the Configuration Manager console for version 2309 environments that have the following installed. +- [KB25858444/ KB27863823](../2309/25858444.md) Update rollup for Microsoft Configuration Manager version 2309 ### Restart information diff --git a/memdocs/configmgr/hotfix/2403/28204160.md b/memdocs/configmgr/hotfix/2403/28204160.md index 8a1b90ab2f..bc7d3892e8 100644 --- a/memdocs/configmgr/hotfix/2403/28204160.md +++ b/memdocs/configmgr/hotfix/2403/28204160.md @@ -2,7 +2,7 @@ title: Update rollup for Microsoft Configuration Manager version 2403 titleSuffix: Configuration Manager description: Update rollup for Configuration Manager 2403 -ms.date: 10/14/2024 +ms.date: 10/29/2024 ms.subservice: core-infra ms.service: configuration-manager ms.topic: reference @@ -95,7 +95,7 @@ File information for the release is available in the downloadable [KB28204160_Fi ## Release history -- October 14, 2024: Initial hotfix release +- October 29, 2024: Initial hotfix release ## References From 16c6701f194c2c4018a2b1b29cd13f7de7566ba5 Mon Sep 17 00:00:00 2001 From: Brian Huneycutt <43551837+bhuney@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:57:55 -0400 Subject: [PATCH 4/7] 2403 HFRU draft --- memdocs/configmgr/hotfix/2403/28204160.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/memdocs/configmgr/hotfix/2403/28204160.md b/memdocs/configmgr/hotfix/2403/28204160.md index bc7d3892e8..deeaf93971 100644 --- a/memdocs/configmgr/hotfix/2403/28204160.md +++ b/memdocs/configmgr/hotfix/2403/28204160.md @@ -2,7 +2,7 @@ title: Update rollup for Microsoft Configuration Manager version 2403 titleSuffix: Configuration Manager description: Update rollup for Configuration Manager 2403 -ms.date: 10/29/2024 +ms.date: 11/05/2024 ms.subservice: core-infra ms.service: configuration-manager ms.topic: reference @@ -87,7 +87,7 @@ The following major components are updated to the versions specified: | Component | Version | |---|---| | Configuration Manager console | 5.2403.1171.2400 | -| Client | 5.0.9128.1026 | +| Client | 5.0.9128.1029 | ## File information @@ -95,7 +95,7 @@ File information for the release is available in the downloadable [KB28204160_Fi ## Release history -- October 29, 2024: Initial hotfix release +- November 5, 2024: Initial hotfix release ## References From 3fdb42f73154c81625bad857356032b1ca8a30e6 Mon Sep 17 00:00:00 2001 From: Brian Huneycutt <43551837+bhuney@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:08:57 -0500 Subject: [PATCH 5/7] 2403 HFRU draft --- memdocs/configmgr/hotfix/2403/28204160.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memdocs/configmgr/hotfix/2403/28204160.md b/memdocs/configmgr/hotfix/2403/28204160.md index deeaf93971..7773217e71 100644 --- a/memdocs/configmgr/hotfix/2403/28204160.md +++ b/memdocs/configmgr/hotfix/2403/28204160.md @@ -2,7 +2,7 @@ title: Update rollup for Microsoft Configuration Manager version 2403 titleSuffix: Configuration Manager description: Update rollup for Configuration Manager 2403 -ms.date: 11/05/2024 +ms.date: 11/06/2024 ms.subservice: core-infra ms.service: configuration-manager ms.topic: reference @@ -95,7 +95,7 @@ File information for the release is available in the downloadable [KB28204160_Fi ## Release history -- November 5, 2024: Initial hotfix release +- November 6, 2024: Initial hotfix release ## References From 9a98a9c95ddc384bbcf84bbd1d39d1bdb0461ffb Mon Sep 17 00:00:00 2001 From: Brian Huneycutt <43551837+bhuney@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:36:41 -0500 Subject: [PATCH 6/7] 2403 HFRU --- memdocs/configmgr/hotfix/2403/28204160.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memdocs/configmgr/hotfix/2403/28204160.md b/memdocs/configmgr/hotfix/2403/28204160.md index 7773217e71..a96dfb77c2 100644 --- a/memdocs/configmgr/hotfix/2403/28204160.md +++ b/memdocs/configmgr/hotfix/2403/28204160.md @@ -87,7 +87,7 @@ The following major components are updated to the versions specified: | Component | Version | |---|---| | Configuration Manager console | 5.2403.1171.2400 | -| Client | 5.0.9128.1029 | +| Client | 5.0.9128.1030 | ## File information From d680c9728dcd5e08ec3c3f7a4c7c97441a9e6e3b Mon Sep 17 00:00:00 2001 From: Shujing Zhang Date: Thu, 7 Nov 2024 14:50:21 +0800 Subject: [PATCH 7/7] Delete .openpublishing.build.ps1 --- .openpublishing.build.ps1 | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .openpublishing.build.ps1 diff --git a/.openpublishing.build.ps1 b/.openpublishing.build.ps1 deleted file mode 100644 index aadef76202..0000000000 --- a/.openpublishing.build.ps1 +++ /dev/null @@ -1,17 +0,0 @@ -param( - [string]$buildCorePowershellUrl = "https://opbuildstorageprod.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" -& "$buildCorePowershellDestination" "$parameters" -exit $LASTEXITCODE