D@ve
December 4th, 2003, 05:43 AM
Coming from a Novell background I have always used the Login Script to Map the relevant drives on workstations when they login, is it the same in M$ Server 2003??
If so where are the users Login Scripts stored??
emr
December 4th, 2003, 09:57 AM
Coming from a Novell background I have always used the Login Script to Map the relevant drives on workstations when they login, is it the same in M$ Server 2003??
If so where are the users Login Scripts stored??
Yes.
Stored here. C:\WINNT\SYSVOL\sysvol\domain_name\scripts
A logon script to map network drives would look something like this.
net use x: \\your_server\share_name (file://\your_servershare_name)
etc. etc.
emr
D@ve
December 4th, 2003, 10:12 AM
Thank you for both of your replies, they were exactly what I was looking for!!
Thanx D@ve