Running logon script

B

Brad

Hi,

I have a script that I have turned into a *.vbs file and
I want all users to run it when they log onto the domain,
where do i place the information I stored it on the
server on d:\share\script.vbs

any help is much appreciated
 
A

anthony

It needs to go under sysvol\yourdomain.com\scripts

Example: c:\sysvol\acme.com\scripts\

You also need to set each user or group to run the script
under AD user prpoerties. I believe its under the profile
tab. No need to type the whole path, just the script name
with extension i.e. LOGON.VBS
 
R

Rob Elder

You can also set a group policy at the domain level to run the logon script.
If you do that, the script needs to be placed in
sysvol\[domainname]\policies\[policyid]\user\scripts\logon

Rob Elder, MVP
 

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