Before we can manage our clients with System Center Configuration Manager, we’ve to install the SCCM agent. Installation Methods are:
- Client push
- Software Update point
- Group Policy
- Manual
- Loginscript
- Software Distribution
- Imaging
In this example we are going to push the client to our servers and workstations.
1.) First you need to configure your boundaries. I’ve added a IP range of my workstation DHCP scope. This can also be:
– IP subnet
– Active Directory site
– IPv6 prefix
– IP address range
2.) Now we can enable the client push installation. Go to Site Management, your site name, Site Settings, Client Installation Methods, Client Push Installation.
– Enable: “Enable Client Push Installation to assigned resources”
– System types: Choose the system types where you want to install the SCCM clients
– Accounts: Type in a account with administrator rights
– Client: Type in the installation properties. In this example I’m using only the option SMSSITECODE=S01. For an overview of all the options, check the following link: http://technet.microsoft.com/en-us/library/bb680980.aspx
3.) Make sure you’ve run an discovery, so the system where you want to install the client is succesfully discovered
4.) In order to successfully use client push to install the Configuration Manager 2007 client, you must add the following as exceptions to the Windows Firewall:
– File and Printer Sharing
– Windows Management Instrumentation (WMI)
5.) Right click on the system where you want to install the SCCM client and select Install Client
6.) After starting the installation, you’ll see the following proccess on your client
– CCMSETUP.EXE, this is a sign that the installation is running
7.) When the installation is finished, there’s a new proccess CCMEXEC.EXE
8.) Verify that the agent is succesfully installed. Go to your control panel on your client and check the following new icons:
– Configuration Manager
– Remote Control
– Run Advertised Programs





Posted in Microsoft SCCM 2007 | 1 Comment »
Discovery is a Microsoft System Center Configuration Manager 2007 process that allows Configuration Manager 2007 to search various places on your network for computers that can be managed as Configuration Manager 2007 clients. Discovery can also locate resources that cannot be clients, such as printers and routers. By default, all the discovery methods are disabled, exept one, the Heartbeat Discovery. We come back on this item later on.
In this example i’m going to enable the Active Directory System Discovery. In the following articles I’ll show you also the other discovery methods.
1.) Go to Site Settings and choose Discovery Methods
2.) Open the properties of Active Directory System Discovery
3.) Click on Enable Active Directory System Discovery
4.) Specify the location in your Active Directory you want to discover (root domain, OU level ect…)
5.) Specify the Polling schedule (when should the discovery proccess run)
6.) Enable Run discovery as soon as possible if the proccess must started directly!
7.) Specify the Active Directory attributes you want to discover
8.) After a copple of minutes go to you Computer Management, Collections, All Systems
9.) You’ll see your computer object from the Active Directory environment



Posted in Microsoft SCCM 2007 | 1 Comment »
After preparing the Active Directory environment, we can start the installation of Microsoft System Center Cconfiguration Manager 2007. First of all, you’ve to enable some Windows Components:
1.) Internet Information Services (IIS)
2.) Enable network COM+ access
3.) Background Intelligent Transfer Services (BITS) Server Extensions
4.) Allow WebDAV Web Service Extensions
Now the environment is ready to start the installation. You can run the prerequisite checker to see if you’ve installed all the nessesary prequisites.
1.) The first site server is always the Primary SCCM server (Central Server)
2.) Choose the Custom settings, to specify your installation path, SQL server etc…
3.) The first server is always a Primary site
4.) Give the site a unique site code. This must be a unique 3 character code with a combination of letters, numbers or a combination of this two. For example S01, S02.
5.) Choose the mode for your SCCM environment. Note: for native mode requires a Public Key Infrastructure (PKI)
6.) Choose the agents you want to enable
7.) Specify the computername, instance and database name to store the SCCM database Note: Express Editions of SQL are not supported!!
8.) Enter the SMS Provider, used by the Configuration Manager Console to communicate with the site database
9.) Enter the FQDN of you Management Point. SCCM agents communite with the Management Point
10.) Specify the HTTP settings, default port 80 HTTP
11.) Download the latest updates to ensure the highest level of functionality and compatibility
12.) Check the settings summary
13.) Start the installation
14.) After the installation, check the following logfiles on your C:\ drive
– ComponentSetup.log
– ConfigMgrPrereq.log
– ConfigMgrSetup.log









Posted in Microsoft SCCM 2007 | 1 Comment »