Forum Discussion
Windows Server Replacement Folder redirection policy won't apply
hi angieonthehelpdesk Your expectation is reasonable, but Folder Redirection can behave differently from a normal Group Policy setting, especially when you're moving a user from one redirection policy to another.
One thing I'd check first is the “Policy Removal” setting in the original Folder Redirection policy. Under the Folder Redirection settings, make sure it's configured appropriately for when the policy is removed. If the old policy is simply removed while the redirected folders still contain data/configuration from the previous policy, the new policy may not apply as expected.
I'd also check the user's gpresult /h report.html and the GroupPolicy Operational log under:
Applications and Services Logs → Microsoft → Windows → GroupPolicy → Operational
The “Cannot complete this function” message is quite generic, so the Group Policy event log may provide the actual reason.
A few other things worth verifying:
- The user is actually in the new OU and isn't still receiving the old GPO through another OU/group.
- Run gpupdate /force and then sign out/in rather than only restarting the Group Policy service.
- Check the NTFS and share permissions on the new target folder.
- Make sure the new policy isn't configured to use the same redirected folder paths as the old policy.
- Check whether Move the contents to the new location is enabled, as that can affect switching between targets.
Since you've reproduced the behavior in both production and a lab, I'd focus on the Folder Redirection policy removal behavior and the Group Policy event logs rather than assuming the OU move itself is the problem.
If you can share the exact Folder Redirection settings from the old and new GPOs (especially the Policy Removal option) and the relevant gpresult/GroupPolicy event, it should be possible to narrow this down.