Collection – Alle Distribution Points
Geschrieben in ConfigMgr, ConfigMgr 2007, ConfigMgr 2012 am 24. Oktober 2011 0 Kommentare »
Hier das WQL-Statement für eine dynamische Collection (Sammlung), die alle Distribution Points enthält: select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.Name in (Select Servername from SMS_SystemResourceList where RoleName = ‘SMS Distribution Point’) Entsprechend lassen sicha auch Sammlungen für’SMS Fallback Status Point’, ‘SMS Reporting Point’, ‘SMS SQL Server’, ‘SMS Management Point’, ‘SMS SRS [...]
