Close Menu
    Facebook X (Twitter) Instagram
    Saturday, October 11
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»SCCM 2007»SCCM Report how to find collection hierarchy

    SCCM Report how to find collection hierarchy

    Eswar KonetiBy Eswar KonetiJuly 15, 5:02 pm1 Min Read SCCM 2007 3,718 Views
    Share
    Facebook Twitter LinkedIn Reddit

    This Report will help you in identifying the collection that are member of any other parent collection.

    SELECT
    COL.CollectionID,
    COL.Name,
    COL.Comment,
    CTSC.parentCollectionID
    FROM
    dbo.v_Collection COL,
    dbo.v_CollectToSubCollect CTSC
    WHERE
    CTSC.subCollectionID = COL.CollectionID

    The above report is to get collection with its parent collection but if you want to know the root map of particular, go with this post http://blogs.catapultsystems.com/mdowst/archive/2012/02/23/finding-sccm-sub-collections.aspx

    child collections Configmgr 2007 configmgr report parent parent child collections report to list its collections and parent collections Root Map of collection SCCM SCCM 2007 SCCM Reports SMS SQL sub collections where is my collection in SCCM
    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

    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.