
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2010 06:17 PM
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".
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".
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2010 04:09 PM
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!
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!
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2010 04:13 PM
thanks, I'll give it a try

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2010 04:09 PM
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!
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!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2010 11:40 AM
no sorry, this is not possible.
