Discussion:
folder redirdction for remote users
(too old to reply)
Andrew Story
2008-02-28 13:17:58 UTC
Permalink
Hello NG - Windows 2000 server, Windows XP clients

I seem to be having the same issue at random times that affects the same
type of user, remote users.

I use GP to redirect my docs to a server share, works great for my desk
based staff using workstations. However, I have a large base of remote
users who connect via vpn and can be away from the office for extended
periods, using offline files. This folder redirection seems to work for a
while, then at random will reset the my documents location to the default
location in the user local profile.

I have slow link detection on both the user and computer policies to 0 kbps
and after comparing a desk based users GPO by running "gpresult /USER
username /V >C:\outputl.log" the desk based user configuration is 0 kbps,
the remote user with the issue is 500 kbps.

I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors on any
machine, also it involves logging on twice to resolve, but if they are
remote then it won't process until they are connected via VPN.

Can anyone help please with folder redirection and remote users?
Andrew Story
2008-03-03 08:17:03 UTC
Permalink
Anyone?? :)
Post by Andrew Story
Hello NG - Windows 2000 server, Windows XP clients
I seem to be having the same issue at random times that affects the same
type of user, remote users.
I use GP to redirect my docs to a server share, works great for my desk
based staff using workstations. However, I have a large base of remote
users who connect via vpn and can be away from the office for extended
periods, using offline files. This folder redirection seems to work for a
while, then at random will reset the my documents location to the default
location in the user local profile.
I have slow link detection on both the user and computer policies to 0
kbps and after comparing a desk based users GPO by running "gpresult /USER
username /V >C:\outputl.log" the desk based user configuration is 0 kbps,
the remote user with the issue is 500 kbps.
I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors on any
machine, also it involves logging on twice to resolve, but if they are
remote then it won't process until they are connected via VPN.
Can anyone help please with folder redirection and remote users?
Anthony [MVP]
2008-03-03 09:36:08 UTC
Permalink
You will need to make the "Always wait for the network" setting directly in
the registry.
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001

I am not sure about the "at random" bit of your question. Folder redirection
actually moves the files to a different location and that's where they are
until moved somewhere else. When you get the problem,
- what Redirection or Userenv errors do you have in the event log?
- What is the location shown in My Documents right-click Properties?

Anthony,
http://www.airdesk.co.uk
Post by Andrew Story
Anyone?? :)
Post by Andrew Story
Hello NG - Windows 2000 server, Windows XP clients
I seem to be having the same issue at random times that affects the same
type of user, remote users.
I use GP to redirect my docs to a server share, works great for my desk
based staff using workstations. However, I have a large base of remote
users who connect via vpn and can be away from the office for extended
periods, using offline files. This folder redirection seems to work for
a while, then at random will reset the my documents location to the
default location in the user local profile.
I have slow link detection on both the user and computer policies to 0
kbps and after comparing a desk based users GPO by running "gpresult
/USER username /V >C:\outputl.log" the desk based user configuration is 0
kbps, the remote user with the issue is 500 kbps.
I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors on any
machine, also it involves logging on twice to resolve, but if they are
remote then it won't process until they are connected via VPN.
Can anyone help please with folder redirection and remote users?
Andrew Story
2008-03-03 15:03:44 UTC
Permalink
Hello Anthony, thanks for your reply.

I'll try what you advise below.
There are errors in event viewer, but I assumed these would be for before
the user makes a VPN connection to the network. The errors are Event ID
1054 Userenv
Windows cannot obtain the domain controller name for your computer network.
(The specified domain either does not exist or could not be contacted. ).
Group Policy processing aborted.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

The path for my docs changes for remote users only randomly when they are
working remotely only (desk based users do not have this issue), I've always
assumed that policies would be cached? On a problem user my documents has
reset back to the default location in the users local profile (c:\documents
and setting\username\etc etc), then I have to get the users machine
physically on a site on site to connect to the network directly to reset
this back to what my GPO sets it too (\\servername\share)

I'm at a loss as to why this is happenning but will try your suggesstion and
post back once I've tested it out.

Thanks, Andy
Post by Anthony [MVP]
You will need to make the "Always wait for the network" setting directly
in the registry.
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I am not sure about the "at random" bit of your question. Folder
redirection actually moves the files to a different location and that's
where they are until moved somewhere else. When you get the problem,
- what Redirection or Userenv errors do you have in the event log?
- What is the location shown in My Documents right-click Properties?
Anthony,
http://www.airdesk.co.uk
Post by Andrew Story
Anyone?? :)
Post by Andrew Story
Hello NG - Windows 2000 server, Windows XP clients
I seem to be having the same issue at random times that affects the same
type of user, remote users.
I use GP to redirect my docs to a server share, works great for my desk
based staff using workstations. However, I have a large base of remote
users who connect via vpn and can be away from the office for extended
periods, using offline files. This folder redirection seems to work for
a while, then at random will reset the my documents location to the
default location in the user local profile.
I have slow link detection on both the user and computer policies to 0
kbps and after comparing a desk based users GPO by running "gpresult
/USER username /V >C:\outputl.log" the desk based user configuration is
0 kbps, the remote user with the issue is 500 kbps.
I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors on any
machine, also it involves logging on twice to resolve, but if they are
remote then it won't process until they are connected via VPN.
Can anyone help please with folder redirection and remote users?
Anthony [MVP]
2008-03-03 20:22:08 UTC
Permalink
Andy,
The first error is because the computer is not connecetd to the domain when
it starts up. That's not a problem.
The Redirection policy is not dynamic in the way you are thinking. It puts
the folder in a different location and that's it. It is Offline Files that
make the redirected folder accessible off the network.
Anthony,
http://www.airdesk.com
Post by Andrew Story
Hello Anthony, thanks for your reply.
I'll try what you advise below.
There are errors in event viewer, but I assumed these would be for before
the user makes a VPN connection to the network. The errors are Event ID
1054 Userenv
Windows cannot obtain the domain controller name for your computer
network. (The specified domain either does not exist or could not be
contacted. ). Group Policy processing aborted.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
The path for my docs changes for remote users only randomly when they are
working remotely only (desk based users do not have this issue), I've
always assumed that policies would be cached? On a problem user my
documents has reset back to the default location in the users local
profile (c:\documents and setting\username\etc etc), then I have to get
the users machine physically on a site on site to connect to the network
directly to reset this back to what my GPO sets it too
(\\servername\share)
I'm at a loss as to why this is happenning but will try your suggesstion
and post back once I've tested it out.
Thanks, Andy
Post by Anthony [MVP]
You will need to make the "Always wait for the network" setting directly
in the registry.
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I am not sure about the "at random" bit of your question. Folder
redirection actually moves the files to a different location and that's
where they are until moved somewhere else. When you get the problem,
- what Redirection or Userenv errors do you have in the event log?
- What is the location shown in My Documents right-click Properties?
Anthony,
http://www.airdesk.co.uk
Post by Andrew Story
Anyone?? :)
Post by Andrew Story
Hello NG - Windows 2000 server, Windows XP clients
I seem to be having the same issue at random times that affects the
same type of user, remote users.
I use GP to redirect my docs to a server share, works great for my desk
based staff using workstations. However, I have a large base of remote
users who connect via vpn and can be away from the office for extended
periods, using offline files. This folder redirection seems to work
for a while, then at random will reset the my documents location to the
default location in the user local profile.
I have slow link detection on both the user and computer policies to 0
kbps and after comparing a desk based users GPO by running "gpresult
/USER username /V >C:\outputl.log" the desk based user configuration is
0 kbps, the remote user with the issue is 500 kbps.
I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors on
any machine, also it involves logging on twice to resolve, but if they
are remote then it won't process until they are connected via VPN.
Can anyone help please with folder redirection and remote users?
Andrew Story
2008-03-04 08:13:36 UTC
Permalink
Hi Anthony,
I tried to find the key you mentioned here

- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001

I couldn't locate it though, the part I've marked with asterix's was not
there on 2 seperate machines I checked, although by ignoring that 'policies'
part of the path the rest was present, so I've added the key you suggested
to my own machine and will see if OK via VPN.

HKLM\Software\****Policies****\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001

For your reply below, just so I've got it right.

Our entire organisation uses folder redirection, whether desk based or
remote users. The remote users use offline files to access their redirected
'my documents' folder offline. On occasion the 'my documents' folder that
should be redirected restets back to the default location c:\documents and
settings\etc etc. Running RSOP shows the policy is in place and applied,
running gpresult shows that you can physicaly apply the user policies
successfully remotely (I was making a mistake early that led me down the
garden path thinking they weren't). All other policies work flawlessly
offline apart from the odd occassion when my documents resets itself for
remote users.

Sorry if I drone on a bit (just want to get my facts correct). Does your
response mean that it is offline files that may be not working correctly?
If so, how can I stop users home directories resetting (randomly) when they
are away from the office? They have offline files enabled (not at the 'my
documents' root, but a sub folder) and the folder redirection policy is
definitely 'there'

Thanks again, Andy
Post by Anthony [MVP]
Andy,
The first error is because the computer is not connecetd to the domain
when it starts up. That's not a problem.
The Redirection policy is not dynamic in the way you are thinking. It puts
the folder in a different location and that's it. It is Offline Files that
make the redirected folder accessible off the network.
Anthony,
http://www.airdesk.com
Post by Andrew Story
Hello Anthony, thanks for your reply.
I'll try what you advise below.
There are errors in event viewer, but I assumed these would be for before
the user makes a VPN connection to the network. The errors are Event ID
1054 Userenv
Windows cannot obtain the domain controller name for your computer
network. (The specified domain either does not exist or could not be
contacted. ). Group Policy processing aborted.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
The path for my docs changes for remote users only randomly when they are
working remotely only (desk based users do not have this issue), I've
always assumed that policies would be cached? On a problem user my
documents has reset back to the default location in the users local
profile (c:\documents and setting\username\etc etc), then I have to get
the users machine physically on a site on site to connect to the network
directly to reset this back to what my GPO sets it too
(\\servername\share)
I'm at a loss as to why this is happenning but will try your suggesstion
and post back once I've tested it out.
Thanks, Andy
Post by Anthony [MVP]
You will need to make the "Always wait for the network" setting directly
in the registry.
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I am not sure about the "at random" bit of your question. Folder
redirection actually moves the files to a different location and that's
where they are until moved somewhere else. When you get the problem,
- what Redirection or Userenv errors do you have in the event log?
- What is the location shown in My Documents right-click Properties?
Anthony,
http://www.airdesk.co.uk
Post by Andrew Story
Anyone?? :)
Post by Andrew Story
Hello NG - Windows 2000 server, Windows XP clients
I seem to be having the same issue at random times that affects the
same type of user, remote users.
I use GP to redirect my docs to a server share, works great for my
desk based staff using workstations. However, I have a large base of
remote users who connect via vpn and can be away from the office for
extended periods, using offline files. This folder redirection seems
to work for a while, then at random will reset the my documents
location to the default location in the user local profile.
I have slow link detection on both the user and computer policies to 0
kbps and after comparing a desk based users GPO by running "gpresult
/USER username /V >C:\outputl.log" the desk based user configuration
is 0 kbps, the remote user with the issue is 500 kbps.
I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors on
any machine, also it involves logging on twice to resolve, but if they
are remote then it won't process until they are connected via VPN.
Can anyone help please with folder redirection and remote users?
Anthony [MVP]
2008-03-04 14:10:35 UTC
Permalink
Hi Andy,
For offline files to work, you need:
- Offline files enabled on the Share where the My Documents folders are
stored. It is enabled by default, but sometimes disabled for example for a
Profiles folder
- Offline Files not disabled by Policy
- In Windows XP, Redirected folders are automatically made available
offline, so you don't need to do anything else to make them available. I
don't know what you mean by enabled not at the root but at a sub folder.
What setting are you referring to?
I don't think it is a Redirection problem. Folders are either redirected or
not, and if not you will see an error in the log. There is a behaviour where
if it can't find a folder it will simulate a new one in the profile, which
sounds as though it is what you are experiencing, but I can't find the
reference to that at the moment.
I would try checking whether your Offline Files is working correctly. Check
the settings above, and also try to manually synchronize. Over the VPN the
client should prefer to use the local cached copy, but it should still be
able to see the network folder, and to synchronize it if asked,
Anthony,
http://www.airdesk.com
Post by Andrew Story
Hi Anthony,
I tried to find the key you mentioned here
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I couldn't locate it though, the part I've marked with asterix's was not
there on 2 seperate machines I checked, although by ignoring that
'policies' part of the path the rest was present, so I've added the key
you suggested to my own machine and will see if OK via VPN.
HKLM\Software\****Policies****\Microsoft\Windows
NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
For your reply below, just so I've got it right.
Our entire organisation uses folder redirection, whether desk based or
remote users. The remote users use offline files to access their
redirected 'my documents' folder offline. On occasion the 'my documents'
folder that should be redirected restets back to the default location
c:\documents and settings\etc etc. Running RSOP shows the policy is in
place and applied, running gpresult shows that you can physicaly apply the
user policies successfully remotely (I was making a mistake early that led
me down the garden path thinking they weren't). All other policies work
flawlessly offline apart from the odd occassion when my documents resets
itself for remote users.
Sorry if I drone on a bit (just want to get my facts correct). Does your
response mean that it is offline files that may be not working correctly?
If so, how can I stop users home directories resetting (randomly) when
they are away from the office? They have offline files enabled (not at
the 'my documents' root, but a sub folder) and the folder redirection
policy is definitely 'there'
Thanks again, Andy
Post by Anthony [MVP]
Andy,
The first error is because the computer is not connecetd to the domain
when it starts up. That's not a problem.
The Redirection policy is not dynamic in the way you are thinking. It
puts the folder in a different location and that's it. It is Offline
Files that make the redirected folder accessible off the network.
Anthony,
http://www.airdesk.com
Post by Andrew Story
Hello Anthony, thanks for your reply.
I'll try what you advise below.
There are errors in event viewer, but I assumed these would be for
before the user makes a VPN connection to the network. The errors are
Event ID 1054 Userenv
Windows cannot obtain the domain controller name for your computer
network. (The specified domain either does not exist or could not be
contacted. ). Group Policy processing aborted.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
The path for my docs changes for remote users only randomly when they
are working remotely only (desk based users do not have this issue),
I've always assumed that policies would be cached? On a problem user my
documents has reset back to the default location in the users local
profile (c:\documents and setting\username\etc etc), then I have to get
the users machine physically on a site on site to connect to the network
directly to reset this back to what my GPO sets it too
(\\servername\share)
I'm at a loss as to why this is happenning but will try your suggesstion
and post back once I've tested it out.
Thanks, Andy
Post by Anthony [MVP]
You will need to make the "Always wait for the network" setting
directly in the registry.
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I am not sure about the "at random" bit of your question. Folder
redirection actually moves the files to a different location and that's
where they are until moved somewhere else. When you get the problem,
- what Redirection or Userenv errors do you have in the event log?
- What is the location shown in My Documents right-click Properties?
Anthony,
http://www.airdesk.co.uk
Post by Andrew Story
Anyone?? :)
Post by Andrew Story
Hello NG - Windows 2000 server, Windows XP clients
I seem to be having the same issue at random times that affects the
same type of user, remote users.
I use GP to redirect my docs to a server share, works great for my
desk based staff using workstations. However, I have a large base of
remote users who connect via vpn and can be away from the office for
extended periods, using offline files. This folder redirection seems
to work for a while, then at random will reset the my documents
location to the default location in the user local profile.
I have slow link detection on both the user and computer policies to
0 kbps and after comparing a desk based users GPO by running
"gpresult /USER username /V >C:\outputl.log" the desk based user
configuration is 0 kbps, the remote user with the issue is 500 kbps.
I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors on
any machine, also it involves logging on twice to resolve, but if
they are remote then it won't process until they are connected via
VPN.
Can anyone help please with folder redirection and remote users?
Andrew Story
2008-03-04 14:37:49 UTC
Permalink
Thanks again Anthony,

Our offline files for remote users aren't set to be offline at the 'my
documents' folder level, but at a sub folder of my documents. Also
configured as below:

Offline files enabled for the users on the Home direxgories share
Not disabled by Policy (only redirecting system folders is, by policy)
Redirected folders are available offline, but 'my docs' is not, a sub folder
of it is though
Folder redirection seems to reset itself for some remote users, so 'my docs'
resets to the default location in the users local profile
I can still create a shortxcut to the user home directory fine when they are
VPN'd into the network, but my docs is not where it should be, as defined by
the profile.

I'm struggling, is it worth loggin a call with MSPSS?
Post by Anthony [MVP]
Hi Andy,
- Offline files enabled on the Share where the My Documents folders are
stored. It is enabled by default, but sometimes disabled for example for a
Profiles folder
- Offline Files not disabled by Policy
- In Windows XP, Redirected folders are automatically made available
offline, so you don't need to do anything else to make them available. I
don't know what you mean by enabled not at the root but at a sub folder.
What setting are you referring to?
I don't think it is a Redirection problem. Folders are either redirected
or not, and if not you will see an error in the log. There is a behaviour
where if it can't find a folder it will simulate a new one in the profile,
which sounds as though it is what you are experiencing, but I can't find
the reference to that at the moment.
I would try checking whether your Offline Files is working correctly.
Check the settings above, and also try to manually synchronize. Over the
VPN the client should prefer to use the local cached copy, but it should
still be able to see the network folder, and to synchronize it if asked,
Anthony,
http://www.airdesk.com
Post by Andrew Story
Hi Anthony,
I tried to find the key you mentioned here
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I couldn't locate it though, the part I've marked with asterix's was not
there on 2 seperate machines I checked, although by ignoring that
'policies' part of the path the rest was present, so I've added the key
you suggested to my own machine and will see if OK via VPN.
HKLM\Software\****Policies****\Microsoft\Windows
NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
For your reply below, just so I've got it right.
Our entire organisation uses folder redirection, whether desk based or
remote users. The remote users use offline files to access their
redirected 'my documents' folder offline. On occasion the 'my documents'
folder that should be redirected restets back to the default location
c:\documents and settings\etc etc. Running RSOP shows the policy is in
place and applied, running gpresult shows that you can physicaly apply
the user policies successfully remotely (I was making a mistake early
that led me down the garden path thinking they weren't). All other
policies work flawlessly offline apart from the odd occassion when my
documents resets itself for remote users.
Sorry if I drone on a bit (just want to get my facts correct). Does your
response mean that it is offline files that may be not working correctly?
If so, how can I stop users home directories resetting (randomly) when
they are away from the office? They have offline files enabled (not at
the 'my documents' root, but a sub folder) and the folder redirection
policy is definitely 'there'
Thanks again, Andy
Post by Anthony [MVP]
Andy,
The first error is because the computer is not connecetd to the domain
when it starts up. That's not a problem.
The Redirection policy is not dynamic in the way you are thinking. It
puts the folder in a different location and that's it. It is Offline
Files that make the redirected folder accessible off the network.
Anthony,
http://www.airdesk.com
Post by Andrew Story
Hello Anthony, thanks for your reply.
I'll try what you advise below.
There are errors in event viewer, but I assumed these would be for
before the user makes a VPN connection to the network. The errors are
Event ID 1054 Userenv
Windows cannot obtain the domain controller name for your computer
network. (The specified domain either does not exist or could not be
contacted. ). Group Policy processing aborted.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
The path for my docs changes for remote users only randomly when they
are working remotely only (desk based users do not have this issue),
I've always assumed that policies would be cached? On a problem user
my documents has reset back to the default location in the users local
profile (c:\documents and setting\username\etc etc), then I have to get
the users machine physically on a site on site to connect to the
network directly to reset this back to what my GPO sets it too
(\\servername\share)
I'm at a loss as to why this is happenning but will try your
suggesstion and post back once I've tested it out.
Thanks, Andy
Post by Anthony [MVP]
You will need to make the "Always wait for the network" setting
directly in the registry.
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I am not sure about the "at random" bit of your question. Folder
redirection actually moves the files to a different location and
that's where they are until moved somewhere else. When you get the
problem,
- what Redirection or Userenv errors do you have in the event log?
- What is the location shown in My Documents right-click Properties?
Anthony,
http://www.airdesk.co.uk
Post by Andrew Story
Anyone?? :)
Post by Andrew Story
Hello NG - Windows 2000 server, Windows XP clients
I seem to be having the same issue at random times that affects the
same type of user, remote users.
I use GP to redirect my docs to a server share, works great for my
desk based staff using workstations. However, I have a large base
of remote users who connect via vpn and can be away from the office
for extended periods, using offline files. This folder redirection
seems to work for a while, then at random will reset the my
documents location to the default location in the user local
profile.
I have slow link detection on both the user and computer policies to
0 kbps and after comparing a desk based users GPO by running
"gpresult /USER username /V >C:\outputl.log" the desk based user
configuration is 0 kbps, the remote user with the issue is 500 kbps.
I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors on
any machine, also it involves logging on twice to resolve, but if
they are remote then it won't process until they are connected via
VPN.
Can anyone help please with folder redirection and remote users?
Anthony [MVP]
2008-03-04 17:29:31 UTC
Permalink
Andrew,
I think the cause of the fault is the way you have set up this sub folder of
My Documents.
My earlier post gives the only setting you need. Try that first,
Anthony
http://www.airdesk.com
Post by Andrew Story
Thanks again Anthony,
Our offline files for remote users aren't set to be offline at the 'my
documents' folder level, but at a sub folder of my documents. Also
Offline files enabled for the users on the Home direxgories share
Not disabled by Policy (only redirecting system folders is, by policy)
Redirected folders are available offline, but 'my docs' is not, a sub
folder of it is though
Folder redirection seems to reset itself for some remote users, so 'my
docs' resets to the default location in the users local profile
I can still create a shortxcut to the user home directory fine when they
are VPN'd into the network, but my docs is not where it should be, as
defined by the profile.
I'm struggling, is it worth loggin a call with MSPSS?
Post by Anthony [MVP]
Hi Andy,
- Offline files enabled on the Share where the My Documents folders are
stored. It is enabled by default, but sometimes disabled for example for
a Profiles folder
- Offline Files not disabled by Policy
- In Windows XP, Redirected folders are automatically made available
offline, so you don't need to do anything else to make them available. I
don't know what you mean by enabled not at the root but at a sub folder.
What setting are you referring to?
I don't think it is a Redirection problem. Folders are either redirected
or not, and if not you will see an error in the log. There is a behaviour
where if it can't find a folder it will simulate a new one in the
profile, which sounds as though it is what you are experiencing, but I
can't find the reference to that at the moment.
I would try checking whether your Offline Files is working correctly.
Check the settings above, and also try to manually synchronize. Over the
VPN the client should prefer to use the local cached copy, but it should
still be able to see the network folder, and to synchronize it if asked,
Anthony,
http://www.airdesk.com
Post by Andrew Story
Hi Anthony,
I tried to find the key you mentioned here
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I couldn't locate it though, the part I've marked with asterix's was not
there on 2 seperate machines I checked, although by ignoring that
'policies' part of the path the rest was present, so I've added the key
you suggested to my own machine and will see if OK via VPN.
HKLM\Software\****Policies****\Microsoft\Windows
NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
For your reply below, just so I've got it right.
Our entire organisation uses folder redirection, whether desk based or
remote users. The remote users use offline files to access their
redirected 'my documents' folder offline. On occasion the 'my
documents' folder that should be redirected restets back to the default
location c:\documents and settings\etc etc. Running RSOP shows the
policy is in place and applied, running gpresult shows that you can
physicaly apply the user policies successfully remotely (I was making a
mistake early that led me down the garden path thinking they weren't).
All other policies work flawlessly offline apart from the odd occassion
when my documents resets itself for remote users.
Sorry if I drone on a bit (just want to get my facts correct). Does
your response mean that it is offline files that may be not working
correctly?
If so, how can I stop users home directories resetting (randomly) when
they are away from the office? They have offline files enabled (not at
the 'my documents' root, but a sub folder) and the folder redirection
policy is definitely 'there'
Thanks again, Andy
Post by Anthony [MVP]
Andy,
The first error is because the computer is not connecetd to the domain
when it starts up. That's not a problem.
The Redirection policy is not dynamic in the way you are thinking. It
puts the folder in a different location and that's it. It is Offline
Files that make the redirected folder accessible off the network.
Anthony,
http://www.airdesk.com
Post by Andrew Story
Hello Anthony, thanks for your reply.
I'll try what you advise below.
There are errors in event viewer, but I assumed these would be for
before the user makes a VPN connection to the network. The errors are
Event ID 1054 Userenv
Windows cannot obtain the domain controller name for your computer
network. (The specified domain either does not exist or could not be
contacted. ). Group Policy processing aborted.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
The path for my docs changes for remote users only randomly when they
are working remotely only (desk based users do not have this issue),
I've always assumed that policies would be cached? On a problem user
my documents has reset back to the default location in the users local
profile (c:\documents and setting\username\etc etc), then I have to
get the users machine physically on a site on site to connect to the
network directly to reset this back to what my GPO sets it too
(\\servername\share)
I'm at a loss as to why this is happenning but will try your
suggesstion and post back once I've tested it out.
Thanks, Andy
Post by Anthony [MVP]
You will need to make the "Always wait for the network" setting
directly in the registry.
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I am not sure about the "at random" bit of your question. Folder
redirection actually moves the files to a different location and
that's where they are until moved somewhere else. When you get the
problem,
- what Redirection or Userenv errors do you have in the event log?
- What is the location shown in My Documents right-click Properties?
Anthony,
http://www.airdesk.co.uk
Post by Andrew Story
Anyone?? :)
Post by Andrew Story
Hello NG - Windows 2000 server, Windows XP clients
I seem to be having the same issue at random times that affects the
same type of user, remote users.
I use GP to redirect my docs to a server share, works great for my
desk based staff using workstations. However, I have a large base
of remote users who connect via vpn and can be away from the office
for extended periods, using offline files. This folder redirection
seems to work for a while, then at random will reset the my
documents location to the default location in the user local
profile.
I have slow link detection on both the user and computer policies
to 0 kbps and after comparing a desk based users GPO by running
"gpresult /USER username /V >C:\outputl.log" the desk based user
configuration is 0 kbps, the remote user with the issue is 500 kbps.
I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors
on any machine, also it involves logging on twice to resolve, but
if they are remote then it won't process until they are connected
via VPN.
Can anyone help please with folder redirection and remote users?
Andrew Story
2008-03-05 08:43:08 UTC
Permalink
Thanks Anthony,

I can't think of anything else as I've rechecked all ther GP settings and
they fit in line with MS's documentation for how to get folder redirection
working for remote users (0 slow link speed etc)
Shame I can't recreate the issue at will, as it does appear to be totaly
random, and sporadic.

Thanks for your help, Andy
Post by Anthony [MVP]
Andrew,
I think the cause of the fault is the way you have set up this sub folder
of My Documents.
My earlier post gives the only setting you need. Try that first,
Anthony
http://www.airdesk.com
Post by Andrew Story
Thanks again Anthony,
Our offline files for remote users aren't set to be offline at the 'my
documents' folder level, but at a sub folder of my documents. Also
Offline files enabled for the users on the Home direxgories share
Not disabled by Policy (only redirecting system folders is, by policy)
Redirected folders are available offline, but 'my docs' is not, a sub
folder of it is though
Folder redirection seems to reset itself for some remote users, so 'my
docs' resets to the default location in the users local profile
I can still create a shortxcut to the user home directory fine when they
are VPN'd into the network, but my docs is not where it should be, as
defined by the profile.
I'm struggling, is it worth loggin a call with MSPSS?
Post by Anthony [MVP]
Hi Andy,
- Offline files enabled on the Share where the My Documents folders are
stored. It is enabled by default, but sometimes disabled for example for
a Profiles folder
- Offline Files not disabled by Policy
- In Windows XP, Redirected folders are automatically made available
offline, so you don't need to do anything else to make them available. I
don't know what you mean by enabled not at the root but at a sub folder.
What setting are you referring to?
I don't think it is a Redirection problem. Folders are either redirected
or not, and if not you will see an error in the log. There is a
behaviour where if it can't find a folder it will simulate a new one in
the profile, which sounds as though it is what you are experiencing, but
I can't find the reference to that at the moment.
I would try checking whether your Offline Files is working correctly.
Check the settings above, and also try to manually synchronize. Over the
VPN the client should prefer to use the local cached copy, but it should
still be able to see the network folder, and to synchronize it if asked,
Anthony,
http://www.airdesk.com
Post by Andrew Story
Hi Anthony,
I tried to find the key you mentioned here
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I couldn't locate it though, the part I've marked with asterix's was
not there on 2 seperate machines I checked, although by ignoring that
'policies' part of the path the rest was present, so I've added the key
you suggested to my own machine and will see if OK via VPN.
HKLM\Software\****Policies****\Microsoft\Windows
NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
For your reply below, just so I've got it right.
Our entire organisation uses folder redirection, whether desk based or
remote users. The remote users use offline files to access their
redirected 'my documents' folder offline. On occasion the 'my
documents' folder that should be redirected restets back to the default
location c:\documents and settings\etc etc. Running RSOP shows the
policy is in place and applied, running gpresult shows that you can
physicaly apply the user policies successfully remotely (I was making a
mistake early that led me down the garden path thinking they weren't).
All other policies work flawlessly offline apart from the odd occassion
when my documents resets itself for remote users.
Sorry if I drone on a bit (just want to get my facts correct). Does
your response mean that it is offline files that may be not working
correctly?
If so, how can I stop users home directories resetting (randomly) when
they are away from the office? They have offline files enabled (not at
the 'my documents' root, but a sub folder) and the folder redirection
policy is definitely 'there'
Thanks again, Andy
Post by Anthony [MVP]
Andy,
The first error is because the computer is not connecetd to the domain
when it starts up. That's not a problem.
The Redirection policy is not dynamic in the way you are thinking. It
puts the folder in a different location and that's it. It is Offline
Files that make the redirected folder accessible off the network.
Anthony,
http://www.airdesk.com
Post by Andrew Story
Hello Anthony, thanks for your reply.
I'll try what you advise below.
There are errors in event viewer, but I assumed these would be for
before the user makes a VPN connection to the network. The errors
are Event ID 1054 Userenv
Windows cannot obtain the domain controller name for your computer
network. (The specified domain either does not exist or could not be
contacted. ). Group Policy processing aborted.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
The path for my docs changes for remote users only randomly when they
are working remotely only (desk based users do not have this issue),
I've always assumed that policies would be cached? On a problem user
my documents has reset back to the default location in the users
local profile (c:\documents and setting\username\etc etc), then I
have to get the users machine physically on a site on site to connect
to the network directly to reset this back to what my GPO sets it too
(\\servername\share)
I'm at a loss as to why this is happenning but will try your
suggesstion and post back once I've tested it out.
Thanks, Andy
Post by Anthony [MVP]
You will need to make the "Always wait for the network" setting
directly in the registry.
- HKLM\Software\Policies\Microsoft\Windows
NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I am not sure about the "at random" bit of your question. Folder
redirection actually moves the files to a different location and
that's where they are until moved somewhere else. When you get the
problem,
- what Redirection or Userenv errors do you have in the event log?
- What is the location shown in My Documents right-click Properties?
Anthony,
http://www.airdesk.co.uk
Post by Andrew Story
Anyone?? :)
Post by Andrew Story
Hello NG - Windows 2000 server, Windows XP clients
I seem to be having the same issue at random times that affects
the same type of user, remote users.
I use GP to redirect my docs to a server share, works great for my
desk based staff using workstations. However, I have a large base
of remote users who connect via vpn and can be away from the
office for extended periods, using offline files. This folder
redirection seems to work for a while, then at random will reset
the my documents location to the default location in the user
local profile.
I have slow link detection on both the user and computer policies
to 0 kbps and after comparing a desk based users GPO by running
"gpresult /USER username /V >C:\outputl.log" the desk based user
configuration is 0 kbps, the remote user with the issue is 500 kbps.
I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors
on any machine, also it involves logging on twice to resolve, but
if they are remote then it won't process until they are connected
via VPN.
Can anyone help please with folder redirection and remote users?
Dabwang4363
2008-03-05 09:37:01 UTC
Permalink
I am also having the exact same issue as Andy. i have not made any changes
to the default for how offline files work, users have access to all their 'my
documents' folders using offline files.

it also seems to happen to us randomly too although i think it only seems to
happen to certain machines and is independant of which users log in.

unlike Andy, i can recreate this issue in the office but how i do this seems
to have no relevance. to recreate this i delete a users local profle, log
off and while still connected to our network log in as that user. i then
immeidatly disconnect from the network when the User GP policies are being
applied. i then find the target for the users 'my documents' points to
c:\Documents and settings\....... in the past we have also had software
deployed through GP uninstalled.

i know my method above doesnt match what a user will do but i do get the
same results. it may help diagnose though.

thanks

Nigel
Post by Andrew Story
Thanks Anthony,
I can't think of anything else as I've rechecked all ther GP settings and
they fit in line with MS's documentation for how to get folder redirection
working for remote users (0 slow link speed etc)
Shame I can't recreate the issue at will, as it does appear to be totaly
random, and sporadic.
Thanks for your help, Andy
Post by Anthony [MVP]
Andrew,
I think the cause of the fault is the way you have set up this sub folder
of My Documents.
My earlier post gives the only setting you need. Try that first,
Anthony
http://www.airdesk.com
Post by Andrew Story
Thanks again Anthony,
Our offline files for remote users aren't set to be offline at the 'my
documents' folder level, but at a sub folder of my documents. Also
Offline files enabled for the users on the Home direxgories share
Not disabled by Policy (only redirecting system folders is, by policy)
Redirected folders are available offline, but 'my docs' is not, a sub
folder of it is though
Folder redirection seems to reset itself for some remote users, so 'my
docs' resets to the default location in the users local profile
I can still create a shortxcut to the user home directory fine when they
are VPN'd into the network, but my docs is not where it should be, as
defined by the profile.
I'm struggling, is it worth loggin a call with MSPSS?
Post by Anthony [MVP]
Hi Andy,
- Offline files enabled on the Share where the My Documents folders are
stored. It is enabled by default, but sometimes disabled for example for
a Profiles folder
- Offline Files not disabled by Policy
- In Windows XP, Redirected folders are automatically made available
offline, so you don't need to do anything else to make them available. I
don't know what you mean by enabled not at the root but at a sub folder.
What setting are you referring to?
I don't think it is a Redirection problem. Folders are either redirected
or not, and if not you will see an error in the log. There is a
behaviour where if it can't find a folder it will simulate a new one in
the profile, which sounds as though it is what you are experiencing, but
I can't find the reference to that at the moment.
I would try checking whether your Offline Files is working correctly.
Check the settings above, and also try to manually synchronize. Over the
VPN the client should prefer to use the local cached copy, but it should
still be able to see the network folder, and to synchronize it if asked,
Anthony,
http://www.airdesk.com
Post by Andrew Story
Hi Anthony,
I tried to find the key you mentioned here
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I couldn't locate it though, the part I've marked with asterix's was
not there on 2 seperate machines I checked, although by ignoring that
'policies' part of the path the rest was present, so I've added the key
you suggested to my own machine and will see if OK via VPN.
HKLM\Software\****Policies****\Microsoft\Windows
NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
For your reply below, just so I've got it right.
Our entire organisation uses folder redirection, whether desk based or
remote users. The remote users use offline files to access their
redirected 'my documents' folder offline. On occasion the 'my
documents' folder that should be redirected restets back to the default
location c:\documents and settings\etc etc. Running RSOP shows the
policy is in place and applied, running gpresult shows that you can
physicaly apply the user policies successfully remotely (I was making a
mistake early that led me down the garden path thinking they weren't).
All other policies work flawlessly offline apart from the odd occassion
when my documents resets itself for remote users.
Sorry if I drone on a bit (just want to get my facts correct). Does
your response mean that it is offline files that may be not working
correctly?
If so, how can I stop users home directories resetting (randomly) when
they are away from the office? They have offline files enabled (not at
the 'my documents' root, but a sub folder) and the folder redirection
policy is definitely 'there'
Thanks again, Andy
Post by Anthony [MVP]
Andy,
The first error is because the computer is not connecetd to the domain
when it starts up. That's not a problem.
The Redirection policy is not dynamic in the way you are thinking. It
puts the folder in a different location and that's it. It is Offline
Files that make the redirected folder accessible off the network.
Anthony,
http://www.airdesk.com
Post by Andrew Story
Hello Anthony, thanks for your reply.
I'll try what you advise below.
There are errors in event viewer, but I assumed these would be for
before the user makes a VPN connection to the network. The errors
are Event ID 1054 Userenv
Windows cannot obtain the domain controller name for your computer
network. (The specified domain either does not exist or could not be
contacted. ). Group Policy processing aborted.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
The path for my docs changes for remote users only randomly when they
are working remotely only (desk based users do not have this issue),
I've always assumed that policies would be cached? On a problem user
my documents has reset back to the default location in the users
local profile (c:\documents and setting\username\etc etc), then I
have to get the users machine physically on a site on site to connect
to the network directly to reset this back to what my GPO sets it too
(\\servername\share)
I'm at a loss as to why this is happenning but will try your
suggesstion and post back once I've tested it out.
Thanks, Andy
Post by Anthony [MVP]
You will need to make the "Always wait for the network" setting
directly in the registry.
- HKLM\Software\Policies\Microsoft\Windows
NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I am not sure about the "at random" bit of your question. Folder
redirection actually moves the files to a different location and
that's where they are until moved somewhere else. When you get the
problem,
- what Redirection or Userenv errors do you have in the event log?
- What is the location shown in My Documents right-click Properties?
Anthony,
http://www.airdesk.co.uk
Post by Andrew Story
Anyone?? :)
Post by Andrew Story
Hello NG - Windows 2000 server, Windows XP clients
I seem to be having the same issue at random times that affects
the same type of user, remote users.
I use GP to redirect my docs to a server share, works great for my
desk based staff using workstations. However, I have a large base
of remote users who connect via vpn and can be away from the
office for extended periods, using offline files. This folder
redirection seems to work for a while, then at random will reset
the my documents location to the default location in the user
local profile.
I have slow link detection on both the user and computer policies
to 0 kbps and after comparing a desk based users GPO by running
"gpresult /USER username /V >C:\outputl.log" the desk based user
configuration is 0 kbps, the remote user with the issue is 500 kbps.
I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors
on any machine, also it involves logging on twice to resolve, but
if they are remote then it won't process until they are connected
via VPN.
Can anyone help please with folder redirection and remote users?
ThiryDB
2008-03-06 14:54:00 UTC
Permalink
Post by Anthony [MVP]
You will need to make the "Always wait for the network" setting directly in
the registry.
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I am not sure about the "at random" bit of your question. Folder redirection
actually moves the files to a different location and that's where they are
until moved somewhere else. When you get the problem,
- what Redirection or Userenv errors do you have in the event log?
- What is the location shown in My Documents right-click Properties?
Anthony,
http://www.airdesk.co.uk
Post by Andrew Story
Anyone?? :)
Post by Andrew Story
Hello NG - Windows 2000 server, Windows XP clients
I seem to be having the same issue at random times that affects the same
type of user, remote users.
I use GP to redirect my docs to a server share, works great for my desk
based staff using workstations. However, I have a large base of remote
users who connect via vpn and can be away from the office for extended
periods, using offline files. This folder redirection seems to work for
a while, then at random will reset the my documents location to the
default location in the user local profile.
I have slow link detection on both the user and computer policies to 0
kbps and after comparing a desk based users GPO by running "gpresult
/USER username /V >C:\outputl.log" the desk based user configuration is 0
kbps, the remote user with the issue is 500 kbps.
I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors on any
machine, also it involves logging on twice to resolve, but if they are
remote then it won't process until they are connected via VPN.
Can anyone help please with folder redirection and remote users?
ThiryDB
2008-03-06 14:59:00 UTC
Permalink
I also have a similar issue with remote laptop users working with the Small
Business Conector VPN. Before the VPN is enabled, their laptop "My
Documents" references their local cache, however after VPN connection, the
"My Docuemtns" is pointing to their Server path \\SBSSERVER\Users\username\My
Documents\ and this refernece is across the WAN and always SLOW. Is there a
way to keep their MY DOCUMENTS refence ALWAYS to local cache during VPN
sessions?

Thanks,
Doug
Post by Anthony [MVP]
You will need to make the "Always wait for the network" setting directly in
the registry.
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I am not sure about the "at random" bit of your question. Folder redirection
actually moves the files to a different location and that's where they are
until moved somewhere else. When you get the problem,
- what Redirection or Userenv errors do you have in the event log?
- What is the location shown in My Documents right-click Properties?
Anthony,
http://www.airdesk.co.uk
Post by Andrew Story
Anyone?? :)
Post by Andrew Story
Hello NG - Windows 2000 server, Windows XP clients
I seem to be having the same issue at random times that affects the same
type of user, remote users.
I use GP to redirect my docs to a server share, works great for my desk
based staff using workstations. However, I have a large base of remote
users who connect via vpn and can be away from the office for extended
periods, using offline files. This folder redirection seems to work for
a while, then at random will reset the my documents location to the
default location in the user local profile.
I have slow link detection on both the user and computer policies to 0
kbps and after comparing a desk based users GPO by running "gpresult
/USER username /V >C:\outputl.log" the desk based user configuration is 0
kbps, the remote user with the issue is 500 kbps.
I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors on any
machine, also it involves logging on twice to resolve, but if they are
remote then it won't process until they are connected via VPN.
Can anyone help please with folder redirection and remote users?
Anthony [MVP]
2008-03-06 22:09:22 UTC
Permalink
Yes, by setting the Slow Link detection speed for Offline Files.
ADSL gives you a speed that is fast enough to be detected as fast, but slow
enough to be a problem. You can increase the threshold at which a link is
detrected to be "slow",
Anthony
http://www.airdesk.co.uk
Post by ThiryDB
I also have a similar issue with remote laptop users working with the Small
Business Conector VPN. Before the VPN is enabled, their laptop "My
Documents" references their local cache, however after VPN connection, the
"My Docuemtns" is pointing to their Server path
\\SBSSERVER\Users\username\My
Documents\ and this refernece is across the WAN and always SLOW. Is there a
way to keep their MY DOCUMENTS refence ALWAYS to local cache during VPN
sessions?
Thanks,
Doug
Post by Anthony [MVP]
You will need to make the "Always wait for the network" setting directly in
the registry.
- HKLM\Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon
- "SyncForegroundPolicy"=dword:00000001
I am not sure about the "at random" bit of your question. Folder redirection
actually moves the files to a different location and that's where they are
until moved somewhere else. When you get the problem,
- what Redirection or Userenv errors do you have in the event log?
- What is the location shown in My Documents right-click Properties?
Anthony,
http://www.airdesk.co.uk
Post by Andrew Story
Anyone?? :)
Post by Andrew Story
Hello NG - Windows 2000 server, Windows XP clients
I seem to be having the same issue at random times that affects the same
type of user, remote users.
I use GP to redirect my docs to a server share, works great for my desk
based staff using workstations. However, I have a large base of remote
users who connect via vpn and can be away from the office for extended
periods, using offline files. This folder redirection seems to work for
a while, then at random will reset the my documents location to the
default location in the user local profile.
I have slow link detection on both the user and computer policies to 0
kbps and after comparing a desk based users GPO by running "gpresult
/USER username /V >C:\outputl.log" the desk based user configuration is 0
kbps, the remote user with the issue is 500 kbps.
I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors on any
machine, also it involves logging on twice to resolve, but if they are
remote then it won't process until they are connected via VPN.
Can anyone help please with folder redirection and remote users?
Mark Heitbrink [MVP]
2008-03-05 10:17:12 UTC
Permalink
Hi,
Post by Andrew Story
I have slow link detection on both the user and computer policies to 0
kbps and after comparing a desk based users GPO by running "gpresult /USER
username /V >C:\outputl.log" the desk based user configuration is 0 kbps,
the remote user with the issue is 500 kbps.
Can you ping your DC with a 2KB ICMP package?

ping -l 2048 yourDC

If not, your Router/Firewall is dropping fragmented ICMP packages and
so it will always be a slow link detected, because the DC is not
reachable. If you ping a system without "-l" it will only be a 32 byte
package and this is not fragmented.

Mark
--
Mark Heitbrink - MVP Windows Server - Group Policy

Homepage: www.gruppenrichtlinien.de - deutsch
Blog: gpupdate.spaces.live.com - english
Andrew Story
2008-03-05 10:43:18 UTC
Permalink
Hi Mark that was a mistake by me earlier, although I will try to ping the DC
using the methid you mention now and post back.
Post by Mark Heitbrink [MVP]
Hi,
Post by Andrew Story
I have slow link detection on both the user and computer policies to 0
kbps and after comparing a desk based users GPO by running "gpresult
/USER username /V >C:\outputl.log" the desk based user configuration is
0 kbps,
the remote user with the issue is 500 kbps.
Can you ping your DC with a 2KB ICMP package?
ping -l 2048 yourDC
If not, your Router/Firewall is dropping fragmented ICMP packages and
so it will always be a slow link detected, because the DC is not
reachable. If you ping a system without "-l" it will only be a 32 byte
package and this is not fragmented.
Mark
--
Mark Heitbrink - MVP Windows Server - Group Policy
Homepage: www.gruppenrichtlinien.de - deutsch
Blog: gpupdate.spaces.live.com - english
e***@gmail.com
2015-01-18 12:34:20 UTC
Permalink
Post by Andrew Story
Hello NG - Windows 2000 server, Windows XP clients
I seem to be having the same issue at random times that affects the same
type of user, remote users.
I use GP to redirect my docs to a server share, works great for my desk
based staff using workstations. However, I have a large base of remote
users who connect via vpn and can be away from the office for extended
periods, using offline files. This folder redirection seems to work for a
while, then at random will reset the my documents location to the default
location in the user local profile.
I have slow link detection on both the user and computer policies to 0 kbps
and after comparing a desk based users GPO by running "gpresult /USER
username /V >C:\outputl.log" the desk based user configuration is 0 kbps,
the remote user with the issue is 500 kbps.
I've read an article and fast logons with XP
http://support.microsoft.com/kb/305293 but I don't get the errors on any
machine, also it involves logging on twice to resolve, but if they are
remote then it won't process until they are connected via VPN.
Can anyone help please with folder redirection and remote users?
Are you trying to change your nationality ? do you need work papers ? do you want travel ? do you need papers you cant have ?if yes , then you are in the right place at the right time

We are an independent group of specialized IT professionals and data base technicians who are specialized in the production of quality documents such as passports,drivers license,id cards,stamps,visas,diplomas of very high quality and other products
for all countries: USA, Australia,UK, Belgium, Brazil, Canada, Italian, Finland, France, Germany, Israel, Mexico, Netherlands, South Africa, Spain, Switzerland, . This list is not full.contact General support: ( ***@gmail.com )
To get the additional information and place the order just call or contact us via email mobile.

SKYPE US ................. fandena.fandena (Bureau Fandena)

Contact; ***@gmail.com

Key words
----------------
Canada
Cards
United States Cards
Student Cards
International Cards
Private Cards
Adoption Certificates
Baptism Certificates
Birth Certificates
Death Certificates
Divorce Certificates
Marriage Certificates
Custom Certificates
High School Diplomas
G.E.D. Diplomas
Home School Diplomas
College Degrees
University Degrees
Trade Skill Certificates
Social Security
Validate SSN Number
Driver License Search
Spy Products
Voice Changers
Listening Devices
Invisible Ink
DMV Record Inquiry
Background Check
Investigate Anyone

Contact; ***@gmail.com

Loading...