Why does net rpc shutdown fail with the right credentials?
Posted
by
brice
on Super User
See other posts from Super User
or by brice
Published on 2010-02-11T00:47:26Z
Indexed on
2012/11/09
5:06 UTC
Read the original article
Hit count: 225
The command
$ net rpc SHUTDOWN -f -I xxx.xxx.xxx.xxx -U uname%psswd
Fails with the following errors:
Could not connect to server xxx.xxx.xxx.xxx
The username or password was not correct.
Connection failed: NT_STATUS_LOGON_FAILURE
Could not connect to server xxx.xxx.xxx.xxx
The username or password was not correct.
Connection failed: NT_STATUS_LOGON_FAILURE
When the credentials are definitely, absolutely correct. Whats going on?
© Super User or respective owner