Close Menu
    Facebook X (Twitter) Instagram
    Saturday, October 11
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»CM2012»How to Install SCCM Configmgr Technical Preview

    How to Install SCCM Configmgr Technical Preview

    Eswar KonetiBy Eswar KonetiMay 06, 9:39 am3 Mins Read CM2012 1,925 Views
    Share
    Facebook Twitter LinkedIn Reddit

    Microsoft announced some exciting stuff about Configuration manager 2012 and upcoming product Configmgr Technical preview  (can this be SCCM Configmgr 2016?) at Microsoft Ignite 2015. I did blog yesterday on Configuration manager updates from Ignite session ,Read the post here.

    After the release of Configuration manager Technical preview,i started downloading and Installed it in my lab to play with it .During the installation,i captured few screen shots will be posting in this blog.

    There are is Big difference in the Installation of Tech preview compared to its Previous version (configuration manager 2012).If you have done the installation of Configuration manager 2012,this will be straight forward for you. There are lot of step by step guides available on windows-noob.com to show you how to install .

    In this blog post,i am not going to show step by step installation with screen shots instead ,just the short summary and couple of Configmgr screen shots and it is clean installation.

    Before you start installing,download Configuration manager Tech preview from here (no registration required),ADK from here and SQL server 2012 R2 or SQL server 2014.

    Size of the file is around 484 MB in zipped format ,after you extract ,it comes around 820MB.

    Steps:

    1.Install Windows server 2012,Join to the Domain .Provide enough permissions to the system management container folder in Active Directory to publish the attributes.

    2.Download ConfigMgr 2012 R2 Prerequisites Installation Tool 1.3.0 .Big thanks to Nickolaj for developing this tool.This tool simplify lot work for you by installing all the required roles and features.

    3.Install SQL Server 2012 R2 or SQL server 2014 with database engine and reporting services. There is no requirement or restriction for the cumulative update version of SQL .

    4.Download the prerequisites files by running the setupdl.exe from your Configmgr media SC_Configmgr_SCEP_SCTP\SMSSETUP\BIN\X64. You can do this on the computer that have internet connection and copy the files to the configmgr server .Total size of the prerequisites folder is 672MB with 59 items init.

    5.Check if your SQL Server services are not running under network service ,You can either choose local system or domain account.

    6.Install WSUS,WDS if you need at this stage else you can do it later.

    7.Install ADK (components required are: USMT,Deployment tools,WinPE).You can use Nickolaj tool to install this as well.

    8.Start the Configuration manager Tech preview installation by running splash.hta or setup.exe from SC_Configmgr_SCEP_SCTP\SMSSETUP\BIN\X64

    image image

    image

    image image

    image

    image

    image

    image For any Prerequisites error,monitor the log ConfigMgrPrereq.log on the root of your C drive.

    image image

    You are done with the installation of Configuration manager Tech Preview.If any errors,check the log file on the root of your C Drive ConfigMgrSetup.log

    image Site Version :8239

    Client Version:5.00.8239.1000

    Console Version:5.00.8239.1000

    More information can get from Registry path HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Setup

    image

    5.00.8239.1000 8239 configmgr Configmgr Tech preview Download Install Configmgr SCCM SCCM 2016 Tech preview
    Share. Twitter LinkedIn Email Facebook Reddit

    Related Posts

    SCCM SQL Report – Compare Installed Apps on TWO Different Computers

    July 13, 10:35 am

    Optimize Your Intune Workflow with a Powerful Browser Extension

    March 22, 10:39 am

    Migrate Microsoft 365 Updates from SCCM/MECM to Intune for Co-Managed Devices

    February 11, 9:50 pm

    7 Comments

    1. ramg1967 on November 22, 2018 5:36 AM

      Sorry for delayed response. I finished installing TP1810 within home lab. I have configured Boundary with 192.168.1.3 to 192.168.1.254. Do,I need to update anything on the DHCP server as it is with IP range of 192.168.0.3 to 192.168.0.254. The reason I am asking is, if I were to install WS it should get ip address of 192.168.1.x because, I want to test new features of TP1810 on this WS and not to mess with CB1806 WS that are in IP range 192.168.0.x. Appreciate your response.

      Reply
      • Eswar Koneti on January 1, 2019 2:40 PM

        Hi,
        Sorry for the delayed response .You dont have to make any changes on the DHCP but just that ,you must have scope configured in DHCP with the IP address that client get it and do pxe boot.

        Thanks,
        Eswar

        Reply
    2. ramg1967 on November 20, 2018 4:59 AM

      I am trying the install today. So far CMTP server is installed and joined to the domain. All roles and features installed including WDS, WSUS & SQL 2017 with CU9.

      Since, I joined CMTP to the domain it already has production server site code. While installing TP1810, I will choose a different site code (TP1) and after the install will change boundary to 192.18.1.1 because Production boundary is 192.168.0.1.

      Will keep you posted.

      Ram

      Reply
    3. Ram on May 7, 2015 9:40 PM

      Thanks to your response. So, in effect, I should do the following to have 2 CM running on the same domain.

      0. Existing scope on the dhcp server is 192.168.0.1 to 192.168.0.254 (255.255.255.0) with default gateway 192.168.0.1
      1. Create a new scope on the dhcp server with 192.168.1.0 to 192.168.1.254 (255.255.255.0) with default gateway 192.168.1.1
      2. Create a new superscope on the dhcp server to include 192.168.0.0 + 192.168.1.0 (255.255.255.0)
      3. Install Windows Sever 2012 R2 on a new server and install all the updates
      4. Configure static ip address (192.168.1.16)
      5. Join the server to the domain
      6. Provide proper permission to the system management container in AD
      7. Install SQL 2014 (database engine, reporting services,management tool) & check the services are running
      8. Install required roles and features using Nick tool (Powershell script)
      9. Install ADK components
      10. Install WDS and WSUS
      11. Install CM 2016 TP from the setup folder

      As of now my current boundary seting on CM 2012 R2 is Type = Active Directory Site and Active Directory Site name = Default-First-Site-Name. I think this can cause problem with CM 2016 TP and I need to change boundary setting on CM 2012 R2 Type = IP Subnet (192.168.0.1, 255.255.0 with network ID 192.168.0.0).

      Hope you can go through above info and let me know whether, I am in the right path. Take your time - No rush.

      Thanks

      Ram

      Reply
      • Eswar Koneti on May 11, 2015 3:32 PM

        yes,the only and primary change required is boundary and get that with IP address instead if AD site that will solve your problem.

        Reply
    4. Ram on May 6, 2015 9:16 PM

      Hi - Thanks for the brief install notes. i have done a lot of CM2012 install and am quite familiar with the process. Just one question - how can the install be done in the following situation.

      1. I already have CM2012 R2 running in my lab with up to date CU installed. The server running CM12 also has SQL 2012 R2.
      2. Is it possible to run 2 simulatenous version of CM in a lab environment - if so how to do

      My Home lab setup

      Domain Controller, DHCP, DNS on server 2012 R2
      CM2012 with SQL 2012 R2 on server 2012 R2
      Clients are Windows 7, Windows 8.1 and Windows 10TP

      Thanks

      Ram

      Reply
      • Eswar Koneti on May 7, 2015 9:18 AM

        You can have 2 CM servers in same domain as long as they dont share common boundaries. Install CM preview on different server with different site code ,install windows workstation(WS1) OS with IP address which is not in boundaries of CM12. Configure the boundary of WS1 in CM preview to manage the client.

        Reply

    Leave a ReplyCancel reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Sign Up

    Get email notifications for new posts.

    Author

    I’m Eswar Koneti ,a tech enthusiast, security advocate, and your guide to Microsoft Intune and Modern Device Management. My goal? To turn complex tech into actionable insights for a streamlined management experience. Let’s navigate this journey together!

    Support

    Awards

    Archives

    © Copyright 2009-2025 Eswar Koneti, All rights reserved.

    Type above and press Enter to search. Press Esc to cancel.