Link to home
Start Free TrialLog in
Avatar of A S
A S

asked on

script to copy an drestore user profile data

Hello all,

I am trying to create a script to backup user data. I have a powershell script which works great. But here is the problem, the user name are getting changed as we are moving to new domain. So if I run the script I got it on Internet, it works fine. It back up data to server with username. How I ccan I restore that to new user name. Is there any possibility that a script looks through an excel sheet and match the username and restore the data.

Thanks
User-profile-Backup---Restore--For-m.txt
ASKER CERTIFIED SOLUTION
Avatar of Bill Prew
Bill Prew

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of A S
A S

ASKER

I haven't tried that Bill, thanks for pointing me to that direction. So what changes I have to make to attached script to check for new names?