SCCM: Software Updates: Automatic Deployment Rules

Roberto 646 Reputation points
2021-04-01T09:26:34.823+00:00

Hello.

I setup a couple of ADRs.
They run successfully and correctly update SUGs and DPs.
Problem is that clients don't get the updates even though they are in the relevant collection.

Can somebody help me debug and fix this?

Thank you and best regards.

Microsoft Security Intune Configuration Manager Other
0 comments No comments
{count} votes

Accepted answer
  1. Rahul Jindal [MVP] 10,911 Reputation points MVP
    2021-04-01T12:49:03.783+00:00

    Are the clients not installing the updates or not evaluating the updated assignments?


7 additional answers

Sort by: Most helpful
  1. Kalyan Sundar 566 Reputation points
    2021-04-01T13:10:21.077+00:00

    Start troubleshoot with client logs

    Scanagent
    updatedeployment

    For more details refer the below article, this will help to troubleshoot update deployment issue

    https://learn.microsoft.com/en-us/troubleshoot/mem/configmgr/track-software-update-deployment-process

    0 comments No comments

  2. Amandayou-MSFT 11,156 Reputation points
    2021-04-02T06:00:36.03+00:00

    Hi @Roberto ,

    Agree with RahulJindal, the error description for 0x87d00692 means Group policy conflict. A GPO has been configured to set the WSUS server to a different server than the ConfigMgr software update point. A GPO will take precedence over the local GPO policy the ConfigMgr client is trying to set.

    So we should remove or stop targeted the group policy that is setting the policy Specify intranet Microsoft update service location. Kindly find the specific GPO name, and on domain control, turn on group policy management and find the corresponding policy, remove or stop targeted the group policy.

    About the detailed operation could be referred to this article:
    https://patchmypc.com/job-error-0x87d00692-received-for-assignment-id-action
    Note: This is non-official Microsoft article just for your reference.

    Once the GPO is not applied to a client, the ConfigMgr client will set the correct software update point dynamically based on boundary groups and other site configurations.


    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.

    0 comments No comments

  3. Roberto 646 Reputation points
    2021-04-02T12:55:37.057+00:00

    Hi @Kalyan Sundar
    Hi @Amandayou-MSFT

    Ok. I removed conflicting policies and now the client sees the updates included in one UG.
    Now clients have a local group policy (I don't know how to remove it nor if I should remove it):
    "Specify intranet Microsoft update service location" is Enabled
    and the intranet update service for detecting updates and the statistics server are set.
    84061-20210402btest-01local-group-policy.jpg

    Now the client sees the updates included in one of the two UGs, but doesn't install it. Indeed, from the logs it looks like they are installed, but I cannot see them in between the installed Windows updates (control panel) nor in Software Center.
    83956-20210402ctest-01updatesstore-log.jpg
    83979-20210402fsccmug-windows10.jpg
    84062-20210402ftest-01installed-updates.jpg

    The updates included in the second UG are not even mentioned in any log.
    84071-20210402esccmug-endpoint-protection.jpg
    83998-20210402gtest-01endpoint-protection.jpg

    One important thing I didn't mention, is that I don't want my clients get any updates from the wsus server. I want to control which clients will take which updates and when. That's why I was trying to delete that local group policy first and then by GPO on the DCs.

    I will now go and read the links you suggested and see if I can get the updates installed on the client.

    Thank you and best regards.
    Roberto

    0 comments No comments

  4. Roberto 646 Reputation points
    2021-04-02T14:51:33.427+00:00

    Hi @Amandayou-MSFT
    Hi @Kalyan Sundar
    Hi @Rahul Jindal [MVP] (sorry forgot to mention you before)

    I see that one UGs component are in effect already installed on that client. The names are different, but the ArticleID (KBxxx) match.
    I will need to check on another client that doesn't have those updates (or remove the updates on that client) and see what happens.

    So, at present I still have the "Endpoint Protection" UG (see above) that doesn't get installed.
    Any hints?
    Roberto


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.