I was looking at client health percentage other day and found many systems were reported as not healthy though I fixed some of the machines with sccm client installed and able to receive policies. Looked at Database for healthy computers…
The SMSPKG share contains the compressed PCK files for the packages that have been targeted to a particular SMS/SCCM Site. When the SMS /PCK drives Full /Limited space available,you would require to either extend the disk space or the PCK…
Sometimes I find Difficult to locate specific site from the Hierarchy(mostly if you are in large environment with many nodes) until you know where they attached to. I use the report data most of the times as reference to locate…
If you are Performing package cleanup,this query might help you to Identify how many packages with no advertisements(standard advertisement and Task Sequence) so you know What action to Take next! select v_Package.PackageID, v_Package.Name,v_Package.SourceVersion,v_Package.SourceDate from dbo.v_package Where packageID not in (select…
Client Center tool is designed for IT Professionals to troubleshoot SCCM/CM12 Client related Issues. The Client Center for Configuration Manager provides a quick and easy overview of client settings, including running services and Agent settings in a good easy to…
In this post,I will get some information about Distribution Points and content locations when you Distribute Packages and what happens and Tips . 1.How to set Drive Settings when installing Sec site DP role ? 2.How to avoid selecting the…
Justin Gao Documented how to deploy Win 8 Using SCCM 2012 SP1 Beta as System Center 2012 Configuration Manager SP1 beta Supports now. In this post , Justin documented how to use System Center 2012 Configuration Manager(SCCM 2012) SP1 Beta…
Summary: In this post, Chris focused on helping many of us get started in testing your environment by not requiring you to do it against your packages/programs. Instead, Chris provided you with files you can use to test PCM and…
Raphael Finally released beta Version of his most loving project which is called CM12 Automation using scripts. What it Does basically ? Prepare Active Directory Install the Prerequisites for Configuration Manager 2012 like IIS,SQL etc. Install SCCM Site with MDT…
Prerequisites for the installation of SCCM 2012 SP1 Beta Secondary Site which I noted when installing Some Key Points about Secondary Site: Each secondary site can support communications from up to 5,000 clients when you use a secondary site server…