I created a GPO for folder redirection. I also created custom ADM to redirect My Videos to %USERPROFILE%\My Documents\My Videos. I have linked the GPO to a test OU, setup a users group and computer group. I also have an offline GPO configured with Security filtering points to the computer group. The redirection process is working and offline as well. The problem I am having, when logging in as a test user My Video is being redirected to the home folder, not the users local My Documents. Below is a snippet of the ADM.
CLASS USER
CATEGORY MyVideos
KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Explore r\User Shell Folders"
POLICY "My videos"
EXPLAIN !!MyVideosExplain
PART "Location" EDITTEXT REQUIRED EXPANDABLETEXT DEFAULT "%USERPROFILE%\My Documents\My Videos"
VALUENAME "My Videos"
END PART
END POLICY
END CATEGORY
[strings]
MyvideosExplain="Custom folder redirection policy for My Videos"
Thanks in advance.
Wichita