Does anyone know of a way (web script or otherwise but hopefully not writing Java code) that I can update the user home directory for all users in the system? I want to set them all to the same directory.
Can you please explain what you mean by "set them all to the same directory"?
You can always get all nodes under user homes using companyhome.childByNamePath("User Homes"), do a foreach and change the node properties. Please make sure that the logged in user has permissions to do this.
This is the user home space under: Administration Console -> Manage System Users -> Click Show All -> Modify (on any user) -> Next -> Home Space section.
As part of a clean up, we need to set all of the user home spaces to a certain folder in the system.