Computing.Net > Forums > Windows Server 2003 > Map drive issue

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Map drive issue

Reply to Message Icon

Name: Jiser757
Date: January 10, 2008 at 11:13:11 Pacific
OS: 2003
CPU/Ram: 2 gig
Product: Dell
Comment:

Hi i have a problem with mapping drives. XP Machines working on a server 2003 domain. I have made sure the users logged on have full admin access etc but to avail. Any ideas on the below:

1) I connect a mapped drive and it works fine

2) On relogin the mapped drive dissapears

3) Login scripts do not map a drive allthough I have assigned it and created it within group policy

Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: Jennifer SUMN
Date: January 10, 2008 at 11:33:25 Pacific
Reply:

Did you select "Reconnect at login?" What is the text of your script?

Life's more painless for the brainless.


0

Response Number 2
Name: Sea Wung (by jiser757)
Date: January 10, 2008 at 11:57:03 Pacific
Reply:

Yes reconnect at login was selected.


0

Response Number 3
Name: wanderer
Date: January 10, 2008 at 12:16:57 Pacific
Reply:

"users logged on have full admin access"
That is a "never ever do" IT rule.

Odds are you script is erroring out because the drive mapping already exist [persistant].

With a user logged in manually run the script and see what happens. You may need to put pauses between line to catch the errors.

Have you removed "everyone" with full control from your shared?
Have you limited the shares in any way?

No one has to be an admin. You just have to allow full control to the share. Once working you can then define tighter security.

Imagine the power if you knew how to internet search


0

Response Number 4
Name: Sea Wung (by jiser757)
Date: January 10, 2008 at 12:59:53 Pacific
Reply:

I trid admin access to see if it would make a difference. I put it back once I had finished :)

Share has no limitations.

The pc's do not have existing mappings on most. Still it does not appear. The login script is placed where the last one was so I don't think the problem is where it is located. I just added another line to the code with a drive letter not being used by any clients, yet it still does not map.

The issue is once i disconnect one drive it keeps reappearing on relogin. I dont know why as the scripts have no mention of the mapped drive being.



0

Response Number 5
Name: Jennifer SUMN
Date: January 10, 2008 at 13:58:37 Pacific
Reply:

So again...what is the text of your script?

I thought the issue was the shared drives are NOT being mapped? At least that's what you said in your Original post.

Ditto what Wanderer said; no reason for users to have Full Control of their shares.

Life's more painless for the brainless.


0

Related Posts

See More



Response Number 6
Name: Sea Wung (by jiser757)
Date: January 11, 2008 at 09:20:48 Pacific
Reply:

Option Explicit
Dim objNetwork
Dim strDriveLetter, strRemotePath

strDriveLetter = "Z:"
strRemotePath = "\\server\rmmaths"

' Purpose of the script to create a network object. (objNetwork)
' Then to apply the MapNetworkDrive method. Result z: drive
Set objNetwork = CreateObject("WScript.Network")
objNetwork.MapNetworkDrive strDriveLetter, strRemotePath

WScript.Quit

' End.



0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows Server 2003 Forum Home


Sponsored links

Ads by Google


Results for: Map drive issue

W2k3 SBS - Mapped Drive Issue www.computing.net/answers/windows-2003/w2k3-sbs-mapped-drive-issue/3085.html

Windows 2003 Mapped Drives www.computing.net/answers/windows-2003/windows-2003-mapped-drives/5685.html

Mapped Drive www.computing.net/answers/windows-2003/mapped-drive/7093.html