This report will show only the collection in your SCCM that have a maintenance windows configured:
SELECT c.Name, c.Comment,SW.Description, SW.StartTime, SW.Duration
FROM v_ServiceWindow SW
JOIN v_Collection C ON C.CollectionID = SW.CollectionID
ORDER BY c.Name
Related Posts:
All Servers SCCM reportThis report will show you a list of all servers detected in SCCM with server hostname, OS and more features:
****************************************… Read More
SCCM Collection Query for All SQL versionsSQL 2012 :
select
SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainOR… Read More
SCCM Report for All pending Windows updates
select CS.Name0, CS.UserName0,casewhen (sum(case when UCS.status=2 then 1 else 0 e… Read More
How to Export a collection to CSV in SCCM 2012
Reports > Asset Intelligence > Hardware 01A - Summary of computers in a specific collection
Choose collection and Run Report… Read More
SCCM Report of WSUS Supresedence relationship
select
cir.FromCIID [New CI],
info.BulletinID [New BulletinID],
info.ArticleID [New ArticleID],
info.Title [New Title],
info.InfoURL [New In… Read More
0 commenti:
Post a Comment
Give me you feedback!