Monday, 29 September 2014

SCCM Report Collections with maintenance windows

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



0 commenti:

Post a Comment

Give me you feedback!