Share via

Software Update Enabled

Duchemin, Dominique 2,011 Reputation points
2022-07-14T20:00:54.883+00:00

Hello,

I am looking for a query to list all clients with Software Updates on Client set to NO
220863-2022-07-14-12-59-39-software-updates-enabled.png

Thanks,
Dom

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments

3 answers

Sort by: Most helpful
  1. AllenLiu-MSFT 49,441 Reputation points Microsoft External Staff
    2022-07-15T03:43:03.21+00:00

    Hi, @Duchemin, Dominique

    Thank you for posting in Microsoft Q&A forum.

    You may use CMPivot to query the value of WUServer in registry:

    Registry('HKLM:\\SOFTWARE\\policies\\Microsoft\\windows\\windowsupdate') | where Property == 'WUServer'   
    

    If the value is WSUS that used with SCCM, Software Updates on Client is set to "Yes", the other value of WUServer means the Software Updates on Client is set to "No".


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.

    Was this answer helpful?

    1 person found this answer helpful.

  2. Rahul Jindal 11,636 Reputation points
    2022-07-14T21:20:56.03+00:00

    Can you share the end objective here? Why such a requirement if I may ask?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  3. Duchemin, Dominique 2,011 Reputation points
    2022-07-15T03:07:49.987+00:00

    There is a need to know this settings as we have several type of patching depending on the contract with the suppliers.

    • WSUS
    • WSUS - SCCM
    • FocalPoint
    • etc...
    • List item

    I need to verify the clients patched by their own software are not enabled in Configuration Manager Software Update which has caused issues in the past cause... e.g.: patches applied by CM on a software not tested with this patch...

    Thanks,
    Dom

    Was this answer helpful?


Your answer

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