I'm trying to create department-specific shared drives. I'm working with a Windows Server 2008 file server and Windows Vista clients. Ideally, I'd like it to work like this:
On the file server, there exists a \Departments directory, containing sub-directories such as Marketing and Development.
Sally is in the Marketing department. On her computer, she sees T:\ as a mounted network drive. T:\ only contains the contents of \\fileserver\Departments\Marketing.
Dave is a Developer. On his computer, he sees T:\ as a mounted network drive. T:\ only contains the contents of \\fileserver\Departments\Development.
I can think of a couple ways to do this using Active Directory groups and VB scripts, but they all seem kludgey. Has anybody done this before? How would you do something like this?