I can start a process with runas /netonly
and runas /savecred
but I can't use both the flags at the same time.
Is there a way to run a process as a different user remotely without having to type the password every time?
I can start a process with runas /netonly
and runas /savecred
but I can't use both the flags at the same time.
Is there a way to run a process as a different user remotely without having to type the password every time?
I'm in an AD domain and I want to change someone's password (which is expired but I think it is irrelevant).
I'm not a AD admin so net user <username> * /domain
does not work.
I can change it pressing CTRL+ALT+DELETE->Change Password typing the old password which I have; is there a command line equivalent of this process?
I am connected to my office VPN and I can successfully RDP into my computer using the fully qualified name for it PC00001.myofficevpn.plc.
When I try to connect using only the hostname PC00001, I do not get access, is there any way to resolve this?
When I connect to the VPN, I don't have access to the internal addresses of my office.
If I issue a: route add default dev ppp0
I can finally ping the office's machines but all my internet traffic doesn't work.
How can I route just office traffic (E.G. 10.20.X.X) to the office VPN and the rest of the traffic to my normal internet gateway?
Side note: Would be appreciated a link to a quick guide to understand routes/gateways to be able to understand.