Can you show me "Step-by-Step" to configure Windows 2003 server LOGON SCRIPT that enables users in domain group to have acess to Shared folders on the domain cotroller.
Like I said, Im looking for a logon script that will enable group of domain users to connect to some shared folders as soon as they log on to the network.
I want to enable this through Wins 2003 server active dir. logon script.
Hi,
Markdmacs script is the one for you, but another way to do this (simplified) would be to:
1 - Create batch file..logon.bat for example
2 - Copy the text below into your bat file(change to suit!)
3 - net use M \\server\myfiles
net use N \\server\morefiles
net use P \\server\evenmorefiles
4 - Place this file into \\server\NETLOGON folder
5 - Either rollout via GPO (run script at startup) or in users profile in ADGU
6 Next time user logs on thie batch file will run..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.