Recently I was looking at Collection http://eskonr.com/2009/08/sccm-collection-report-for-hardware-inventory-not-reported-for-x-days/ to see how many clients have not reported inventory back to sccm since…
Browsing: SCCM 2007
Report provide count of computers from the collections. Full Details: http://social.technet.microsoft.com/Forums/en-US/configmgradminconsole/thread/f0cccbd7-7616-4d06-a3a6-31d4c583e2f0 SELECT v_Collection.Name ,v_Collection.Comment,v_Collection.CollectionID,COUNT(*) as [Members] FROM v_Collection,v_FullCollectionMembership where…
Having multiple sites and checking the status of WSUS synchronization on all servers tedious job and child sites must sync…
In previous post,we saw how to get list of referenced task sequence packages used in Task Sequence which are incomplete.…
If you have any issues with distribution of any packages to child sites or if you are in multi-tier hierarchy,You…
Another Interesting report which will help you to identify if there are any packages used in Task Sequence are not…
Recap about Deployment Re-evaluation Though name indicates what it does but still clearing questions if any. Re-evaluation on Software Updates…
In my previous report,we saw complete information about Pending packages,installed packages,Targeted but not installed,total packages targeted to DP http://eskonr.com/2012/08/sccm-report-count-of-packages-available-on-distribution-points/ In…