Capture a Windows 11 Image using MDT

Anthony Hill 6 Reputation points
2021-12-01T05:05:38.93+00:00

I use WDS and MDT.

I would normally make a golden image with the OS and software I need.

I make a task "Sysprep and Capture"

I run the following cscript on the golden image:

net use * \deployment-server\DeploymentShare$ /user:domain\administrator
\deployment-server\DeploymentShare$\Scripts\LiteTouch.WSF

I then select the Capture Task which should do the sysprep and capture and place the captured golden image on the deployment server.

Normally the image is captured and sysprepped and nothing else is needed.

Has this method changed?
I read an article which said I had to boot into the VM and capture that way, which is different to what I normally do, by means of running the above commands on a pre-sysprepped image.

I am using vSphere and a VM with Windows 11 Education and other software.
I am not currently using the TPM side of things as I booted the golden image with the ByPassTPMCheck registry hack.

Any ideas or would someone like some more information?

Thanks!

Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,926 Reputation points
    2022-01-05T08:37:00.42+00:00

    Hello

    Thank you for your question and reaching out.

    I was able to successfully build and capture Windows 11 and then deploy it using the captured .wim file without any issues. I was a bit surprised that MDT made it through the new mini-setup wizard and other new screens with Windows 11, but it did.

    My deployment of Windows 11 using MDT looks like the following:

    Create the Windows 11 operating system folder
    Import the Windows 11 operating system files
    Create a new Windows 11 task sequence
    Build and capture using the Windows 11 task sequence
    Deploy the Windows 11 image captured with MDT


    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.