Hello everyone.
I'm rather new to using kixstart.

This is my situation:

There are 3 subnets, 3 Domains and all of them have a data share M:(data$)and a applications share O: (apps$)

In my script users are provided with the mappings to the shares like this:

If InGroup("Groupname")
use M: \\"Servername\data$"
use O: \\"Servername\apps$"
ENDIF

If a user switches from subnet, his M: and O: mappings will allways point to the same server.
Which obviously is very bandwith intensive, since there are three geographicaly spread locations.

How can I achieve that, when a user logs on, his M: and O: mapping will point to the logonserver?

Can I user variables for this, and what do they look like?

Any reactions will be very welcome.

Greetz,

Shintra