Why is there no MDT Support for Windows 11?

Eric Avelar 5 Reputation points Microsoft Employee
2023-07-05T16:13:02.74+00:00

Curious to know why Microsoft has decided to not support Windows 11 with MDT? I know of many organizations that leverage MDT for their offline (isolated/closed network) environments. Especially with Long Term Servicing Channel version of Windows. Is there official guidance for a replacement for this product moving forward? I know the focus is cloud but what about those organizations that are not in the cloud and closed to the internet?

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).
830 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,173 questions
0 comments No comments
{count} vote

5 answers

Sort by: Most helpful
  1. KS 10 Reputation points
    2023-11-17T16:47:19.43+00:00

    Microsoft Configuration Manager/Intune is VERY expensive and does not support shared systems.

    2 people found this answer helpful.
    0 comments No comments

  2. Simon Ren-MSFT 30,191 Reputation points Microsoft Vendor
    2023-07-06T02:25:15.9066667+00:00

    Hi,

    Thank you for posting in Microsoft Q&A forum.

    1,Per the official document, MDT does not support deployment of Windows 11. Microsoft recommends using alternative deployment solutions such as Microsoft Configuration Manager (MECM) as it is more flexible and provide a richer experience for deploying Windows images.

    Refer to:

    MDT Supported platforms

    Support for Windows 11 in Configuration Manager

    2,Microsoft also suggests alternative solutions for endpoint management for those that cannot yet use a cloud-only management approach. These include deploying Configuration Manager clients over the internet using a cloud management gateway (CMG), attaching your existing Configuration Management estate to the cloud with tenant attach, or using co-management to manage devices concurrently using both Configuration Manager and Microsoft Intune.

    Refer to:

    Cloud management gateway overview

    Thanks for your time. Have a nice day!

    Best regards,

    Simon


    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.

    1 person found this answer helpful.

  3. Heidler, Stefan 5 Reputation points
    2024-03-13T12:09:53.2866667+00:00

    Dear Darren

    You "just" need to replace the Wim image which is used to create the boot wim file with the one from winre which can be found install the install.wim

    Regarding VNC integration. In unattend.xml you need to add an additional line:

                    <RunSynchronousCommand wcm:action="add">
                        <Description>Lite Touch PE</Description>
                        <Order>1</Order>
                        <Path>cmd.exe /c X:\Deploy\Tools\VNC\install.cmd</Path>
                    </RunSynchronousCommand>
    
    

    And of course you need to add this additional files to you boot file - additional files can be added in the properties of your MDT.

    install.cmd should look like this

    @echo off
    %WINDIR%\System32\wpeutil.exe DisableFirewall
    mkdir %SystemDrive%\VNC
    %windir%\regedit.exe -s "%~dp0Settings.reg"
    xcopy %~dp0*.* %SystemDrive%\VNC /cherky
    %SYSTEMDRIVE%\VNC\tvnserver.exe -install -silent
    %SYSTEMDRIVE%\VNC\tvnserver.exe -start -silent
    
    

    Content of the VNC folder

    Bildschirmfoto 2024-03-13 um 13.07.46

    The Settings.reg does have all settings for the VNC agent - you need to export it after installation and set all settings on an demo client, including the password.

    That's it - more or less...

    Kind regards

    Stefan

    1 person found this answer helpful.
    0 comments No comments

  4. Simon Ren-MSFT 30,191 Reputation points Microsoft Vendor
    2023-07-19T09:40:56.0633333+00:00

    Hi,

    Hope everything goes well. Do you need any further assistance about this issue? If yes, please feel free to let us know, we will do our best to help you.

    If the response is helpful, it's appreciated that you could click "Accept Answer" and upvote it, this will help other users to search for useful information more quickly.

    Thanks for your time.

    Best regards,

    Simon

    0 comments No comments

  5. Heidler, Stefan 5 Reputation points
    2023-10-16T15:42:16.87+00:00

    Dear Eric

    Please feel free to contact me. While MDT does officially not support Windows 11 we do use MDT to deploy Windows 10/11 and Servers 2012/2016/2019 within the same Tasksequence.

    I do not care if Microsoft does support it - as I know how to deal with.

    We even install our clients via a small self-updating USB pen drive over Wireless LAN as most of the new models do not have any LAN Ports built in.

    After the OS installation we install the SW deployment agent like ManageOne, OPSI or SCCM to handover the further installation of software packages.

    The client will end up in an on Premise AD or if you prefer in the Login Screen for Azure AD Join - selectable via Menu.

    Did even integrate VNC-Agent do give Support during the installation.

    Kind regards

    Stefan

    Bildschirmfoto 2023-10-16 um 18.02.52