SCCM 2012 R2 Step by Step Installation Guide


Check out my new SCCM 1511 step by step guide

SCCM 2012 R2 – Step by Step Installation Guide

The following guide will take you through the installation of SCCM 2012 R2 with a simple Primary Server approach and with the SQL server located on the same device. It assumes that no earlier version of SCCM is installed in the Active Directory domain it is being installed into.

Before installing SCCM 2012 R2 you will need to run through some prep work to get the Active Directory configured and extended, along with some application and role/feature installs

Prepare Active Directory for Configuration Manager

Create the System Management Container in AD

Connect to a domain controller and load ADSI Edit. Under the System OU create a new Object.

R201

Choose Container and click Next.

R202

Enter the name System Management and click Next.

R203

Complete the wizard and close ADSIEdit.

Delegate control to the SCCM site server to the newly created container in AD Users and Computers. Create a custom task to delegate and choose ‘This folder, existing objects in this folder and creation of new objects in this folder’

R204

R205

Check all Permission boxes and complete the wizard

R205a

Extend the Schema

From the SCCM 2012 media copy the \SMSSetup\Bin\x64\ folder to a Domain Controller holding the Schema Master Role. Ensure the account used is a member of the Schema Admins group in AD.  Right click the Extadsch.exe and choose ‘Run as Administrator ‘.

R206

A log file ‘ExtADSch.log’ will be generated on the root of the C: Drive. Check for the entry ‘Successfully extended the Active Directory schema.’

<01-01-2014 21:25:22> Successfully extended the Active Directory schema.

To check what Extadsch.exe is doing to the Active Directory then open up the file ConfigMgr_ad_schema.ldf that is located in the same folder.

Install Site Server Prerequisites

The following roles and features need to be installed onto the SCCM Site Server prior to installation:

  • BITS
  • Remote Differential Compression
  • IIS Components
  • .Net Framework 3.5

Add the following IIS components

Common HTTP Features

Static Content

Default Document

Directory Browsing

HTTP Errors

HTTP Redirection

Application Development

ASP.NET

.NET Extensibility

ASP

ISAPI Extensions

ISAPI Filters

Health and Diagnostics

HTTP logging

Logging tools

Request Monitor

Tracing

Security

Basic Authentication

Windows Authentication

URL Authorization

Request Filtering

IP and Domain Restrictions

Performance

Static Content Compression

Management Tools

IIS Management Console

IIS Management Scripts and Tools

Management Service

IIS 6 Management Compatibility

IIS 6 Metabase Compatibility

IIS 6 WMI Compatibility

IIS 6 Scripting Tools

IIS 6 Management Console

 

Install Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1

Go to http://www.microsoft.com/en-gb/download/details.aspx?id=39982 and download ADK 8.1.

Run the adksetup.exe file. Accept the licence agreement. This will download and install .Net Framework 4.5.

R209

Restart the system when prompted.

R210

After the restart setup will resume. Accept the default location for installation and click Next.

R211

Select whether to join the CEIP and click Next.

R212

Accept the licence agreement.

R213

Install the following components and then click Install.

  • User State Migration Tool (USMT)
  • Windows Deployment Tools
  • Windows PreInstallation Environment (Windows PE)

R214

R215

Once complete click Close.

R216

Install SQL Server

SQL Server 2012 SP1 is being installed as the SCCM database.

Run the setup.exe

Install a new stand-alone installation of SQL

R217

Click Ok.

R218

Install the product key or run in evaluation mode. Click Next.

R219

Accept the licence agreement and click Next.

R220

Include any product updates.  Click Next.

R221

Click Next.

R222

Choose the feature installation and click Next.

R223

Install the selected features and click Next.

R224

Click Next.

R225

Leave as the default instance and click Next.

R226

Click Next at the disk space requirements screen.

R227

Set any account to run the SQL services, in this instance the defaults have been selected. Once confirmed, click the Collation tab.

R228

Click the Customize button.

R229

Choose the ‘SQL Collation, used for backwards compatibility’ option and choose SQL_Latin1_General_CP1_CI_AS. Click Ok. Click Next.

R230

Use Windows authentication and Add the current user. Click Next.

R231

Set Reporting Services to install only. Click Next.

R232

Set error reporting preferences and click Next.

R233

Click Next.

R234

Click Install to begin the installation process.

R235

Once installed open up SSMS and limit the amount of RAM SQL can use to 50% of total RAM. Set the value for both max and min.

R235a

Set SQL to run with either a named domain account, network service or local system account. If using a named account grant the log on as a service right via gpedit.msc or GPO.

SQLService

Install SCCM 2012 R2

Begin the install of SCCM 2012 R2 by running splash.hta. Click Install.

R237

Click Next.

R237a

Choose to install a primary site in this instance. Click Next.

R238

Enter a licence key or evaluate. Click Next.

R239

Accept the licence agreement and click Next.

R240

Accept pre-req licences and click Next.

R241

Create a folder to store install updates and point the SCCM install to that location. Click Next.

R242

Updates will download and install.

R243

Select any language requirements for the SCCM server and click Next.

R244

Select any client language requirements and click Next.

R245

Enter a 3 digit site code and description and click Next. Be aware of Microsoft list of pre-reserved site code names. http://support.microsoft.com/kb/279868/en-us

R246

Choose whether to run the primary as stand-alone or join to an existing hierarchy. Click Next.

R247

In this instance a stand-alone primary is being installed. Click Yes to accept.

R248

Accept the database default configuration and click Next.

R249

Specify the path to the SQL database file and log file. In this instance it is the defaults. Click Next.

R250

Click Next to set the current server as the SMS Provider

R251

Set ‘Configure the communication method on each site system role’ as a PKI infrastructure is not being used. Click Next.

R252

Install both a MP and a DP onto the site server. Click Next.

R253

Choose whether to join the CEIP. Click Next.

R254

Click Next at the Summary screen.

R255

The following warnings can be ignored at the pre-req check screen. Click Begin Install.

R256

SCCM will begin the installation.

R257

Click close when complete.

R258

Launch the SCCM Console. Ensure the site and database report as healthy in the Monitoring workspace under System Status>Site Status

R2459

307 comments

  1. Hi,

    I am planning to work out a project regarding SCCM 2012 R2. I just want to know your inputs with my plans given my current scenario. So here it is: Our company has an Head Office with more than 50 employees and we have more than 400 branches located in different places (in a single country only) with ONE employees every branches. I am planning to roll-out SCCM to provide configurations, deployments, application/software patches and upgrades, and OS upgrades remotely to those endpoint clients located in our branches from the head office. I know that, it will not be cost-effective if I’m gonna implement distri point from different locations so I tried to find a more suitable plan for my case. I found out that Azure can be used as “cloud-based distribution point”. So I’m gonna try this in a test environment if this can fit with my scenario. However, I would still love to hear comments/suggestions/recommendations from an expert like you. What do you think could be the best solution for my scenario?

    I look forward to hear a feedback from you.

    Thanks a lot.

    Regards,

    Red

    1. Red,

      It’s not an easy decision to make. Bear in mind that cloud based DP’s are limited in functionality to an on-prem DP. They don’t support Windows Updates for example so you won’t be able to patch the devices that connect to these DP’s.

  2. hi
    can you please help as I don’t see Operating system Installer in my SCCM 2012 R2 instead I see Operating system upgrade package option

    any idea? please let me know.

    regards.

    SS

  3. i have issue . I install sql server on the Domain controller and SCCM server on an other pc which is join with domain. but it say setup is unable to connect to the SQL server
    and also what will be the FQDN name of SQL server
    Means W2k12-1 is the domain controller and SQL server
    and W2k12-2 is the SCCM server
    please help

  4. hi problem which im facing is first i test sccm on my laptop in home and it work ok. now in my workplace server i on adk and start installing features by it is very very slow 4 hours and 1% complete . it is installing winPE … but on my home laptop this feature is installed is there a way i can transfer it to my usb and then past to work place server .

      1. thanks sir, one more shoot…tell me the difference deployment kit for 8.1 and for 10 .and also tell me if i install 8.1 then on windows 10 software not work???

      2. ADK 10 supports Windows 10 builds but be aware that only certain versions of ADK 10 are supported in SCCM 2012. ADK up to 1511 is supported. Also Windows 10 1511 is supported but not 1607

      3. and also tell me the difference in sql 2012 and 2014 ? is SQL 2012 will work fine with server 2012 r2 and SCCM? thanks again

  5. I monitored the SCCM servers with SCOM.
    I have a guy who want to made some tune-up on our SCCM servers during the week-end and he don’t want, during this time, to get a lot of alerts from SCOM.

    He don’t want also to put the server in maintenance mode in SCOM. He just want to stop the SCCM services.

    Can we just “turn off” (and restart it after the tune-ups) services on SCCM server to prevent these alerts?

    If yes, what are theses services?

    Thank You

  6. hello, i m getting problem when i go for client push means( configure client installation setting )every check is hide out and it says applied to windows operating system only , you can download client for additional operating systems from microsoft download centre

  7. Hi SCCMentor.First of all I would like your work.

    We recently installed SCCM 1606 on new hardware but we have existing SCCM 2012 on different hardware(server with different name). I would to bring the existing SCCM to new installed SCCM 1606 .
    Please guide me where and how to start without distributing the production or users.

    Kiran

  8. Unable to connect to WMI (root\ccm) on remote machine ” “, error = 0x8004100e.

    Execute query exec [sp_CP_SetLastErrorCode] 2097152003, 0

    these lines are red. what could be the problem?

      1. WNetAddConnection2 failed (LOGON32_LOGON_NEW_CREDENTIALS) using account ” ” (00000035)

        The device “machine name ” does not exist on the network. Giving up

        ERROR: Unable to access target machine for request: “2097152003”, machine name: “”, access denied or invalid network path

        now these errors.. Is pcs should be in same vlans?

      2. yes i configured local admin
        this line is coming in red
        The ‘best-shot’ account has now succeeded 1 times and failed 0 times

      3. Unable to retrieve AD forest + domain membership. Error 0x8007054b LocationServices 12/13/2016 8:10:32 PM 5588 (0x15D4)
        Domain joined client is in Unknown location LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
        Current AD site of machine is Default-First-Site-Name LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
        DHCP entry points already initialized. LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
        Begin checking Alternate Network Configuration LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
        Finished checking Alternate Network Configuration LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
        Adapter {9D98CA92-B015-45DF-9989-816095DC2D45} is DHCP enabled. Checking quarantine status. LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
        Adapter {99B64E94-0548-4DB2-AB6D-B39F52C8650E} is DHCP enabled. Checking quarantine status. LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
        Adapter {BD0A806C-56EF-47F4-BB28-7E1996A395D0} is DHCP enabled. Checking quarantine status. LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
        Adapter {CD5F4FA0-4C8E-4B9C-9A84-A56366074818} is DHCP enabled. Checking quarantine status. LocationServices 12/13/2016 8:10:33 PM 5588 (0x15D4)
        Sending message body ‘

        ‘ ccmsetup 12/13/2016 8:10:33 PM 5588 (0x15D4)
        Sending message header ‘{028CF2E7-9E8B-4855-B3A9-68BBB25BFE2F}I-PCmp:[http]MP_LocationManagerdirect:I-PC:LS_ReplyLocations36005931DomainMP_LocationManagerSynchttp2016-12-13T15:10:33Z’ ccmsetup 12/13/2016 8:10:33 PM 5588 (0x15D4)
        CCM_POST ‘HTTP://Domain/ccm_system/request’ ccmsetup 12/13/2016 8:10:33 PM 5588 (0x15D4)
        GetDPLocations failed with error 0x80072ee7 ccmsetup 12/13/2016 8:10:36 PM 5588 (0x15D4)
        Failed to get DP locations as the expected version from MP ‘Domain’. Error 0x80072ee7 ccmsetup 12/13/2016 8:10:36 PM 5588 (0x15D4)
        Failed to find DP locations from MP ‘Domain’ with error 0x80072ee7, status code 200. Check next MP. ccmsetup 12/13/2016 8:10:36 PM 5588 (0x15D4)
        Only one MP Domain is specified. Use it. ccmsetup 12/13/2016 8:10:36 PM 5588 (0x15D4)
        Have already tried all MPs. Couldn’t find DP locations. ccmsetup 12/13/2016 8:10:36 PM 5588 (0x15D4)
        GET ‘HTTP://Domain/CCM_Client/ccmsetup.cab’ ccmsetup 12/13/2016 8:10:36 PM 5588 (0x15D4)
        Failed to send HTTP request. (Error at WinHttpSendRequest: 12007) ccmsetup
        WinHttpRequestReponse failed with a non-recoverable failure, 12007 ccmsetup
        DownloadFileByWinHTTP failed with error 0x80072ee7 ccmsetup
        Failed to get client version for sending state messages. Error 0x8004100e ccmsetup
        Params to send ‘5.0.8239.1403 Deployment Error 0x80072ee7. Url http://Domain/CCM_Client/ccmsetup.cab‘ ccmsetup
        Sending Fallback Status Point message to ‘W2K12-2′, STATEID=’308’. ccmsetup
        ccmsetup
        sending with winhttp failed; 80072ee7 FSPStateMessage
        Failed to send message to FSP. Error 0x80072ee7 ccmsetup
        Failed to send status 308. Error (80072EE7) ccmsetup
        ‘Configuration Manager Client Retry Task’ is scheduled to run at 12/14/2016 01:10:37 AM (local) 12/13/2016 08:10:37 PM (UTC) time with arguments ‘ /ForceInstall /config:MobileClient.tcf /RetryWinTask:1’. ccmsetup 12/13/2016 8:10:37 PM 5480 (0x1568)
        ITaskService::GetFolder failed with 0x80070003 ccmsetup 12/13/2016 8:10:37 PM 5480 (0x1568)
        CcmSetup failed with error code 0x80072ee7 ccmsetup 12/13/2016

        these are the clients log

      4. boundries were the problem. now i want to deploy endpoint security with bitdefender but if my clients have already install antivirus like avast, avira ,etc … how could they be deleted automatically?

      5. If Defender can’t automatically uninstall it then you will need to create an uninstall application or package yourself to remove the software

      6. sir i could not understand (client push account with local admin) who will be local admin in domain and how could i deploy it?please help

      7. You need to specify a local admin of your desktops. You can use GPO to add in a domain account into your local admin group on devices. Or you can use an existing local administrator account.

    1. —> Trying the ‘best-shot’ account which worked for previous CCRs (index = 0x0) SMS_CLIENT_CONFIG_MANAGER
      —> Attempting to connect to administrative share ‘\\MACHINE NAME\admin$’ using account ‘domain\sccm’ SMS_CLIENT_CONFIG_MANAGER
      —> The ‘best-shot’ account has now succeeded 2 times and failed 0 times. SMS_CLIENT_CONFIG_MANAGER
      —> Connected to administrative share on machine MACHINE NAME using account ‘domain\sccm’ SMS_CLIENT_CONFIG_MANAGER
      —> Attempting to make IPC connection to share SMS_CLIENT_CONFIG_MANAGER
      —> Searching for SMSClientInstall.* under ‘\\MACHINE NAME\admin$\’ SMS_CLIENT_CONFIG_MANAGER
      —> System OS version string “6.3.9600” converted to 6.30 SMS_CLIENT_CONFIG_MANAGER
      —> Unable to connect to WMI (root\ccm) on remote machine “MACHINE NAME”, error = 0x8004100e. SMS_CLIENT_CONFIG_MANAGER
      —> Creating \ VerifyingCopying existence of destination directory \\MACHINE NAME\admin$\ccmsetup. SMS_CLIENT_CONFIG_MANAGER
      —> Copying client files to \\MACHINE NAME\admin$\ccmsetup. SMS_CLIENT_CONFIG_MANAGER
      —> Copying file “C:\Program Files\Microsoft Configuration Manager\bin\I386\MobileClient.tcf” to “MobileClient.tcf” SMS_CLIENT_CONFIG_MANAGER
      —> Copying file “C:\Program Files\Microsoft Configuration Manager\bin\I386\ccmsetup.exe” to “ccmsetup.exe” SMS_CLIENT_CONFIG_MANAGER
      —> ForceReinstall flag is set to true SMS_CLIENT_CONFIG_MANAGER
      —> Updated service “ccmsetup” on machine “MACHINE NAME”. SMS_CLIENT_CONFIG_MANAGER
      —> Started service “ccmsetup” on machine “MACHINE NAME”. SMS_CLIENT_CONFIG_MANAGER
      —> Deleting SMS Client Install Lock File ‘\\MACHINE NAME\admin$\SMSClientInstall.CAM’ SMS_CLIENT_CONFIG_MANAGER
      Execute query exec [sp_CP_SetLastErrorCode] 2097152002, 0 SMS_CLIENT_CONFIG_MANAGER
      —> Completed request “2097152002”, machine name “MACHINE NAME”. SMS_CLIENT_CONFIG_MANAGER
      Deleted request “2097152002”, machine name “MACHINE NAME” SMS_CLIENT_CONFIG_MANAGER
      Execute query exec [sp_CP_SetPushRequestMachineStatus] 2097152002, 4 SMS_CLIENT_CONFIG_MANAGER
      Execute query exec [sp_CP_SetLatest] 2097152002, N’12/13/2016 10:54:36′, 12 SMS_CLIENT_CONFIG_MANAGER
      <======End request: "2097152002", machine name: "MACHINE NAME". SMS_CLIENT_CONFIG_MANAGER

      these are the logs

  9. Dear sir, i am installing SCCM 2012 r2, all prerequisites are complete, but at the end of installation i get this error ” Setup cannot create Database in SQL SERCER “.

  10. HI SIR,
    I WANT TO KNOW MORE ABOUT PUSH INSTALLATION IS THERE ANY MATERIAL FOR THAT.
    PLEASE LINK THE PATH

  11. I am installing an offline SCCM 2012R2 with SQL 2014 SP1, server has no internet connectivity. I mounted the ISO on the server and copy the files to the local drive. I downloaded the SCCM updates from another online 2012R2 server. Additionally, I added the prereqcore.dll and the setupcore.dll hotfix updated files to support SQL 2014 SP1. The error I am receiving is “Invalid prerequisite component path specified” soon after the installation begins. The log states ” Error: Wrong manifest version $$. This error is not after selecting to use previously downloaded files, it happens at the end, after I click Begin Installation. Any ideas?

  12. There are 59 files for the SCCM updates in the internet connected server, and I moved all 59 to the disconnected server. First time I downloaded them from a Win10 PC, and now I tried it from a 2012R2 server.

  13. ConfigMgrSetup – INFO: Extracted file C:\users\user\local\temp\configMgr.Manifest.XML
    – ERROR: Wrong manifest version %%

    ConfigMgrSetupWizard – Verbose: 1: Report failure callback. Failure 86.
    Verbose: 1:Received error [Invalid prerequisite component path specified.]

    The other lines are just INFO or skipped

  14. hello, i am having a problem while install sccm, error is (“Fail to create SQL Server Certificate, ConfigMgr installation cannot be completed. Click the View Log button for more information”)

      1. hi , if i have configured SCCM server but in some way. if my sccm server crashes and if i install it newly . then i should have to change my site code or any thing in My Domain . can is choose previous site code and new installation of SCCM server in the same domain make any duplication in the domain???

      2. You need to backup your site server either via Maintenance Task or SQL backup and then you can restore. The server you restore to must have the same hostname and you will use the same site code when you restore. The disk configuration should match the original site server. If you are not restoring then you need to create a new site server, I would recommend not using the same site code however if you remove entries in the System Management container that relate to the old site then you should be OK. I can’t see why you should bother using same site code though. Just create a new one then you know for sure that you won’t have issues doing this.

      3. and also if i install adk for windows 10 then i just only can deploy windows 10 or windows 7,and windows could also be deployed with it??

      4. and if i have install sql 2012 sp1 … should i have to perform clean install or i can upgrade it from sp1 to sp2 ?and what version of sql i should have to use standard or express?

      5. i installed sccm in the past but my server crashed . now i am installing it again but active directory is Same.does it make any conflict with my Active directory? i have changed with site code any other suggestion ?

      6. You don’t need to run the schema extension but you will need to delegate rights to the new site server computer object in System Mansgement

  15. Hello Paul,

    I have a question regarding the AD container object. If I need to create a new SCCM environment in the same domain, do I need to create a new container object for it ?

    1. Each remote location will need to be assessed for requirements. This is not something that can answered here. You could take a look at branch cache options also or ACP’s like Nomad/OneSite

  16. Hi
    I am trying to reconfigure system center to work with remote sql server .. I opened the ports (tcp 4022, tcp 1433, udp 1434, tcp 445, tcp 135, tcp 139, tcp 5003 and tcp 5008) but I get this error ERROR: Site server does not have admin rights on remote sql server machine. Both computers work in our domain .. When I check the domain security log for audit failures I see this
    An operation was attempted on a privileged object.

    Subject:
    Security ID: LOCAL SERVICE
    Account Name: LOCAL SERVICE
    Account Domain: NT AUTHORITY
    Logon ID: 0x3E5

    Object:
    Object Server: LSA
    Object Type: –
    Object Name: –
    Object Handle: 0x0

    Process Information:
    Process ID: 0x284
    Process Name: C:\Windows\System32\lsass.exe

    Requested Operation:
    Desired Access: 16777216
    Privileges: SeSecurityPrivilege
    It seems that the system center works with local service .. how can we change it to work with domain account ?
    Best regards

  17. Do you have any guideline or best practice in setting up a separate SCCM Primary Site (ex. DEF) isolating from the existing SCCM Site (ex.ABC). Will adding a new SCCM Primary Site Primary Site to the existing System Management Container in ADSI caused any issue with the existing environment?

    Thanks for the help in advance.

    1. Nope you can do this without issue. The main thing to remember is not to have boundaries set for automatic site assignment in your sites and therefore to install the client using the SMSSITECODE= parameter and not use auto

  18. Hello , i want to do fresh SCCM implementation for 1000 clients, as i will have only 1 primary site server & 4 distribution point so is it enough for 1000 clients..?
    How many license are required for 1000 clients..
    SQL needs different physical server or we can install it on same sccm server..?
    i wanted to know the whole installation procedure of primary site server, DP, sql installation etc..

    Thanks

  19. Hello, I am a computer technician. I have a data disk saturation problem on the SCCM server, where I could purge log files or other files to save space on my disk?

  20. Can i know, What the difference that event generated from SCCMDB and logs files.
    Is there any difference.?

  21. I am trying to download SCCM 2012 R2 SP2 prerequisites, and in the process of downloading the files, I ran into an error. After viewing the log file, I have found the following:

    INFO: Attempting to load resource DLL… $$
    INFO: F:\SMSSETUP\BIN\X64\setupdl.exe: Start $$
    INFO: Try to initialize COM. $$
    INFO: Already initialized. $$
    INFO: Show browse for folder dialog. $$
    INFO: User selected OK. $$
    INFO: Path ‘C:\SCCMPrereqs’ selected. $$
    INFO: Get malloc interface. $$
    INFO: Free ID list. $$
    INFO: Downloading files to C:\SCCMPrereqs $$
    INFO: Downloading component manifest… $$
    INFO: Downloading language manifest from http://go.microsoft.com/fwlink/?LinkId=533215 $$
    INFO: Downloading http://go.microsoft.com/fwlink/?LinkId=533215 as ConfigMgr.LN.Manifest.cab $$
    INFO: checking if there’s an explicit proxy server. $$
    INFO: WinHttpQueryHeaders() in Download() returned OK $$
    INFO: Downloading http://go.microsoft.com/fwlink/p/?LinkId=529497 as ConfigMgr.Manifest.cab $$
    INFO: checking if there’s an explicit proxy server. $$
    INFO: WinHttpQueryHeaders() in Download() returned Not Found $$
    ERROR: Download() failed with 0x80004005 $$
    ERROR: Failed to download manifest (0x80004005) $$
    INFO: Attempting to load resource DLL… $$
    INFO: H:\SMSSETUP\BIN\X64\setupdl.exe: Start $$
    ERROR: Operation cancelled by user. $$
    INFO: Attempting to load resource DLL… $$
    INFO: H:\SMSSETUP\BIN\X64\setupdl.exe: Start $$
    INFO: Try to initialize COM. $$
    INFO: Already initialized. $$
    INFO: Show browse for folder dialog. $$
    INFO: User selected OK. $$
    INFO: Path ‘C:\SCCMPrereqs’ selected. $$
    INFO: Get malloc interface. $$
    INFO: Free ID list. $$
    INFO: Downloading files to C:\SCCMPrereqs $$
    INFO: Downloading component manifest… $$
    INFO: Downloading language manifest from http://go.microsoft.com/fwlink/?LinkId=239893 $$
    INFO: Downloading http://go.microsoft.com/fwlink/?LinkId=239893 as ConfigMgr.LN.Manifest.cab $$
    INFO: checking if there’s an explicit proxy server. $$
    INFO: WinHttpQueryHeaders() in Download() returned Not Found $$
    ERROR: Download() failed with 0x80004005 $$
    ERROR: Failed to download language pack manifest (0x80004005) $$

    Any alternative method to download the files? I have tried running %Directory%\BIN\X64\setupdl.exe”, and have tried using SCCM 2012 R2 Prerequisites Downloader: https://gallery.technet.microsoft.com/scriptcenter/SCCM-2012-Prerequisites-1ce58746

    And also tried ConfigMgr Prerequisites Tool 3.0.5: https://gallery.technet.microsoft.com/ConfigMgr-2012-R2-e52919cd, but none helped. Can you assist me with this if you have encountered the same issue?

    1. I’ve not had this issue Nadir. You can run the pre-reqs on any device so may copy off to another machine with Internet access and try again. You can then copy the files into the folder.

Leave a reply to SCCMentor Cancel reply