I have a remote server where I want to acquire admin access by opening the admin share with:
net use \\123.123.123.123\admin$ password /user:username
This is in order to issue the following command later:
sc \\123.123.123.123 query tomcat7-8888
After a while of waiting for net use
to finish, I get system error 53 network-path not found. I then googled and found the group policy setting:
Network Security: Restrict NTLM: Outgoing NTLM traffic to remote servers
might help.
It didn't make a difference though.
Any idea how to make it work? Is it even advisable to open a box up like this in terms of security?