1

We recently lost our domains win2k3 enterprise server where users offline files were stored. Every user's My Documents folder was redirected to this server and the user's files were synchronized to this server at logoff and logon. We have a replacement server now, but none of the settings in group policy are configured for offline files, yet still errors at logoff/logon. What is configuring each users folder redirection and file sync to the old server?

There was a backup DC in place when the main server went down, so it isn't possible the group policy settings were wiped out. I personally installed many of the desktops and the folder redirection and file sync were not manually configured at install.

Detritus Maximus
  • 336
  • 2
  • 4
  • 14

1 Answers1

2

I'd start with the "Resultant Set of Policy" tool on an affected client. The settings can't be coming from nowhere.

It's likely that you're using "Folder Redirection" and you've left "Offline Files" enabled (its default setting) on client computers. If that's the case, the default behavior would be to make redirected folders available offline. As such, you're not going to see specific configuration for "Offline Files" but you will find configuration for "Folder Redirection".

If you don't want to go through "Folder Redirection" hell you might consider assigning an alias name to the new file server computer and configuring the shares such that it can stand in place of the now-failed file server computer.

Evan Anderson
  • 141,071
  • 19
  • 191
  • 328
  • That's one of the first places I looked, and why I came here when I couldn't find any configured relevant settings User/computer-admintemplates-network. But, after reading your answer, I checked a different user rsop and found redirection happening under User/WindowsSettings/FolderRedirection. Thanks for inspiring a second look. – Detritus Maximus May 11 '11 at 14:22