I think I'd get fired if I added myself as local admin to every computer

I just can't do that, I need to be able to do it by authenticating myself to the console as the <computer>\administrator
And as I said, I'm not a member of the domain admins group, never will be.
The last option, somehow I got it to work. I don't know, I made a shortcut to my management console, edited the command like to look like this:
Target: c:\konsoli1.msc /netonly /user:targetcomputer\administrator /computer=targetcomputer
It worked fine, didn't even ask for password (I have a drive mapped from this testing computer though), so it might've gotten the password from there.
I need to test it more, but if it works, thanks

-M
//edit:
Ok, that was my bad

I was an administrator on the test computer, so it worked because of that

Sorry.
Now. Let's clarify this more. I have konsoli1.msc (which is a management console for shares) in c:\temp, I've made a shortcut to it which resides in c:\, the shortcut says c:\temp\konsoli1.msc /computer=targetcomputer
then I run from command prompt the following -> runas /netonly /user:targetgomputer\administrator konsoli1.msc.lnk
The following is a free translation of the error message I get->
Trying to run "konsoli1.msc.lnk" as user "targetcomputer\administrator"...
RUNAS-error: Execution failed - konsoli1.msc.lnk
193:
I'll try to find out what that means