Share via

SQL Query to fetch DetectionMethod details

DS 51 Reputation points
2021-06-11T16:32:43.21+00:00

Hi All,

Outside the WMI approach, is there a way to fetch all the details of an Application DeploymentType using SCCM SQL query.

I am looking for a way to find the detection method details set within an application object via SCCM SQL query approach.

I referred the below link but did not find any view this would provide the detection method details:

https://learn.microsoft.com/en-us/mem/configmgr/develop/core/understand/sqlviews/application-management-views-configuration-manager

Thank You!

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

1 answer

Sort by: Most helpful
  1. Rahul Jindal 11,636 Reputation points
    2021-06-12T20:52:40.83+00:00

    The values are stored in sdmpackagedigest in form of xml within sql. You will need to run xquery to fetch the details.

    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.