Question : Custom Folder Redirection Admin Template

I have been trying to create an admin template that performs folder redirection. When I try and implement the template it shows up under the admin templates, but I am unable to see any options that can be changed. Also when I click on the policy in Group Policy management and go to settings to view the report of the selected settings the values that are contained within the template are not visible.

I have also tried logging on as user that the template is applied to and the application data appears to be redirected but the My Documents is not. I have included a copy of the template that I have created.

Does anyone have any ideas why this is not being applioed correctly as I am unable to see any errors in the event logs. I have also done an RSOP but it is not picking up the user when they are logged in
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
CLASS USER
 
    CATEGORY "Custom Folder Redirection Settings"
 
        POLICY "Redirect user shell folders to default (local/roaming) specified location"
 
            #if VERSION >= 3
            EXPLAIN "!!FolderRedirection_Help"
            #endif
 
            KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
 
            PART "Application Data path" EDITTEXT
                VALUENAME "AppData"
                DEFAULT "%USERPROFILE%\FldReDir\Application Data"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "Cache path" EDITTEXT
                VALUENAME "Cache"
                DEFAULT "%USERPROFILE%\FldReDir\Local Settings\Temporary Internet Files"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "Cookies path" EDITTEXT
                VALUENAME "Cookies"
                DEFAULT "%USERPROFILE%\FldReDir\cookies"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "Desktop path" EDITTEXT
                VALUENAME "Desktop"
                DEFAULT "%USERPROFILE%\FldReDir\Desktop"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "Favorites path" EDITTEXT
                VALUENAME "Favorites"
                DEFAULT "%USERPROFILE%\FldReDir\Favorites"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "History path" EDITTEXT
                VALUENAME "History"
                DEFAULT "%USERPROFILE%\FldReDir\Local Settings\History"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "Local AppData path" EDITTEXT
                VALUENAME "Local AppData"
                DEFAULT "%USERPROFILE%\Application Data"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "Local Settings path" EDITTEXT
                VALUENAME "Local Settings"
                DEFAULT "%USERPROFILE%\FldReDir\Local Settings"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "My Pictures path" EDITTEXT
                VALUENAME "My Pictures"
                DEFAULT "%USERPROFILE%\FldReDir\My Documents\My Pictures"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "Personal path (My Documents)" EDITTEXT
                VALUENAME "Personal"
                DEFAULT "\\%HOMESHARE%%HOMEPATH%\FldREDir\My Documents"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "Programs path" EDITTEXT
                VALUENAME "Programs"
                DEFAULT "%USERPROFILE%\FldReDir\Start Menu\Programs"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "Recent path" EDITTEXT
                VALUENAME "Recent"
                DEFAULT "%USERPROFILE%\FldReDir\Recent"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "NetHood path" EDITTEXT
                VALUENAME "NetHood"
                DEFAULT "%USERPROFILE%\FldReDir\NetHood"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "PrintHood path" EDITTEXT
                VALUENAME "PrintHood"
                DEFAULT "%USERPROFILE%\FldReDir\PrintHood"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "SendTo path" EDITTEXT
                VALUENAME "SendTo"
                DEFAULT "%USERPROFILE%\FldReDir\SendTo"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "Start Menu path" EDITTEXT
                VALUENAME "Start Menu"
                DEFAULT "%USERPROFILE%\FldReDir\Start Menu"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "Startup path" EDITTEXT
                VALUENAME "StartUp"
                DEFAULT "%USERPROFILE%\FldReDir\Start Menu\Startup"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
            PART "Templates path" EDITTEXT
                VALUENAME "Templates"
                DEFAULT "%USERPROFILE%\FldReDir\Templates"
                #if VERSION >= 2
                EXPANDABLETEXT
                #endif
            END PART 
 
        END POLICY ; Redirect user shell folders to default (local/roaming) specified location
 
    END CATEGORY ; Custom Folder Redirection Settings
 
[STRINGS]
FolderRedirection_Help ="User Shell Folders, such as My Documents, Application Data, Recent, etc. may be redirected to a specific place, such as the user's home drive."
Open in New Window Select All

Answer : Custom Folder Redirection Admin Template

The admin you've created is writing to a registry outside of the "Policies" subkeys, which means the policy will "tattoo" the registry. You'll have to change the View > Filter menu and disable "Only show policies that can be fully managed" to be able to see and configure these settings.
You cannot see Group Policy settings after you imported a custom or third party ADM template
http://support.microsoft.com/kb/555934
Random Solutions  
 
programming4us programming4us