Is it possible to logon to the remote machine using Powershell, and to execute scheduled task or batch file, which contains CodedUI tests? I have tried Invoke-Command, but CodedUI test cannot be executed because it has no control over the desktop. Autologon is enabled on the machine, and all I need is to remotely login to it, and execute scheduled task. Is that possible?
Thanks, Ed.