This Report will count all OS in SCCM :
************************************************************************************************
select
OS.Caption0,
CS.SystemType0,
Count(*)
from
dbo.v_GS_COMPUTER_SYSTEM CS Left Outer Join dbo.v_GS_OPERATING_SYSTEM OS on CS.ResourceID = OS.ResourceId
Group by
OS.Caption0,
CS.SystemType0
Order by
OS.Caption0,
CS.SystemType0
**************************************************************************************************
Related Posts:
SCCM Report Advertisement detailedThis report will show you the current status of your running advertisements:
select
adv.AdvertisementName, adv.Comment,
… Read More
SCCM Query Adobe Acrobat Reader Versions
select distinct
SMS_R_System.Name,
SMS_G_System_OPERATING_SYSTEM.Caption, SMS_G_System_OPERATING_SYSTEM.CSDVersion,
SMS_R_System.La… Read More
SCCM Report Collections with maintenance windowsThis report will show only the collection in your SCCM that have a maintenance windows configured:
SELECT c.Name, c.Comment,SW.Description, SW.Sta… Read More
Collection For MacAddresses
select
SMS_R_System.ResourceId,
SMS_R_System.ResourceType,
SMS_R_System.Name,
SMS_R_System.SMSUniqueIdentifier,
… Read More
SCCM Detailed Machine Report
This report will show you Name Serial Number Manufacturer Model OS Type OS Version TopConsoleUser0 Last Logged BIOS Date IP Address Default IP Gatewa… Read More
0 commenti:
Post a Comment
Give me you feedback!