SCCM Documentation – Get SCCM Site Maintenance Tasks
Lets get Site Maintenance Tasks for SCCM Server in current environment. What are we achieving here, is to display and report what is configured for Site Maintenance tasks- example below So to get the desired result, we will run the following powershell commands cls $CMSites = Get-CMSite ForEach($CMSite in $CMSites) { $SiteMaintenanceTaskWordTable = @() $SiteMaintenanceTasks… Read More SCCM Documentation – Get SCCM Site Maintenance Tasks