Greetings. Sorry for the google translation
I use a script to automatically connect to a remote desktop:
$ ORDP = ObjCreate ("MsTscAx.MsTscAx")
$ ORDP.Server = "comp_name"
$ ORDP.Domain = "Domain"
$ ORDP.UserName = "username"
$ ORDP.AdvancedSettings2.ClearTextPassword = "password"
$ ORDP.Connect ()
All of the code will not paste - it works
Under the domain administrator account all connected well (except for one server, but it can be a problem that occurs in the server). Some servers need to be connected using a local administrator. The server in the domain, if it is important. Here the problem - scaled password is not activated. Connection window opens and prompts you to enter a password and account inserts a local administrator. If you enter the password, it connects, but it's not good enough.
I tried different options:
$ ORDP.Server = "comp_name"
$ ORDP.Domain = "comp_name"
$ ORDP.UserName = "username"
and
$ ORDP.Server = "comp_name"
$ ORDP.Domain = ""
$ ORDP.UserName = "comp_name \ username"
and other ...
Help. I visited the forums in different languages - I do not understand what the problem is