Mapping a folder depending of OU membership - TechRepublic
Question
February 21, 2008 at 03:56 AM
og118

Mapping a folder depending of OU membership

by og118 . Updated 18 years, 4 months ago

Hello
I need to have users map their Z drive to a folder named as the OU they belong to, using a SINGLE logon script for all OUs.
That is, user in OU1 should map
z: to \\server\share\ou1
Users in OU2 should map
z: to \\server\share\ou2
Something like
net use z: \\server\share\%ouname% … you get the idea, I know %ouname% does not exist.
Users logon via TS

This discussion is locked

All Comments