Hi all,
We are using Folder Redirection and Roaming Profiles in our environnement.
Roaming Profiles are stored in \\ShareServer\Roaming\%username%
Folder Redirection are redirected in \\ShareServer\FolderRedirection\%username%
(not the same directory).
It works, redirected folder and profiles are created, but, when we use a script using "%userprofile%" as variable everything will be written in the local profile and doesnt not appear in the user redirected folders.
For example if I use a script like "copy FILE.txt %userprofile%\Desktop\FILE.TXT" the FILE.txt will exist in C:\users\<my_user>\Desktop but will not appear on the desktop and will not be copied into the redirected folder.
I would like to change this behavior so everything will be in the redirected folders.