are the logon scripts located on the server?
or can i access them/ it via a local pc
also are log on scripts made per group/user?
thanks
reason why i is just for eductional purposes
Scripts are usually stored in the systemroot\sysvol\sysvol\domain\scripts folder on the Domain Controller. It can be accessed by local pc, mapping to DC using \\dcservername\sysvol and screw down from there.
Scripts are applied to users, in their user profile. They can also be applied to sites, domain,OUs through group policy. If a group has read and apply permissions to said GPO then it can be applied to a group.
hay thanks
can anybody be kind enough to break down this script and explain what each eliment does
ok here goes
@echo off
\\SERVER1\Clients\Setup\SBSCLNT.exe /s SERVER1
net use e: \\SERVER1\apps
net use f: \\SERVER1\data
net use g: \\SERVER1\disks
net use j: \\SAGE\SAGE
net use p: \\SAGE\ACCOUNTS
net use x: \\freshways01\DeeB
net use u: /home
:exit
S
"net use" means network use. It maps a drive letter to a share on a server/workstation on your network as opposed to a local hard disk on the end users workstation.
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.