Link to home
Start Free TrialLog in
Avatar of mysticaljoey
mysticaljoey

asked on

logon script not working

I've made a logon script ("users.bat") and dump it in my server netlogon folder ("\\server01\netlogon")

in ("users.bat") i wrote ("net use x: \\server01\sharing")
sharing folder have permission to everyone.

i assign that logon script to every single account my putting ("\\server01\netlogon\users.bat")

i also have a home folder assign to the users ("\\server01\folder\%username%")

when i login with a computer. only the home directory is connected.

what do you think happen?
ASKER CERTIFIED SOLUTION
Avatar of Debsyl99
Debsyl99

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of youre1m
youre1m

Try running the command from the users machine once they are logged in, ie "net use x: \\server01\sharing" and see if they have the credentials to connect to the share or whether you have a permissions problem. Remember there are share permissions as well as NTFS permissions also.