Is it considered a best practice to map domain users' "HOME" environment variables to a network path? If so, why?
By "HOME" variables, I am referring to:
- %HOMEDRIVE%
- %HOMEPATH%
- %HOMESHARE%
This question arises because some applications - such as Git - store critical configuration files in the user's %HOMEPATH%. If a user is working remotely, or the server or network is down, these applications no longer function correctly because their core files are not accessible from the remote HOMEPATH.
It seems to make more sense to always use the default local Windows user directories for the HOMEPATH, but I could not find any documented best practices arguing for or against this. In my office, the standard practice is to map the user HOMEPATH to a network folder...