Details for obtaining 100% ConfigMgr Client Installation & Reach
October 25th, 2010
Comments off
Requirements:
- Windows Server Update Service (WSUS)
- Configuration Manager Site with Software Update enabled
- Organizational Unit or Security Group
- 2 Configuration Manager ADM Templates
- Active Directory Group Policy Object
- Windows Server Update Service (WSUS)
- Install the WSUS service on a Windows 2003 SP2 server
- Do not configure the WSUS service with the WSUS console at the completion of the WSUS installation.
- Configuration Manager Site with Software Update enabled
- Start your ConfigMgr installation or push a Software Update Point Role on to the WSUS server.
- Organizational Unit (OU) or Security Group (SG)
- Identify a OU or Security Group that will contain all systems expected to be managed by by your ConfigMgr site.
- Note: There can only be one OU or SG designated for 1 ConfigMgr site. You cannot have one OU or SG provisioning clients for multiple site codes.
- 2 Configuration Manager ADM Templates
- Obtain the ADM Templates that comes on the Configuration Manager 2007 CD, located: on the CD\TOOLS\ConfigMgrADMTemplates
- One ADM template is named: “ConfigMgr2007Assignment.adm” and the other is named: “ConfigMgr2007Installation.adm“
- The ADM template named “ConfigMgr2007Assignment.adm” is used to place the ConfigMgr site assignment settings in the clients registry
- Those settings are shown below:
- The “ConfigMgr2007Assignment.adm” template sets the following settings in the registry under: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Mobile Client
- Those settings are shown below:
- GPRequestedSiteAssignmentCode = <your site code>
- GPSiteAssignmentRetryDuration(Hour) = <Retry Duration (hours)>
- GPSiteAssignmentRetryInterval(Min) = <Retry Interval>
- The image below shows the settings for the ConfigMgr2007Assignment.adm template after its imported into the GPO.
- Description and uses of the above settings:
- The “GPRequestedSiteAssignmentCode” is the site code your client should and will be assigned to. When the client is reassigned by any other method to a site code other than the site code specified in the GPO, these GPO policy settings will automatically reassign the client back to the site code you defined in the GPO policy.
- The “GPSiteAssignmentRetryDuration(Hour)” is the amount of hours the client will keep attempting to reassign the client until successful or till reassigned to the site code specified in the GPO.
- The “GPSiteAssignmentRetryInterval(Min)” is the interval the GPO policy will wake up and check to see if the client is assigned to the site code specified in the GPO.
- The “ConfigMgr2007Assignment.adm” template sets the following settings in the registry under:
- Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\ccmsetup in a Value Name: SetupParameters.
- The below settings is a string of the ccmsetup parameters that are to be set for the above setting, which is what the client will use when the installation starts.
- /MP:msserver SMSSLP=smsslp.domain.com SMSSITECODE=XR2 FSP=smsfsp.domain.com CCMLOGMAXSIZE=100000 CCMENABLELOGGING=TRUE CCMLOGLEVEL=0 DISABLESITEOPT=TRUE DISABLECACHEOPT=TRUE CCMLOGMAXHISTORY=5 SMSCACHESIZE=9000
- NOTE: When a client installation starts, ccmsetup.exe will first look to the command-line first for the ccmsetup parameters. If it does not find ccmsetup command-line parameters, the ccmsetup.exe look to the registry for the ccmsetup.exe parameters, if the parameters are not found in the registry, the ccmsetup.exe will use Active Directory and assign the client based on ConfigMgr site boundaries.
- The image below shows the settings for the ConfigMgr2007Installation.adm template after its imported into the GPO.
- Local Computer Policy\Computer Configuration\Administrative Templates\Windows Components\Windows Update
- The image below shows the setting in a GPO object that allows you to set the WSUS/SUP server for clients to use to scan for updates.
- Apply a Group Policy Object targeting the OU or SG with membership of all the systems you want assigned to a specific site.
- Apply a Group Policy Object targeting the OU or SG with membership of all the systems you want assigned to a specific site.




Comments