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??
Printable View
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.Quote:
Originally Posted by D@ve
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
etc. etc.
emr
Thank you for both of your replies, they were exactly what I was looking for!!
Thanx D@ve