In Monitoring, distribution status, client data sources, need to be able to select the appropriate boundary group
In Monitoring, distribution status, client data sources, need to be able to select any boundary group. This is currently limited to 25. The greatest amount of data transfered

4 comments
-
Bruno commented
-
Bruno commented
The limit is now 100 (and it is a parameter) since SCCM CB 1806, but with over 4000BG in our organization, we would be better to enter the BG name in an inputbox.
-
Anonymous commented
We have over 103 boundary groups, and we are not even that large of an agency, it would be helpful to see more then 25 or at least have option to display 25 then up to say move up to 50 or 100.
-
Anonymous commented
Hi, The Client Data Source Dashboard in the console use a SQL view vSMS_ClientDownloadSourcesBoundaries. This View select only the top 25. : "SELECT TOP (25) cbg.BoundaryGroup..."