Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
audiorapture
Engaged Sweeper III
Is there a way to run lsremote against a stand-alone (i.e. non-domain) computer with that computer's specific set of admin credentials?

In the specific case, I would like to connect to a legacy W2k box on a different IP subnet. The box is not part of our domain. Therefore, when I run lsremote, I get the error message "access denied".
1 ACCEPTED SOLUTION
audiorapture
Engaged Sweeper III
It actually is possible - I found this by accident:
Connect to the target machine by mapping the admin share:
net use * \\TargetIP\admin$ /user:AdminOnTargetIP

Enter the password for the admin user used in the command-line.

Then start lsremote. It actually works!

View solution in original post

3 REPLIES 3
Hemoco
Lansweeper Alumni
thanks, I'll give it a try
audiorapture
Engaged Sweeper III
It actually is possible - I found this by accident:
Connect to the target machine by mapping the admin share:
net use * \\TargetIP\admin$ /user:AdminOnTargetIP

Enter the password for the admin user used in the command-line.

Then start lsremote. It actually works!
Hemoco
Lansweeper Alumni
no sorry, this is not possible.