Recently, we have merged 2 internal departments.
And now (of course) they would like to merge all their files together. I'm not sure of the best way to do this, without having numerous errors with peoples file paths, etc. . .
For example:
My Marketing Dept & Sales Depts are now called "Research."
At the container level I have the following login script:
IF MEMBER OF "MARKETING" THEN
MAP H:=VIAT2\VOL1:USERS\MARKETING\%LOGIN NAME
MAP ROOT G:=VIAT2\VOL1:USERS\MARKETING\%LOGIN NAME
MAP ROOT F:=VIAT2\VOL1:USERS\MARKETING
((same format for Sales Dept.))
I have approx., 20 users in each of those departments. My biggest concern is the paths. IE how to make everything that was once saved USERS\MARKETING\SMITH\DOCUMENTS\LEGAL\FEDERAL\CONVICTIONS\ now see the new path
USERS\RESEARCH\SMITH\DOCUMENTS\LEGAL\FEDERAL\CONVICTIONS
Any suggestions/feedback or advise would be greatly appreciated on to make this a very easy transition.
Thanks in advance .
And now (of course) they would like to merge all their files together. I'm not sure of the best way to do this, without having numerous errors with peoples file paths, etc. . .
For example:
My Marketing Dept & Sales Depts are now called "Research."
At the container level I have the following login script:
IF MEMBER OF "MARKETING" THEN
MAP H:=VIAT2\VOL1:USERS\MARKETING\%LOGIN NAME
MAP ROOT G:=VIAT2\VOL1:USERS\MARKETING\%LOGIN NAME
MAP ROOT F:=VIAT2\VOL1:USERS\MARKETING
((same format for Sales Dept.))
I have approx., 20 users in each of those departments. My biggest concern is the paths. IE how to make everything that was once saved USERS\MARKETING\SMITH\DOCUMENTS\LEGAL\FEDERAL\CONVICTIONS\ now see the new path
USERS\RESEARCH\SMITH\DOCUMENTS\LEGAL\FEDERAL\CONVICTIONS
Any suggestions/feedback or advise would be greatly appreciated on to make this a very easy transition.
Thanks in advance .