I'd like to be able to advertise shares to the network that are in some sense virtual, in that they don't correspond directly to physical folders on a filesystem.
The application would be to offer a share based on location, and another based on department, all from the same physical filesystem.
For example:
//fileserver/location_share/london/dept1
//fileserver/location_share/london/dept2
//fileserver/location_share/london/dept3
or
//fileserver/dept_share/dept1/london
//fileserver/dept_share/dept1/paris
//fileserver/dept_share/dept1/berlin
To set this up, I'd create a share name and then choose the folders I want to be visible through that share.
I've looked at DFS but I'm not sure if it can do this.