Making Sure That Drives are Mapped
Results 1 to 3 of 3

Thread: Making Sure That Drives are Mapped

  1. #1
    Registered User D@ve's Avatar
    Join Date
    Aug 2001
    Location
    Bournemouth, UK
    Posts
    325

    Making Sure That Drives are Mapped

    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??

  2. #2
    Registered User emr's Avatar
    Join Date
    Sep 2001
    Location
    Amsterdam
    Posts
    1,312
    Quote Originally Posted by D@ve
    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

    etc. etc.

    emr
    Last edited by emr; December 4th, 2003 at 10:01 AM.

  3. #3
    Registered User D@ve's Avatar
    Join Date
    Aug 2001
    Location
    Bournemouth, UK
    Posts
    325
    Thank you for both of your replies, they were exactly what I was looking for!!

    Thanx D@ve

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •