I have remote machine that I would like to manage using services.msc. The machine is not connected to the domain so I can't run the management tools as a user that the remote machine knows about.
When I use eventvwr, I'm able to specify a user that exists on the remote machine:
Event Viewer has "Connect as another user" option
However, neither services nor 'compmgmt.msc' have this option:
missing option for services/compmgmt
(I don't have enough reputation yet to inline the images, sorry!)
Is there a way to get this functionality for services.msc?
Thanks in advance!
runas /netonly /user:Administrator "mmc compmgmt.msc /computer=10.0.2.15". I needed/netonlybecause the account I wanted to use did not also exist on my client machine (I think that’s what that flag is for…?). When I left outmmc, the command complained193: compmgmt.msc /computer=10.0.2.15 is not a valid Win32 application.. – binki Nov 13 '14 at 01:06