Thursday, April 3, 2014

create collection to target IP Range (WQL query )

create collection to target IP Range (WQL query )


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.IPSubnets = "IP" or SMS_R_System.IPSubnets = "IP"


you can add More Ips just add or SMS_R_System.IPSubnets = "IP"

No comments:

Post a Comment