Hello monks! Before we image our machines we copy the
C:\Documents and Settings folder onto the network and after
the new image is complete we manually copy the C:\Documents and Settings folder back onto the machine. This way users can still have their settings etc... I know I can write a script to do the copying for me but I think it would be easier to find a way to tie it into when the user logs in for the first time on the new imaged machine. Where I'm stuck is how to get the user name when they log in so the script can go and look on the network to see if the user has a C:\Documents and Settings\userfolder to copy onto the new imaged machine. Any advice? Thanks!!