Logon scripts

  • Thread starter Thread starter PLP
  • Start date Start date
P

PLP

I am looking for a way to have users access our domain
through RRAS and NOT have their logon scripts run. Any
suggestions?
 
Sure... write a wrapper for your logon script that checks whether host is
local. It it is remote, EXIT 0. Done.
 
Just to clarify, connecting through VPN using a domain account doesn't mean
that logon operation is occuring (unless you logon using the VPN connection
itself during Windows logon). So the logon scripts won't be executed after a
VPN connection is made.
 
Back
Top