Authentication on windows
I just found out what credentials on windows mean... and I needed to connect as administration to a remote PC (where I have a user account) with a command like:
net use \\remoteserver /d
net use \\remoteserver\share /user:MYUSER
So, it was as simple way to get things done.
Read more about credentials
net use \\remoteserver /d
net use \\remoteserver\share /user:MYUSER
So, it was as simple way to get things done.
Read more about credentials