Sutff about my job and comments about personal activities. Take a look to the first idea.

Friday, May 02, 2008

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