Is there a way that I can use Hyena to support changing a group of user's home directory references? In this particular case, I am consolidating several file servers (hosting users home directories) to one and want to change the servername in the UNC path.
example
Old -> \\oldservername\users\%user%
New -> \\newservername\users\%user%
example
Old -> \\oldservername\users\%user%
New -> \\newservername\users\%user%
Comment