Step-by-Step SCCM Installation and Configuration Guide

Benoit LecoursSCCM46 Comments

The new version of SCCM is out ! You may know this version as SCCM Vnext, SCCM 2016 or SCCM 1511. The product group explained on their blog that the new version will be simply called SCCM Current Branch. This blog post is a complete Step-by-step SCCM Installation Guide. SCCM installation has never been an easy process and the product itself can be complex for inexperienced administrators. With these blog posts, our goal is to bring it a bit further, explaining concepts and best practice rather than just guide the user through the installation process. If you’re not familiar with SCCM 1511 Features, you can visit this Technet article which covers it all. If you’re familiar with SCCM 2012 and plans to migrate, read our blog post about What’s New in SCCM 1511 and stop reading this guide. You do not need to do a complete installation if you’re already running SCCM 2012. See our blog post on how … Read More

Deploy the SCCM 2012 Console using the Application Model

Nicolas PilonConsole, SCCM3 Comments

The installation of SCCM 2012 console can be either manually or automatically. Manual installation remains a good choice if you have a small team. Using role-based access control in SCCM 2012, you can delegate administrative tasks to your team and allow more users with different level of access to the SCCM 2012 console. At this point, you would rather go the automatic way. This post will explain you how to save time by using the Application Model in SCCM 2012 to automatically deploy the console to all your devices. We won’t cover the pre-requisites needed to install the SCCM 2012 console on a device. Make sure your devices are compliant. Step 1 | Create a Collection To regroup all the devices of users that will be using the console, there’s two possible types of collection to trigger the installation, either user or device collection. Users Create a user collection if your goal … Read More

How to install SCCM 2012 Application Catalog

Benoit LecoursSCCM5 Comments

In the first part of this SCCM 2012 and SCCM 1511 blog series, we planned our hierarchy, prepared our SCCM Server and Active Directory. In part 2, we installed and configured SQL in order to install SCCM. In part 3, we installed a stand-alone SCCM Primary site. In the next 16 parts, we will describe how to install the numerous site systems roles available in SCCM 2012 R2 and SCCM 1511. Role installation order is not important, you can install roles independently of others. This part will describe how to install SCCM 2012 Application Catalog web service point and the Application Catalog website point. Role Description The Application Catalog web service point provides software information to the Application Catalog website from the Software Library. The Application Catalog website point provides users with a list of available software. This is not a mandatory site system but you need both the Application Catalog website point and the Application Catalog web … Read More

Step-by-Step SCCM 2012 R2 Installation Guide

Benoit LecoursSCCM22 Comments

  Download and own part 1 to 18 of the SCCM 2012 R2 Installation Guide in a single PDF file. Use our products page or use the download button below. This blog post won’t be updated, only the document will be. [purchase_link id=”3614″ style=”button” color=”Gray” text=”Guide | SCCM 2012 R2 Installation Guide | Part 1-18″ direct=”true”]   Performing a SCCM 2012 R2 installation is not a walk in the park. The product itself can be complex for inexperienced administrators. There’s already tons of SCCM 2012 R2 Installation Guide available, written by experienced blogger and MVPs but I think that very few gives the whole picture from the start to the last component. Our goal is to bring it a bit further, explaining concepts and best practice rather than just guide the user through the installation process. We was hesitant to post this SCCM 2012 R2 Installation Guide because SCCM VNext is coming pretty fast (Release date could … Read More

sccm connect application catalog – Cannot Connect to the Application Server

Benoit LecoursSCCM5 Comments

The application catalog is one of the nice addition to SCCM 2012. It can be tricky to install, there’s numerous posts about the sccm connect application catalog eror but the common one is this one. After installing both roles to your site server, when trying to connect to http://yourserver/applicationcatalog you have the following error : sccm connect application catalog The webserver cannot communicate with the server. This might be a temporary problem. Try Again Later to see if the problem has been corrected. A good starting point is to look at both component status: SMS_PORTALWEB_CONTROL_MANAGER SMS_AWEBSVC_CONTROL_MANAGER I had the following error in SMS_AWEBSVC_CONTROL_MANAGER The WCF is not activated.Solution: Make sure WCF is activated. Pretty simple to fix ! Open server manager and add the WCF Activation feature under .NET Framework 3.5.1 (This is applicable to Windows 2008) Once activated, I reopen the application catalog… Same error ! In some scenarios, such … Read More