Status of Specific Advertisement can get from Default available report but what if you want to find the status of…
Browsing: sccm report
Various methods to get the Uninstallation String for particular application.You can go with MOF changes to get uninstall string from…
SCCM report for Domain Controllers with RAM,Operating System,IP Address etc. Full Details : http://social.technet.microsoft.com/Forums/en-US/configmgrreporting/thread/0dedf567-7bbd-4c36-bc7a-12c409a79618 SELECT sys.Name0 AS 'System Name',…
SCCM Package Clean Up activity? When you Build SCCM in your Environment, you create lot of packages to deploy…
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.…
Another Interesting report which will help you to identify if there are any packages used in Task Sequence are not…