richtonp Posted August 24, 2012 Report post Posted August 24, 2012 Hi, We have around 18 000 clients on which we have to deploy a package. We would like to split them into collections of 300 clients max, But we'd like to go with dynamic collection. 18000/300 = 60 collections. Unfortunately, from what i've understood in WQL, you cannot use query such as "SELECT TOP 100 where update XXX not installed "... for each collections. Do you have a tips that could help me with that ? One solution would be to use the GUID , that would allow me to create 16 different collection for this update "Select client where where update XXX not installed and GUID end by 1" "Select client where update XXX not installed and GUID end by 2" ... "Select client where update XXX not installed and GUID end by F" But 18000/16 = 1125 Do you have another idea ? Many thanks for your help Quote Share this post Link to post Share on other sites More sharing options...
Peter33 Posted August 24, 2012 Report post Posted August 24, 2012 The easiest way is probably to use the deafult gateway value of the network adapter configuration. A class c network would give you 253 clients. You can also use the system OUs of your AD. Quote Share this post Link to post Share on other sites More sharing options...