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 User member of What collections For Application Deployment

    SCCM report User member of What collections For Application Deployment

    Eswar KonetiBy Eswar KonetiSeptember 18, 7:45 am1 Min Read SCCM 2007 4,723 Views
    Share
    Facebook Twitter LinkedIn Reddit

    If you in environment where in the deployment of Application is User Based and you are sometimes getting issues if User doesn’t get apps so you will have to check if User member of AD Security groups and then check if user added to right collection with right advertisement.

    Here is Simple report that give you User member of What collections .Based on this you can get to know if user has right apps.

    select
    COLL.CollectionId,
    FCM.Name
    from
    dbo.v_R_User U
    join dbo.v_FullCollectionMembership FCM on R.ResourceID = a.ResourceID
    join dbo.v_Collection COLL on COLL.CollectionID = FCM.CollectionID
    Where
    U.User_Name0 =@UserName

    Prompt for UserName : select User_Name0 from v_R_User

    This UserName(login Account or alias Account) you can get GAL.

    For Sub collections and Path to identify where the collection Resides,check this out http://blogs.catapultsystems.com/mdowst/archive/2012/02/23/finding-sccm-sub-collections.aspx and http://eskonr.com/2009/07/sccm-report-computers-member-of-which-collection/

    Applications on users collections List all all collection user member of Member collections sccm report SQL SQL code User member of What collections Users
    Share. Twitter LinkedIn Email Facebook Reddit

    Related Posts

    SCCM SQL Report – Compare Installed Apps on TWO Different Computers

    July 13, 10:35 am

    Monitoring Endpoint Security Applications with SCCM ConfigMgr SQL

    October 11, 8:48 pm

    Efficiently Identify Co-Managed Devices: Techniques and Tools

    January 17, 8:37 pm

    1 Comment

    1. Mario Junior on January 13, 2023 2:48 AM

      Thanks, that helped and I found what I was looking for. I had to adjust a few things to join the tables. Tks again.

      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.