MDT integration

liamkrr 20 Reputation points
2023-02-27T17:59:40.4366667+00:00

Hello

I would like to use SCCM for OS Deployment

My question is:

SCCM alone is sufficient for operating system deployments, so what is the added value of using MDT with SCCM?

Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
859 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

Accepted answer
  1. CherryZhang-MSFT 6,486 Reputation points
    2023-02-28T02:32:02.5866667+00:00

    Hi @liamkrr

    MDT is a free, supported download from Microsoft that adds approximately 280 enhancements to Windows operating system deployment with SCCM. The following information for your reference:

    1, MDT once installed, can be integrated with SCCM to provide more rich features related to operating system deployment. One of the main reasons we wanted to integrated MDT is its rules engine which can be configured through customsettings.ini to generate lots of inbuilt MDT variables. This is not only limited to inbuilt variable but also provides a huge scope of creating your own variables.

    Once you create a TS in ConfigMgr using the MDT integration, the bulk of the scripts used by MDT stand-alone are also used in the TS. It's these scripts that provide access to the MDT DB as well as MDT variables which are accessible to the ConfigMgr task sequence as task sequence variables.

    2, MDT is suitable for small-scale environments, while SCCM is more suitable for large-scale environments. If you are in a very big organization, then Microsoft recommends a combination of MDT and SCCM. More specifically, if you have thousands of computers and many different applications to manage it’s a good direction to consider.

    Here’s how it works. You build and test your images using MDT standalone. Then you can deploy the images to a small number of pilot/test users with Windows Deployment Services (WDS), a network-based Windows installation technology from Microsoft for doing LTI deploys using PXE. (Like MDT, WDS is free.) Then once it’s all confirmed to be golden, you can do mass rollouts with SCCM.

    3, For more information, we can refer to following links:

     Integrate Configuration Manager with MDT 2013 | Microsoft Learn

    MDT Vs. SCCM (microsoft.com)

    Integrate MDT with SCCM | Configuration Manager ManishBangia

    Thanks for your time.

    Best regards,
    Cherry


     

    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful