Hi

I have noticed something strange in MDT regarding the AdminPassword variable
If AdminPassword = exactly 12 character then the password is messed up ?

I am setting some variables with powershell and it works ok but not for 
AdminPassword if the password is 12 characters in my environment ?
Example
AdminPassword=Passw0rd123 => OK
AdminPassword=Passw0rd1234 => NOK
AdminPassword=Passw0rd12345 => OK

unattend.xml looks like this below before it reboots into full OS when I am 
using AdminPassword=Passw0rd1234
[cid:[email protected]]

I have verified that the variable is set correctly with my PS script and it is 
not encoded when I read my variable in the TS Env

And if I change to AdminPassword=Passw0rd123 it works and looks lite below in 
unattend.xml
[cid:[email protected]]

I am using
MDT: 6.3.8443.100
ADK: 10.1.15063.0
Server: 2012 R2
Deploying: Win10x64Ent-1703

Any suggestions for how to fix this matter in the right way ?
I am thinking a “ducktape001.ps1” fix that sets the AdminPassword in the full 
OS to what I want but it feels like it the wrong way 😊


// Daniel

Reply via email to