This report was created and tested for SCCM 2012 Current Branch
Create these parameters
- OS - available values
- Server - %Server%
- Workstation - %Workstation%
- Any - %
Then create this query in Datasets
SELECT
R.AD_Site_Name0,
Count(SMS_Installed_Sites0) AS 'Count'
From
v_R_System R
JOIN v_RA_System_SMSInstalledSites SIS ON R.ResourceID = SIS.ResourceID
WHERE
R.Operating_System_Name_and0 like @OS
Group By
R.AD_Site_Name0
Create a table with these fields
- AD Site Name
- Num Clients
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.