Thursday, 9 December 2021

SQL Query to find Configuration Manager Application's Dependencies

In this blog we have provided the SQL query to find all the dependent applications of every application packaged in the Configuration Manager. We have joined Table-valued Functions such as fn_ListApplicationCIs & fn_ListDeploymentTypeCIs and vSMS_AppRelation_Flat view to get the expected output.

SQL Query to find Dependent Applications

WMI class SMS_ApplicationAssignment server can be referred for other application assignment properties and values.
 

No comments:

Post a Comment

Must-Know CMD Commands for System Administrators

📌 User & Group Management 🔹 Check all users: net user 🔹 Check user details: net user username 🔹 Add a new user: net user NewUser Pa...