SCCM/ConfigMgr : List of Workstation by Active Directory Site

100% of people found this useful
SCCM/ConfigMgr : List of Workstation by Active Directory Site

SELECT
    R.Netbios_Name0,
    R.User_Name0,
    R.Operating_System_Name_and0,
    R.AD_Site_Name0,
    IP.IP_Addresses0
From
    v_R_System R
    JOIN v_RA_System_IPAddresses IP ON R.ResourceID = IP.ResourceID
    JOIN v_RA_System_SMSInstalledSites SIS ON R.ResourceID = SIS.ResourceID
WHERE
    R.AD_Site_Name0 = 'Default-First-Site-Name'

Thanks a lot to Garth Jones (Weblog) for this tricks

Recent Comments

Leave the first comment for this page.
SystemCenter2012community - Copyright by M.B
Powered by Community Server (Non-Commercial Edition), by Telligent Systems