I've setup an new MDT server to capture a win 10 image with application installed. intiall im able to connect to the deploymentshare folder using my ad credential that is a domain admin and also a local admin on the MDT server and has permission to the deploymentshare. I also give everyone full right to the deployment share to rule out any permission requirement. when I lounch the litetouch vbs script from the win 10 machine, it ask me for my credentials and then strats running, then on the second prompt I get invalid credential error.
below is my rules
[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
OSInstall=N
SkipCapture=NO
SkipAdminPassword=YES
SkipProductKey=YES
SkipComputerBackup=YES
SkipBitLocker=YES
DoCapture=YES
I hve also added my userid to the bootstrap.ini file with out any sucess. I also can mat the deployment share from the wim 10 machine I can ping the MDT server from the win 10 machine. I'm out of option, does anyone experience this issue?