Close Menu
    Facebook X (Twitter) Instagram
    Saturday, October 11
    X (Twitter) LinkedIn Reddit RSS
    All about Endpoint Management
    • Home
    All about Endpoint Management
    Home»Active Directory»How to Install MBAM 2.5 SP1 and integrate with SCCM Configmgr 2012 R2 SP1 – Part 2

    How to Install MBAM 2.5 SP1 and integrate with SCCM Configmgr 2012 R2 SP1 – Part 2

    Eswar KonetiBy Eswar KonetiSeptember 11, 8:48 pm3 Mins Read Active Directory 43,852 Views
    Share
    Facebook Twitter LinkedIn Reddit

     

    In part 1 here ,we have created the AD user accounts,security group and register SPN .In part 2 of this multiple series guide ,we will install windows roles/features ,SQL server 2012 SP1 and configure database,permissions etc on our MBAM server (MBAM01).

    MBAM SQL server Requirements:

    image_thumb[3]

    Login to the MBAM01 server using account that has local administrator rights (I use my SCCM installation account in this case CM_srv, if you have created mbam_admin,use that account) ,open Server Manager ,select add roles and features.

    image

    select the following roles and features:

    Roles:
    • Web Server (IIS) Management Tools (Click IIS Management Scripts and Tools.)
    • Web Server Role Services
      • Common HTTP features
        Static Content
        Default Document
      • Application development
        ASP.NET
        .NET Extensibility
        ISAPI Extensions
        ISAPI Filters
      • Security
        Windows Authentication
        Request Filtering
      • Web Service IIS Management Tools
    Features:
    • .NET Framework 4.5 features
      • WCF Activation
        HTTP Activation
        Non-HTTP Activation
      • TCP Activation
      • Windows Process Activation Service:
        Process Model
        .NET Framework Environment
        Configuration APIs

    During the installation,you must provide sources\sxs folder from your server media else .net framework features will fail to install.

    Next prerequisites is ,download and install  ASP.NET MVC 4  from http://www.asp.net/mvc/mvc4

    Reboot the server ,once the server is up, Login to server using CM_SRV Account to install SQL server 2012 SP1 on our MBAM01 server.

    Setup Role

    image

    Feature Selection

    • Database Engine
    • Reporting Services
    • Client Tools Connectivity
    • Management Tools – Complete

    image

    Instance:

    image

    image

    Database locations:

    image

    image

    Next ,we will have to enable named pipes and TCP IP in SQL server configuration manager.

    image

    After this ,Open services.msc (you can type this from RUN command ) and change the SQL server service log on to Local System account from its properties instead of NT service account. Domain account would be recommended but in lab,I go with Local system account.

    image

    Restart the SQL Agent service.

    we will now try to configure the Permissions for the user account who do the installation of MBAM Database and reporting roles on this Database instead of using full administrator account.

    Open the SQL server management Studio

    image

    select the user account (MBAM_hd_apppool):

    image

    image

    click on serve roles

    image

    Also configure the Rights for user Account/Group (MBAM_HD_Reports) who create and publish report to SQL Server Reporting Services:

    • Create Folders
    • Publish Reports

    Run Internet Explorer as administrator and browse http://mbam01/Reports/Pages/Folder.aspx (change the server name)

    Click on Folder settings

    image                  image

    Type MBAM_HD_Reports

    image                      image

    With this,we completed the Prerequisites for windows roles/Features and SQL server database.

    In the next part (part 3),we will look at the prerequisites for the Configuration Manager Integration feature with MBAM.

    Bitlocker Configmgr MBAM integration How to Install Install SQL server for MBAM MBAM MBAM 2.5 SP1 MBAM Integrate with SCCM 2012 MBAM SPN MBAM User Accounts Reports SCCM 2012 R2 SP1 SQL server Install MBAM
    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

    15 Comments

    1. avinash b on October 30, 2018 8:22 AM

      Hi Eswar,
      We are implementing MBAM in our organization. We are planning to go with MBAM 2.5 SP1 and SQL 2016 STD.

      I have gone through Microsft article which states that "In order to support SQL 2016 you must install the March 2017 Servicing Release for MDOP https://www.microsoft.com/en-us/download/details.aspx?id=54967".

      Please guide how to install the March 2017 Servicing Release for Server and client.

      Thank you

      Reply
      • Eswar Koneti on November 2, 2018 2:22 PM

        Hi ,
        For SQL server ,you can download MBAM server installation file to install on MBAM server and MBAMclient to install on clients .Note that ,these additional components are to be installed after you install the original installation files.

        Thanks,
        Eswar

        Reply
    2. avinash b on October 29, 2018 7:31 PM

      Hi Eswar, We are implementing MBAM in our organization. We are planning to go with MBAM 2.5 SP1 and SQL 2016 STD.

      I have gone through Microsft article which states that "In order to support SQL 2016 you must install the March 2017 Servicing Release for MDOP https://www.microsoft.com/en-us/download/details.aspx?id=54967".

      Please guide how to install the March 2017 Servicing Release for Server and client.

      Reply
    3. Alexandre on June 21, 2018 5:05 PM

      i can't access the report server : it replaces HTTP by https then say certificate is not good , then 404 error .... what's wrong ? i followed all the steps from part 1 to part 2

      Reply
      • Eswar Koneti on June 23, 2018 3:43 PM

        did you enable https SSRS services ? check the reporting services configuration wizard

        Regards,
        Eswar

        Reply
    4. Harri Hoyla on December 7, 2017 9:20 PM

      Hi,

      I followed your instruction, but when I run Internet Explorer as administrator and browse http://my_mbam_server/Reports/Pages/Folder.aspx I get error

      Server Error in '/' Application.

      The resource cannot be found.
      Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

      Requested URL: /Reports/Pages/Folder.aspx

      Thanks

      Reply
    5. Mike Virata on October 5, 2017 11:02 PM

      Hi Eswar, I also have a question about "Also configure the Rights for user Account/Group (MBAM_HD_Reports) who create and publish report to SQL Server Reporting Services:"

      Our SQL Server is on a separate server than our MBAM01 server, so I'm not going to be able to browse to http://mbam01/Reports/Pages/Folder.aspx

      I guess the main question is: since I have two servers MBAM01 and MBAMDB01, do I have to install mbam 2.5 on both servers, then configure them separately?

      Reply
      • Eswar Koneti on October 19, 2017 11:14 AM

        HI Mike,
        If you SQL is on remote ,please follow the steps outlined here http://eskonr.com/2016/10/install-mbam-2-5-sp1-on-remote-sql-and-integrate-with-sccm-configmgr-1606-notes-and-scripts/

        Regards,
        Eswar

        Reply
    6. Angel on September 7, 2017 7:07 AM

      Hi Eswar,
      Great guide but I agree with DPL, there seems to be a gap between creating the SQL login and configuring the Reporting Services. I am using SQL 2012 sp1 and the Reports/Pages/Folder.aspx does no exist
      Once again thanks for putting this together.

      Reply
      • Eswar Koneti on October 19, 2017 11:16 AM

        Hi Angel,
        I am going to re-look at the guides later this week or so and also am trying to setup new lab so i can correct if there is anything confusion.

        Regards,
        Eswar

        Reply
    7. Paras Kumar Jain on May 3, 2017 9:59 PM

      Hi Eswar,

      Can you please share the URLs for all the parts for this integration guide here?

      Reply
      • Eswar Koneti on May 7, 2017 10:32 PM

        All the links are shared in the first blog post http://eskonr.com/2015/10/how-to-install-mbam-2-5-sp1-and-integrate-with-sccm-configmgr-2012-r2-sp1/

        Regards,
        Eswar

        Reply
    8. DPL on April 5, 2017 9:58 PM

      ..the wood for the trees..
      hanks 😉

      Reply
    9. DPL on April 5, 2017 6:56 PM

      Hello Eswar,

      nice guide, but i have one question.
      Your words:
      "Also configure the Rights for user Account/Group (MBAM_HD_Reports) who create and publish report to SQL Server Reporting Services:

      Create Folders
      Publish Reports
      "
      Where can i make this settings?
      Can you give me some detailled informations?
      Thanks

      DPL

      Reply
      • Eswar Koneti on April 5, 2017 8:56 PM

        It is given in the blog post how to configure the permissions https://i1.wp.com/eskonr.com/wp-content/uploads/2015/09/image5.png
        post http://eskonr.com/2015/09/how-to-install-mbam-2-5-sp1-and-integrate-with-sccm-configmgr-2012-r2-sp1-part-2/

        Regards,
        Eswar

        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.