Are there any known issues of relocating a Public folder (e.g., C:\Users\Public) to a different location by using a symbolic link on SBS 2008 or 2011, for example,
mklink /J C:\Users\Public D:\Public
I have used this without any trouble on Vista and Windows 7, but not on SBS. The fact that the Public folder on SBS is used by server applications and shared by users, I would like to avoid any nasty surprises later on.
If you have had any experiences to share with this approach, good or bad, would be appreciated.