指定用户名/密码时,净使用返回“已发生系统错误67”

时间:2016-10-04 15:33:54

标签: windows powershell windows-server-2012-r2 samba

我首先尝试在服务器(Windows server 2012r2)上使用资源管理器连接远程samba共享文件夹(Linux)并输入远程用户名和密码。它工作正常,我可以看到远程文件。

然后我尝试在powershell中编写脚本。

$dest = '\\remote\shared'
$username = '.\username'
$password = 'password'
net use "$dest" $password /USER:$username

然而它总是给出错误

System error 67 has occurred.

The network name cannot be found.

net use $dest没有任何错误。 net use $dest /delete也不会返回任何错误。

0 个答案:

没有答案