Close Menu
    Facebook X (Twitter) Instagram
    Sunday, October 12
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»SCCM 2007»SCCM report Computers with more than 1 partition

    SCCM report Computers with more than 1 partition

    Eswar KonetiBy Eswar KonetiSeptember 10, 12:01 pm1 Min Read SCCM 2007 5,085 Views
    Share
    Facebook Twitter LinkedIn Reddit

    Here is nice report to identify computers which are with more than one partition installed on to them excludes external drives.

    select CS.Name0 as [Computer name],
           MAX(OU.System_OU_Name0)as [OU],
           CS.UserName0 as [Last loggedon User],
           FCM.Sitecode ,
           OS.Caption0 AS [OS],
           OS.InstallDate0 [OS Installed Date],
           WS.LastHWScan [Recent Reported to sccm]
        
    from  v_GS_COMPUTER_SYSTEM CS,
          v_FullCollectionMembership FCM ,
          v_GS_OPERATING_SYSTEM OS,
          v_RA_System_SystemOUName OU,
          v_GS_WORKSTATION_STATUS WS
    where  CS.ResourceID=FCM.ResourceID and
    CS.ResourceID=OS.ResourceID and
    CS.ResourceID=OU.ResourceID and
    CS.ResourceID=WS.ResourceID and OU.ResourceID in
    (select LD.ResourceID from v_GS_LOGICAL_DISK LD where LD.Description0 not like '%ROM%' and
    LD.Description0 not like '%floppy%' and LD.SystemName0 not like 'null'
    group by LD.ResourceID having COUNT(ld.name0)>1) and
    OS.Caption0 not like '%Server%'
    group by CS.Name0,
             CS.UserName0,
             FCM.Sitecode,
             OS.Caption0,
             OS.InstallDate0,
             WS.LastHWScan

         Customize if you require more information.    

    Last Hardware Scan last logged on user name more than one partition sccm report sccm report for computers more than 1 partition sccm report more than 1 partition V_GS_Logical_Disk
    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

    SCCM report list collections with no deployments

    December 05, 12:04 pm

    2 Comments

    1. Stephen Owen on April 3, 2014 3:16 AM

      Hi Eswar,

      I want to know if any of my systems have more than one partition on the same drive. Does this report list the number of partitions on the drive, or the number of drives in a computer?

      Thanks!

      Reply
      • Eswar Koneti on April 3, 2014 2:30 PM

        This report will list computers that have more than 1 partition but not the partitions like c, d, e etc. If you need, you have to add the partition info into the query.

        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.