Hi Guys
Hope someone can shed some light on this as it has me baffled.
Scenario is this
Replacing windows 32 bit with 64bit on our client machines, have USMT backing up the profiles to a network share (hardlink is to dangerous incase build fails)
our Task Sequence loads the USMT variables from our custome settings.ini everything works as expected until the following
This is our process
1) Log on to client pc (at this stage 32bit) as using a domain account that is part of the local admin group
2) browse to litetouch.vbs on our deployment share and run it
3) select to backup our profiles to the share created (i know i can automate this location in the cs.ini but for the moment during testing i am entering manually)
4) click next, choose not to backup pc and the task kicks off.
at this point as you would expect it gathers etc then moves onto the user state capture, i can see the usmt.mig file in my network share no worries all is good.
computer then boots into win pe and applies the 64 bit OS (all good)
finishes the os imaging and boots into pc as administrator (local) as expected and continues with the other task sequences that i have setup (install McAfee, sms agent then join domain)
mdt build completes and reports success.
Now the problem is that it hasn't brought back down the profiles from the network share so i did abit of testing. I put a 10 minute pause into the task sequence just before the user state restore runs so i could check connectivity to network share.
at this point it prompts me for creds for the network share (even though it has Z: mapped to the same server.
The very odd thing is i did the exact same sequence as i have laid out above with a Virtual machine and during the 10 minute pause i created it does not ask me for creds for the network share that its USMT.mig is located (even though i am logged on as local admin) but when i run the sequence stated above on a physical PC it promts me for creds for the share.
Anyone seen this behavior before, i am absolutely stumped, i have made sure EVERYTHING is identical in the way i run the sequence (same domain account used, computer names never change, both use the same deployment share, both use the same share for the USMT files.
the only differences between the 2 are
1) one is virtual client and the other is a physical machine
2) one is on ip range .66 and the other is on .80
Any insights would be appreciated