Jump to content

So I've been trying to troubleshoot an issue at my job for about a week now.

So I was tasked with upgrading all the computers from Windows 7 to 10. That's easy enough. But the issue is that everyone uses Windows server 2012 and has their icons in the server synced to their desktop. In order to upgrade from windows 7 I have to remove the computers from the domain of the company, upgrade, then put it back on the domain. Baby stuff. But when I have the user log back in through the domain. Their icons are on the server but not the desktop. 

 

Any suggestions on fixes are highly appreciated.

Link to comment
https://linustechtips.com/topic/614683-windows-server-2012-and-windows-10/
Share on other sites

Link to post
Share on other sites

Are you talking about roaming profiles? If so, they'll need to be recreated. Windows 10 uses .V5, Windows 7 uses .V2 (from memory). Although if configured correctly, Windows 10 should automatically create, on your server, a .V5 for the user. Just check that once you've logged in as the user, that their profile is roaming. If it is, log out, so the .V5 is written to the server and then copy their files across from their .V2 to the .V5.

 

Hope this makes sense.

Link to post
Share on other sites

8 hours ago, val0r0x said:

Are you talking about roaming profiles? If so, they'll need to be recreated. Windows 10 uses .V5, Windows 7 uses .V2 (from memory). Although if configured correctly, Windows 10 should automatically create, on your server, a .V5 for the user. Just check that once you've logged in as the user, that their profile is roaming. If it is, log out, so the .V5 is written to the server and then copy their files across from their .V2 to the .V5.

 

Hope this makes sense.

Are you talking about a full backup or is it a specific folder?

Link to post
Share on other sites

Without knowing if you're talking about roaming profiles, I can't be sure if we're even talking about the same thing. But assuming it's roaming profiles...

 

Do you have access to the file server where profiles are stored? If so, log in as an end-user and confirm their profile is roaming. If it is, log out. Jump on the server where profiles are stored and find that users' profile. There should be two. One will have .V2 appended to the end (Windows 7) and the other will have .V5, which is the new Windows 10 profile. Open both, one in each window, and copy across files from the relevant folders e.g. Desktop in .V2 to Desktop in .V5. Once you've done this, log back in as the user and all their stuff should be there.


Alternatively, log in as the user, navigate to their .V2 profile on the server and copy stuff down to their desktop/documents etc. Then log out and it'll all be written back to the .V5 profile directory on the server.

 

If you could give me more info on what you're working with/trying to achieve, I may be able to help further.

Link to post
Share on other sites

Yes I'm pretty sure that I'm dealing with roaming profiles, and I do have access to the server where their files are stored. But even my superiors are trying to find a solution and something that we found out today actually is that our group policy that redirects the user profiles to the server folder wasn't being applied. Causing their icons to be lost. Sorry for not elaborating earlier, but another problem is that out of the three systems that I've manged to get upgrade so far, they've all had different solutions to the problem. I was considering seeing how a gpupdate might work. 

Link to post
Share on other sites

Folder redirection and roaming profiles are two different things. But it sounds like you're getting it sorted. If redirection is configured by a GPO, then yes, run a gpupdate /force (might have to reboot a couple of times) once you've logged them in. A gpupdate /h report.html will give you a good idea of what's been applied and what policies might be causing you grief.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×