Long ago Raphael blogged nice post how to delete expired updates from Configuration Manager 2007 http://wmug.co.uk/wmug/b/dotraphael/archive/2012/04/19/script-deleteexpiredupdates.aspx but script is not…
Browsing: SCCM
time to time while working with SCCM application virtualization, i come across several issues in troubleshooting why the virtual apps…
was looking at machine to see what advertisements /packages are targeted to sccm client though you can get this information…
This post is going to be a something new today to publish Custom Office templates made available to all users…
Creating collection to get computers that starts and end with particular string is used mostly using % .If this percentile…
Previous report list the packages which are successfully distributed to Distribution Points http://eskonr.com/2012/06/sccm-report-total-number-of-packages-targeted-to-dp/ This post gives you more information about…
Full Detials : http://social.technet.microsoft.com/Forums/en-US/configmgrreporting/thread/cdfc6114-09d8-4e85-a51a-ca279a36454a SELECT v_Package.PackageID, Name, v_DistributionPoint.LastRefreshTime FROM v_Package INNER JOIN v_DistributionPoint ON v_Package.PackageID = v_DistributionPoint.PackageID WHERE v_DistributionPoint.ServerNALPath…
Question from Community : When client downloaded a package into the cache and is removed from the collection with…