net use - System error 1920 has occurred
Posted
by
Martin
on Server Fault
See other posts from Server Fault
or by Martin
Published on 2012-11-16T23:16:29Z
Indexed on
2012/11/17
5:03 UTC
Read the original article
Hit count: 1866
On Windows Server 2008 R2, when I run the following command I am getting the 1920. I've tried pretty much everything I am aware of and I can't figure out what causes the error. When I try to map the same network share using the UI and same credentials, everything works fine.
net use * \\EAAA-12345\C$\ /USER:\\EAAA-12345\Administrator Passw0rd /PERSISTENT:NO
Anybody knows how to get rid of the 1920 error?
© Server Fault or respective owner