1: select
2: SMS_R_SYSTEM.ResourceID,
3: SMS_R_SYSTEM.ResourceType,
4: SMS_R_SYSTEM.Name,
5: SMS_R_SYSTEM.SMSUniqueIdentifier,
6: SMS_R_SYSTEM.ResourceDomainORWorkgroup,
7: SMS_R_SYSTEM.Client
8: from SMS_R_System
9: where SMS_R_System.ResourceId not in
10: (select ResourceId
11: from SMS_FullCollectionMembership
12: where CollectionID = "CollectionID"
13: )
Where “
CollectionID” is the ID of the collection created in the previous post.
96ed4001-5fc2-4399-8fba-bb1b9123ab44|0|.0
Tags: