Run script while client joins a domain

  • Thread starter Thread starter kishanbhat
  • Start date Start date
K

kishanbhat

Need help regarding - running a script while joining a domain (first
time), after authentication.
I mean, if i have:
A = Client computer
B = Domain controller
XYZ.com = Domain name

While A is joining the domain XYZ.com, and has authenticated to B, then
during the delay between - Authentication and "Welcome to XYZ domain"
screen,
can I run a script on A, and the script is fed from B (something like
running GPO scripts)?

Basically, I want to run a script which will add an entry in the
"hosts" file, just after authentication and atleast before Reboot
prompt screen.

Thanks in advance
Kishan
 
The best solution I could offer would be to create your own script for
joining the domain, rather than using the GUI. Then you could include
as part of that script the host file modification.
 
Back
Top