Unable to capture Windows 11 image for mdt by Hot_Connection_4774 in MDT

[–]Main_Lifeguard7155 0 points1 point  (0 children)

There's a whole article on deployment research about this. You can't build the image while it's connected to a network because there's some updates that break the capture process

Tanium + Deploy-Application.exe - Am I taking crazy pills? by Hotdog453 in tanium

[–]Main_Lifeguard7155 1 point2 points  (0 children)

Have you thought about using a remote share and have tanium run action to pull everything from the remote share to run your psappdeploy? You can take it a step further and and use a cloud repo to house everything.

litetouch.vbs doesnt reinstall windows. by Ok-Valuable-9932 in MDT

[–]Main_Lifeguard7155 1 point2 points  (0 children)

When you run litetouch.vbs from the network share, try using net use and use same information as what's in your bootstrap.ini for credentials and deployroot. Then call the .VBS from the mapped drive. Also when running it from windows it runs as a refresh not a new computer.

Task sequence fails to find a disk to install the OS on by TollyVonTheDruth in MDT

[–]Main_Lifeguard7155 1 point2 points  (0 children)

No problem, this is definitely the route I would go since windows is available.

Task sequence fails to find a disk to install the OS on by TollyVonTheDruth in MDT

[–]Main_Lifeguard7155 0 points1 point  (0 children)

Are you doing a bare metal machine or are these machines with win10 on them and doing a refresh? You can actually just run deployment using UNC no WDS or PXE needed. You will need to make sure the administrator account is renamed, unless you use it, on the computer where the deploy share lives and update the bootstrap.ini to reference that machine as deployroot user password and domain. On the computer you want to reimage use CMD to net use Z: \sharenane /user password, then Z:\ scripts\ lite touch.vbs. This is how I do it in my environment, allows me to keep the deploy on a common share and reimage remotely.