actually it is
net use z: "\\proliant\map\user\my documents" thepassword /user:gnoble
Main Topics
Browse All TopicsHi
I'm having a problem with the syntax of the NET USE command although i'm pretty sure it's fine. I trying to map a drive to a My Documents folder which is located on the server under Group Policy (redirected folders).
Say the folder is on \\proliant\map\user\my documents i would type net use z: \\proliant\map\user\my documents and that wouldn't work. It told me unkown username or bad password.
I then figured it may have something to do with not specifying a username and password so i tried the following z:\\proliant\map\user\my documents /user:gnoble thepassword
It then tells me that the syntax is wrong, i have looked through various forums including EE and i can't see what's up with my syntax. I even tried /user:domain\gnoble
I have also tried replacing the computer name with the ip address of the server but with the same results.
I get the feeling this may have something to do with the NTFS permissions on the redirected folders because they are that tight but i don't know which ones i should change if any.
Thanks
Garry Noble
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Well strictly speaking you should award the correct solution, not the one that is wrong. When someone searches expert exchange and sees the one that you awarded, it is providing them with the wrong information based on the syntax.
NET USE [devicename | *] [\\computername\sharename[
[/USER:[domainname\]userna
[/USER:[dotted domain name\]username]
[/USER:[username@dotted domain name]
[/SMARTCARD]
[/SAVECRED]
[[/DELETE] | [/PERSISTENT:{YES | NO}]]
NET USE {devicename | *} [password | *] /HOME
NET USE [/PERSISTENT:{YES | NO}]
Business Accounts
Answer for Membership
by: amit_gPosted on 2008-01-11 at 16:00:31ID: 20641876
"\\proliant\map\user\my documents" has to be enclosed in a pair of " as it has a blank in it/
net use z: "\\proliant\map\user\my documents" /user:gnoble thepassword