in

ASP.NET Weblogs

Philip Rieck

Phil in .net

Runas /netonly - another wonderful tidbit of information!



Why was I not informed?

Damn, this removes the needs for a lot of workarounds I've implemented, running as non-admin or not - it's great for the consultant with a laptop...

(From CraigBlog)
Today I ran across an entirely new option: the /netonly switch. Using it means that the credentials you supply don’t have to be valid on the machine you’re running it on, but will still be passed on when remote calls are made!So cool.

Comments

 

Victor said:

Do you have any idea how it is implemented?
Where the source code of runas can be found?
April 19, 2004 6:27 AM
 

Philip Rieck said:

It's implemented in the windows OS itself - the runas command's source can be found only inside the halls of Microsoft.
April 19, 2004 8:19 AM

Leave a Comment

(required)  
(optional)
(required)  
Add