Multiple Site Login Scripts

  • Thread starter Thread starter JDH
  • Start date Start date
J

JDH

I have a network with 3 sites. Sometimes, my main site users must work in
the remote sites for a day or two.

When they login at those remote sites, I need them to run a local logon
script. My problem is that I want this to happen without relocating my
users each time they move.

Example:
My full time users are organized into 3 separate OU's; A, B, C. When a user
who is located in site A, travels to B, I need them to login and map drives
to the local server, not to the site A server.

How might I accomplish this? Any suggestions?

Thanks in advance,
Josh
 
I suggest posting this in the Server Scripting News Group:

news://msnews.microsoft.com/microsoft.public.windows.server.scripting

Dave



| I have a network with 3 sites. Sometimes, my main site users must work in
| the remote sites for a day or two.
|
| When they login at those remote sites, I need them to run a local logon
| script. My problem is that I want this to happen without relocating my
| users each time they move.
|
| Example:
| My full time users are organized into 3 separate OU's; A, B, C. When a user
| who is located in site A, travels to B, I need them to login and map drives
| to the local server, not to the site A server.
|
| How might I accomplish this? Any suggestions?
|
| Thanks in advance,
| Josh
|
|
 
David H. Lipman said:
I suggest posting this in the Server Scripting News Group:

news://msnews.microsoft.com/microsoft.public.windows.server.scripting

Dave



| I have a network with 3 sites. Sometimes, my main site users must work in
| the remote sites for a day or two.
|
| When they login at those remote sites, I need them to run a local logon
| script. My problem is that I want this to happen without relocating my
| users each time they move.
|
| Example:
| My full time users are organized into 3 separate OU's; A, B, C. When a user
| who is located in site A, travels to B, I need them to login and map drives
| to the local server, not to the site A server.
|
| How might I accomplish this? Any suggestions?
|
| Thanks in advance,
| Josh
|
|

Do you users get validated by a domain? If so then
they would have to select that domain at logon time,
and they will automatically execute the logon script
of that domain.

Do they not get validated by a domain? If so then
you can examine the IP address they get from the
local DHCP server, and use the result to execute
site-specific scripts.

If you supply more details then someone will
respond with specific instructions on how to achieve
this.
 
Back
Top