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 to list Computers with IP address with their Subnets from Given Collection

    SCCM Report to list Computers with IP address with their Subnets from Given Collection

    Eswar KonetiBy Eswar KonetiDecember 15, 12:26 pm1 Min Read SCCM 2007 23,520 Views
    Share
    Facebook Twitter LinkedIn Reddit

     

    Below is the report to list computers with IP address and Subnet information from Given collection.

    select distinct A.Name0,c.IPAddress0 ,D.IP_Subnets0 from v_R_System A inner join
    v_FullCollectionMembership B on A.ResourceID=B.ResourceID
    Inner join v_GS_NETWORK_ADAPTER_CONFIGUR  C ON A.ResourceID=C.ResourceID
    Inner Join v_RA_System_IPSubnets D ON A.ResourceID=D.ResourceID
    where CollectionID=@COLLID and C.IPEnabled0='1'
    group by A.Name0,c.IPAddress0 ,D.IP_Subnets0
    order by A.Name0,c.IPAddress0 ,D.IP_Subnets0

    Prompt for Collection :

    Select CollectionID,Name from v_Collection

    Configmgr 2007 configmgr report SCCM SCCM 2007 SCCM Report to list Computers with IP address with their Subnets from Given Collection SCCM Reports SMS SQL
    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.