Questions tagged [mappeddrive]
196 questions
2
votes
1 answer
Windows 2012 Shared Drives Odd Latency Issue
I have a Dell T110 II running ESXi 5.5 with a Windows 2012 R2 instance running with the following roles:
ADDS
DHCP
DNS
File/Storage Svcs
WSUS
I have two shared folders -- Scans and Data -- which are mapped via logon script:
net use B:…

Brandon Wetter
- 221
- 2
- 5
2
votes
1 answer
How to execute a powershell script from a remote application as a specific user
I have an application which can execute a powershell script on remote windows machine. I am trying to map a network drive using a powershell script. When the same script executed at the endpoint, script works fine and able to map a network drive.…

Pydev
- 43
- 1
- 3
2
votes
1 answer
net use encountering "System error 67 has occurred." when trying to map from script running as service
I have a service running, on windows Server 2008 R2, which requires access to a webdav mapped drive, for copying file dependencies. Everything works when I run net use from command prompt:
net use z: https://domain.com/webdav /user:thisuser…

Jason Huntley
- 1,253
- 3
- 10
- 22
2
votes
2 answers
Mapped Drive by OU
I want to implement a mapped drive which is hidden/exposed based on the OU of the user. I have a working version of this in one environment (Windows 2008R2; created by someone else), and I am trying to recreate the exact same setup in another…

nairware
- 309
- 2
- 10
- 17
2
votes
2 answers
GPP drive map to nested share maps to root share on Windows 8.1
Good day everyone, I'm in the midst of testing out Windows 8.1 as an enterprise OS to avoid a crisis when Win7 is no longer supported. One of the problems I've run into is with drive mappings. Most of them are working just fine, but we use one that…

mortenya
- 321
- 1
- 8
2
votes
1 answer
Vista Workstation Creates Documents folder on 2003 File Server
I have a lab of notebook running vista they map to a h drive on a windows 2003 server r2.
The users that have xp dont have this issue but the vista users home drives changed their structure on the windows 2003 server from X:\home\username to…

JohnyV
- 938
- 4
- 26
- 45
2
votes
1 answer
How can I find which logon script is being run?
I'm having an issue with network drives. Suddenly some computers and users aren't getting their mapped network drives from the logon script. I am NOT a domain admin, I don't have permission to login to the domain controller. And I know very little…

user2517266
- 123
- 1
- 1
- 4
2
votes
1 answer
RHEL 5 How to set mount location of multipath device?
I have a RHEL5 + 3Par FC SAN storage environment and am unsure how to setup a multipathed FC device to mount to particular location like /data. I have the 3Par Implementation guide for RHEL and it still doesn't make sense to me. I'm following the…

Chad
- 181
- 1
- 3
- 6
2
votes
3 answers
Windows: Can I map a network drive for a service account?
The title says it all, really.
Is it possible to create a network drive mapping that is visible to a service? Supposing the service runs under a domain account that has permissions to the share, of course.

Tomalak
- 1,605
- 4
- 17
- 32
2
votes
1 answer
Drive mapping fails via GPO preferences but works fine in a VBScript
I'm running a few Windows Server 2008 R2 servers with domain computers running Windows XP SP3. Client side extension is installed.
I opted to use Group Policy Preferences over the conventional VBScript to map drives but it keeps returning an error…

atomicharri
- 321
- 6
- 24
2
votes
1 answer
Can't map network drive on Windows 7 after closing VPN connection
So the command below works if I reboot my computer. But whenever I VPN to a certain customer's network on Windows 7, I lose my mapped drive. And when I try to re-establish the mapped drive (even after closing the VPN connection), I get this error…

JustBeingHelpful
- 1,964
- 7
- 37
- 53
2
votes
1 answer
Diagnostics requested to determine why mapped drives disappear
This is my first server fault post (more of a stackoverflow guy).
We have several shared drives (on Win Server Standard 2008, SP2), which intermittently seem to lose a connection during the day. Within My Computer on the client machine(Windows XP),…

chalbert
- 21
- 3
2
votes
1 answer
Mapped network drives using GPO falsely showing disconnected
Network drives are mapped using GPO, however some of the drives are showing up as "Disconnected Network Drive X:" even though they are connected. The icon shows them as connected and if you click on the drive it connects to the share. Its just the…

Alex
- 279
- 6
- 16
2
votes
2 answers
Questions regarding the command: "net use * http://myserver.com"
Apparently I'm able to net use * http://servername.com and this concept is completely new to me.
Does this mean I'm using WebDAV?
What are the security implications?
How can I read/write files in this manner?
Why doesn't it work for every…

makerofthings7
- 8,911
- 34
- 121
- 197
2
votes
3 answers
Disconnect mapped drive with "Reconnect at logon" setting on Vista
How to disable the Reconnect at logon setting for a mapped network drive on Vista? How to disconnect already mapped drives?

Toro
- 766
- 4
- 22
- 31