In a Big environment to know/work based on regional wide kind of doing some maintenance tasks in SCCM ,this would would help you to get you the count of Child sites reporting to primary. select ReportingSiteCode ,COUNT(*) as [Child sites]…

The upcoming general availability of Windows 8 on Oct 26th and the launch of the new Windows App Store presents us all with the greatest Windows developer opportunities ever!  Get ready by attending a Windows 8 Developer Camp!  Developer Camps…

Starting with System Center 2012 Configuration Manager, Forefront Endpoint Protection (FEP) has now been integrated into Configuration Manager and is called System Center 2012 Endpoint Protection. From your feedback, we have heard that some FEP customers who are now using…

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 available to download now with current link. This script is intended to remove all expired updates from a package or…

Script to check files on remote computer and delete them if they are available. ON ERROR RESUME NEXT Set objfso = CreateObject ("Scripting.FileSystemObject") Set computerList = objfso.OpenTextFile ("C:\Scripts\computerList.txt", 1) Set outputList = objfso.OpenTextFile ("C:\Scripts\outputList.txt", 2, True) Do While Not computerList.AtEndOfStream…

Sometimes pushing app-v Application doesn't work on some machines and when looked at virtualapp.log file,you will see something like below. “Failed to open the WMI namespace [root\microsoft\appvirt\client]” from C:\Windows\SysWOW64\CCM\Logs\VirtualApp.log. What does the above Error says ? The WMI namespace was…

Microsoft Office 2013 (Office 15.0) is now available for consumers !! For download, click HERE and for MSDN members HERE Languages pack and others download http://search.microsoft.com/en-us/DownloadResults.aspx?q=office%202013&ftapplicableproducts=^Office Deployment guide for Office 2013 Preview download : http://download.microsoft.com/download/4/8/B/48B0E72E-11C0-4E6E-AA23-6B777FADCF7A/Deployment-guide-for-Office-2013-Preview.pdf To read more about System…

I had requirement to check for some specific packages if their programs are used in any other packages or not . Take an example that ,Microsoft visual C++ is prereq for multiple applications and to know what packages used…