Can't map a folder using "net use" command

2.1k Views Asked by At

I wanna map a folder that is shared on a local server. I can do it when I connect to the server like: \\192.168.xxx.xxx and just select the folder and map it.

What I can't do is map the folder directly from powershell. I'm trying something like this:

net use Z:\\192.168.xxx.xxx\path

What I got after entering the command is "System error 67 has occured, The network name cannot be found"

Does anyone have an idea how this problem can be fixed? Thanks in advance. Oskar

1

There are 1 best solutions below

1
On BEST ANSWER

try net use Z: \192.168.xxx.xxx\path

Space between z: and the server\path