Feature Upgrade Windows 10

Boopathi S 3,476 Reputation points
2021-02-08T13:14:53.517+00:00

Hi,

"Feature update to Windows 10 (business editions), version 1909, en-gb x64" is deployed to a collection as "Available"
How can check this update in UpdateDeployment.log.

For example, Security updates are included in a software update group and it is deployed to a collection. Then like "Assignment {8B88F484-1959-48AB-BB30-B50ACBA19E1B} has total CI = 2" can be seen in UpdateDepliyment.log.

Windows 10 feature update cannot be included in the Software Update Group. Please help to know "Start to End process" of the the policy for the "Feature update to Windows 10" and its deployment in client logs

Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
1,073 questions
0 comments No comments
{count} votes

Accepted answer
  1. SunnyNiu-MSFT 1,696 Reputation points
    2021-02-09T08:39:15.4+00:00

    @Boopathi S
    We may refer to the following steps to know the "Start to End process" of the policy for the "Feature update to Windows 10" and its deployment in client logs.
    After the deployment and the deployment policy have been created on the server, clients receive the policy on the next policy evaluation cycle.
    Firstly, we add the "Deployment Unique ID" column in the console to find the "Deployment Unique ID" of the deployment. For the deployment in the following example, the deployment unique ID is {4B54EF72-EA95-4031-8CCD-02F22B1C625D}.
    65629-10.png

    Step 1: Policy Agent receives the policy on manual policy retrieval or on schedule. When policy is received, According to the "deployment unique ID" on the console, the following entries can be found in PolicyAgent.log(Records requests for policies made by using the Data Transfer Service.):
    65686-11.png

    There are also records in PolicyEvaluator.log (Records details about the evaluation of policies on client computers, including policies from software updates.):
    65679-12.png

    Step 2: After the policy is evaluated, the scheduler for the deadline is evaluated. This is done by the Scheduler component. Scheduler notifies the Updates Deployment Agent to initiate the deployment evaluation process, as shown in Scheduler.log (Records activities of scheduled tasks for all client operations.):
    65520-13.png

    Step 3: Updates Deployment Agent starts the deployment evaluation process by requesting a software update scan to make sure that the deployed updates are still applicable. In UpdatesDeployment.log (Records details about deployments on the client, including software update activation, evaluation, and enforcement.):
    65680-14.png

    Step 4: At this point, the scan request is handled by Scan Agent component. Scan Agent calls WUAHandler to perform a scan and then hands the results back to Updates Handler and Updates Deployment Agent. After the scan is completed, Updates Deployment Agent is notified. This is noted in UpdatesDeployment.log as follows:
    65639-15.png


    If the response is helpful, please click "Accept Answer"and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.