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