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»Configr(SCCM) report for MS office outlook based on Version and OU name

    Configr(SCCM) report for MS office outlook based on Version and OU name

    Eswar KonetiBy Eswar KonetiJanuary 19, 3:56 pm1 Min Read SCCM 2007 3,603 Views
    Share
    Facebook Twitter LinkedIn Reddit

     

     

    SELECT
    b.Netbios_Name0,
    b.User_Name0,
    CASE
    WHEN a.FileVersion LIKE '11.%' THEN 'Office 2003'
    WHEN a.FileVersion LIKE '12.%' THEN 'Office 2007'
    WHEN a.FileVersion LIKE '14.%' THEN 'Office 2010'
    ELSE 'Udda Version' END AS 'Office Version',
    a.FileName,
    a.FileVersion,
    a.FilePath

    FROM
    v_GS_SoftwareFile a
    JOIN v_R_System b ON a.ResourceID = b.ResourceID
    JOIN v_RA_System_SystemOUName c ON a.ResourceID = c.ResourceID

    WHERE FileName = 'outlook.exe'
    AND (
    c.System_OU_Name0 LIKE  'groupinfra.com/Corporate/Landlord SE/SE/Computers%'
    OR
    c.System_OU_Name0 LIKE  'groupinfra.com/Corporate/Landlord SE/DK/Computers%'
    OR
    c.System_OU_Name0 LIKE  'groupinfra.com/Corporate/Landlord SE/FI/Computers%'
    OR
    c.System_OU_Name0 LIKE  'groupinfra.com/Corporate/Landlord SE/NO/Computers%'
    )
    GROUP BY
    b.Netbios_Name0,
    b.User_Name0,
    a.FileName,
    a.FileVersion,
    a.FilePath

    ORDER BY
    b.Netbios_Name0

     

    configmgr report Configr(SCCM) report for MS office outlook based on Version and OU name MS Office report OU based sccm report Outlook sccm report
    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

    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.