Logon script won't execute with VPN

A

amer

I've use the group strategy to setup logon and logoff
batch files for users when they connect to the domain.
All work fine locally and batch execute correctly (just
some drive mapping according to group membership).
But when we try to connect the domain by the VPN, script
doesn't execute (no error message, no "cmd" windows at
all).
Can anyone help ?
regards.
 
B

Bill Grant

Making a VPN connection is not a logon operation. It is merely setting up
an IP connection. If the client has already done a local logon, it is
already logged in!

You can use the "logon using a dialup connection" option in the user's
login dialog. Otherwise you will have to use some other event to trigger off
your script.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top