Close Menu
    Facebook X (Twitter) Instagram
    Saturday, October 11
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»configmgr»How to create a collection based on boundary group for client assignment and content troubleshooting

    How to create a collection based on boundary group for client assignment and content troubleshooting

    Eswar KonetiBy Eswar KonetiApril 02, 10:31 pm2 Mins Read configmgr 16,879 Views
    Share
    Facebook Twitter LinkedIn Reddit

    Microsoft Endpoint Configuration Manager 2002 production build is out today. It is now available as in-console (for now only fast-ring) and baseline (will be available in the next couple of weeks).

    It has a bunch of new and updated features. For full list of features and installation, please refer http://eskonr.com/2020/04/sccm-configmgr-current-branch-2002-is-available-as-in-console-and-baseline-version/

    One of the features that is available in this build version is ‘Show boundary groups for devices in configuration manager console’.

    clients use boundary group’s for site assignment, content location (DP), SUP, MP, and SMP. SMP doesn't use fallback relationships.

    From this build version, we can now identify the client boundary group for site assignment and content troubleshooting within the configuration manager console.

    How to identify the boundary groups for the specific client in the console?

    From the console (2002 build onwards), In the Devices node or when you show the members of a Device Collection, add the new Boundary Group(s) column to the list view.

    image

    Console view:

    image

    Please note the following on the client boundary group’s.

    • If a device is in more than one boundary group, the value is a comma-separated list of boundary group names.
    • The data updates when the client makes a location request to the site, or at most every 24 hours.
    • If a client is roaming and not a member of a boundary group, the value is blank.

    Since we have the client boundary group information available, we will use this to create a collection to identify the clients with a NULL value( no boundary group or missing boundary groups).

    Create a collection with the following WQL query to get the list of all clients that don't have any boundary group or missing in the boundary group.

    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.ResourceId in
    (select resourceid from SMS_CollectionMemberClientBaselineStatus
    where SMS_CollectionMemberClientBaselineStatus.boundarygroups is NULL)
    and SMS_R_System.Name not in ("Unknown") and SMS_R_System.Client = "1"

    image\

    You can also use the reports to identify the clients missing the boundaries and boundary groups.

    Following are the few custom reports created for earlier version of configuration manager builds.

    http://eskonr.com/2019/12/how-to-find-configmgr-client-boundary-and-boundary-group-details-based-on-boundary-group-caching/

    http://eskonr.com/2017/09/sccm-configmgr-report-for-boundary-group-relationships-with-fallback-sites/

    http://eskonr.com/2013/12/sccm-2012-ssrs-report-site-servers-and-its-assigned-boundary-information/

    http://eskonr.com/2018/01/sccm-report-for-missing-boundaries-and-troubleshooting/

    For more information about boundary groups, please refer https://docs.microsoft.com/en-us/configmgr/core/servers/deploy/configure/boundary-groups#bkmk_show-boundary

    boundary group client missing boundary groups Collection configmgr configuration Manager SCCM SQL WQL
    Share. Twitter LinkedIn Email Facebook Reddit

    Related Posts

    SCCM SQL Report – Compare Installed Apps on TWO Different Computers

    July 13, 10:35 am

    Optimize Your Intune Workflow with a Powerful Browser Extension

    March 22, 10:39 am

    Migrate Microsoft 365 Updates from SCCM/MECM to Intune for Co-Managed Devices

    February 11, 9:50 pm

    5 Comments

    1. denmyos on March 3, 2022 11:51 PM

      Hi 🙂
      I made a collection using the WQL you suggested. I have 120 object not in any boundary group.
      But one thing that strikes me is, how come i plenty of clients that have active client in the in that collection.
      I'm new to sccm, but how come that computers that is outside the boundaries, still can have a active client.?

      Shoudn't they be out of reach from sccm.?

      Reply
      • Eswar Koneti on March 9, 2022 10:14 PM

        Hi,
        the clients could be active due to default boundaries for client assignment or fallback, but boundaries/boundary groups are beyond the client assignment such as content download, software update, SMP etc.

        Thanks,
        Eswar

        Reply
    2. Pingback: SCCM Powershell collection boundary groups

    3. Teffano on April 9, 2020 10:16 PM

      Hi, how can I create a collection for a boundary group named England?
      Many Thanks

      Reply
      • Eswar Koneti on April 15, 2020 5:57 PM

        Hi,
        You can change the query in where SMS_CollectionMemberClientBaselineStatus.boundarygroups='England' , test this before you confirm the changes.

        Reply

    Leave a ReplyCancel reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Sign Up

    Get email notifications for new posts.

    Author

    I’m Eswar Koneti ,a tech enthusiast, security advocate, and your guide to Microsoft Intune and Modern Device Management. My goal? To turn complex tech into actionable insights for a streamlined management experience. Let’s navigate this journey together!

    Support

    Awards

    Archives

    © Copyright 2009-2025 Eswar Koneti, All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.