|
| |||||||||
| Tags: gpo, redirection |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Folder Redirection GPO
I have created a My Documents redirection GPO with the setting of Basic-Redirect everyone's folder to the same location and target folder location is set to Redirect to the user's home folder. When I look in the GPO console, it shows the setting as Path: \\%HOMESHARE%%HOMEPATH% which, when copied to the run dialog box does not work, and I have the following App ID 101 error show up, which shows that the above path is translated to \\\\servername\share. My question is where are the extra \'s coming from? You cannot edit the path using the above redirect method and the home folder in AD connects just fine. I have been able to fix this by redirecting everyone's folder to the same location and then using the %homeshare% variable, but I am just curious. Event Type: Error Event Source: Folder Redirection Event Category: None Event ID: 101 Date: 9/8/2006 Time: 1:53:23 PM User: LXXXXXX\xxxx Computer: LXXXXX1 Description: Failed to perform redirection of folder My Documents. The new directories for the redirected folder could not be created. The folder is configured to be redirected to \\%HOMESHARE%%HOMEPATH%, the final expanded path was \\\\Server1\home\JDOE\. The following error occurred: The network path was not found. |
|
#2
| |||
| |||
| Re: Folder Redirection GPO
"D Hagstrom" <hagstrd@hotmail.com> wrote in message news:ujEYfG40GHA.4976@TK2MSFTNGP02.phx.gbl... >I have created a My Documents redirection GPO with the setting of >Basic-Redirect everyone's folder to the same location and target folder >location is set to Redirect to the user's home folder. When I look in the >GPO console, it shows the setting as Path: \\%HOMESHARE%%HOMEPATH% which, >when copied to the run dialog box does not work, and I have the following >App ID 101 error show up, which shows that the above path is translated to >\\\\servername\share. My question is where are the extra \'s coming from? You are adding the "extra" backslashes. Whenever you have a question about the current value of an environment variable just open a command prompt and type "set" plus the first few letters of the name (don't use wildcards, just the beginning of the name will find everything that starts with those characters): set home You will see that %homepath% comes with its own backslashes and so when YOU add them they are extra and incorrect. > You cannot edit the path using the above redirect method and the home > folder in AD connects just fine. I have been able to fix this by > redirecting everyone's folder to the same location and then using the > %homeshare% variable, but I am just curious. %Homeshare% is of the form \\share %homepath% is of the form \directory\subdir Just run them together to reference the full path. -- Herb Martin, MCSE, MVP Accelerated MCSE http://www.LearnQuick.Com [phone number on web site] > > Event Type: Error > Event Source: Folder Redirection > Event Category: None > Event ID: 101 > Date: 9/8/2006 > Time: 1:53:23 PM > User: LXXXXXX\xxxx > Computer: LXXXXX1 > Description: > Failed to perform redirection of folder My Documents. The new directories > for the redirected folder could not be created. The folder is configured > to be redirected to \\%HOMESHARE%%HOMEPATH%, the final expanded path was > \\\\Server1\home\JDOE\. The following error occurred: > The network path was not found. > |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Folder Redirection GPO" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GPO folder redirection | davidberq | Active Directory | 2 | 29-05-2010 12:09 AM |
| Folder redirection | aconti | Active Directory | 3 | 12-10-2009 01:51 AM |
| Folder Redirection | Rick Solomon | Small Business Server | 8 | 21-02-2009 01:24 AM |
| Folder Redirection Error with Documents folder | Kenny | Active Directory | 1 | 19-08-2008 11:12 PM |
| My Documents folder redirection to shared folder | Lanwench [MVP - Exchange] | Active Directory | 8 | 24-04-2007 02:54 AM |