Stijn Posted April 8, 2011 Report post Posted April 8, 2011 Something very stupid happend today. One of my administrators has deleted the All systems and Desktop and server collections. Th standard collections in SCCM. How I can retrieve them? Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted April 8, 2011 Report post Posted April 8, 2011 Just recreate them, they're query based collection. All Systems: select * from sms_r_system All Desktops and Server: 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 ClientType is null or ClientType != 3 Quote Share this post Link to post Share on other sites More sharing options...
Stijn Posted April 11, 2011 Report post Posted April 11, 2011 Thanks! Quote Share this post Link to post Share on other sites More sharing options...