Hi, I've been asked to come up with a vbscript at work as part of our migration to Win7
Users have their locally store data on the d: drive (redirection) and as we are going to use USMT as part of the migration and the Win7 machines wont have a D drive we need to get the users data from their profile on the D drive into their profile on the C drive, so the script needs to.
Determine size of data on D drive
Determine Free space on C
Robocopy D to C:\ documents and settings\username if there is sufficient space - if there isn't sufficient space then map a drive and robocopy D to a network drive
I have come up with some individual scripts which perform some of the tasks but need the above to be performed as one script
Any suggestions?