The intention this article is to provide an overview of DCM within SCCM and more importantly for some, the ability to create a baseline for Symantec Backup Exec.Cloud and generate a KPI. The DCM node within SCCM is made up of two parts Configuration Baselines and Configuration Items. Right click on Configuration Items > New > Application configuration Item Identification: Provide a name and categor Detection Method: Select Use custom script (VBScript) Option Explicit If(IsNWMInstalled()) Then WScript.Echo("SymantexCloudBackup") End If Function IsNWMInstalled() ...