From a remote machine, is there an easy way to log into windows? Maybe using psexec.exe or mstsc.exe? This would be lauched by a script.
I know the username and password. I only need this to work on Windows 7 and on 2008 R2.
|
From a remote machine, is there an easy way to log into windows? Maybe using psexec.exe or mstsc.exe? This would be lauched by a script. I know the username and password. I only need this to work on Windows 7 and on 2008 R2. | |||||||||||
feedback
|
|
Take a look at Remote Desktop Protocol (RDP). Microsoft currently refers to their official RDP server software as Remote Desktop Services, formerly "Terminal Services". Their official client software is currently referred to as Remote Desktop Connection, formerly "Terminal Services Client". You will need to enable the service on the target, but after that, you should be good to go. | |||
|
feedback
|
|
If you want "the same thing" as an interactive logon, you would need to do an interactive logon. mstsc would require you to enter the username and password, but you could simply save the credentials for the given context of your script. | |||
|
feedback
|